Connect your AI. Then verify it.
Public reading is free. Add the server in your AI app first: pasting a prompt or URL into a chat does not install a connector.
Pay per tool with USDC
AI search audit $1 · Structured data pack $1 · llms.txt draft $0.50. Each request supplies its payment requirements before work. Your agent must have permission to spend.
Customer account tools
A separate customer connector. Sign in to the Black Label account that owns the product; available tools follow that account’s entitlements.
https://mcp.blacklabelbots.com/mcp
1. Add to Claude web or desktop
- Open Customize → Connectors → + → Add custom connector.
- Name it Gulf Coast Wellness & Recovery Spa and enter this server URL:
https://gcwars.com/mcp
Add it, then enable it in your conversation using + → Connectors. Public tools need no API key. Organization settings may control who can add connectors.
Using Claude Code?
Run these commands in your shell on Windows, macOS or Linux with Claude Code installed:
claude mcp add --transport http --scope user gcwars-com https://gcwars.com/mcp claude mcp get gcwars-com
Open a new Claude Code session, then use /mcp to check the server. No local bridge process is required.
2. Verify in your AI
After adding and enabling the connector, paste this prompt. A working connection returns gcwars.com from the real site_info tool.
Other MCP clients
Add https://gcwars.com/mcp using Streamable HTTP. Authentication: none for public tools. Your client must support remote MCP.
Claude Code-compatible HTTP configuration
{
"mcpServers": {
"gcwars-com": {
"type": "http",
"url": "https://gcwars.com/mcp"
}
}
}Claude web and desktop use the connector settings above. This JSON is not a native remote-server entry for claude_desktop_config.json.
HTTP API and discovery
If your AI can make HTTP requests, it can read site information directly. That is REST access; it does not install MCP tools.
REST API · OpenAPI
A2A · Agent Card
MCP · Server Card
Authentication and checkout
DNS service discovery · published; verify DNSSEC with your resolver:
_index._agents.gcwars.com _mcp._agents.gcwars.com _a2a._agents.gcwars.com
These connections expose the site's public tools. Your AI app controls how it uses them. Purchases follow the payment and authorization requirements of the chosen service.