graph8 MCP server - GTM operations for AI agents
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"g8-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# g8-mcp-server graph8 MCP server — GTM operations for AI agents. Connects AI coding agents (Claude Code, Cursor, Windsurf) to graph8's GTM automation platform via the [Model Context Protocol](https://modelcontextprotocol.io). ## Install ```bash # Run directly (recommended) uvx g8-mcp-server # Or install globally pip install g8-mcp-server ``` ## Configure ### Claude Code Add to `~/.claude/mcp.json`: ```json { "mcpServers": { "graph8": { "command": "uvx", "args": ["g8-mcp-server"], "env": { "G8_API_KEY": "g8_key_xxxxx", "G8_API_URL": "https://api.graph8.com" } } } } ``` ### Cursor Add to `.cursor/mcp.json` in your project: ```json { "mcpServers": { "graph8": { "command": "uvx", "args": ["g8-mcp-server"], "env": { "G8_API_KEY": "g8_key_xxxxx", "G8_API_URL": "https://api.graph8.com" } } } } ``` Get your API key at [app.graph8.com/settings/api-keys](https://app.graph8.com/settings/api-keys). ## Tools (370+) The server exposes **370+ tools** spanning CRM, prospecting, enrichment, sequences, campaigns, studio, voice, workflows, appointments, and more. Agents don't load every schema at once — they discover tools at runtime with `g8_tool_search`, which ranks the catalog by query. The highlights below are a starting point. ### GTM Spine (11) | Tool | Description | |------|------------| | `g8_connect_repo` | Connect a GitHub/GitLab repository | | `g8_scan_repo` | Record the tech stack and GTM readiness you read from the code | | `g8_get_scan_results` | Get scan results | | `g8_status` | Get repo connection and install status | | `g8_doctor` | Report the graph8-side state of a repo's GTM install | | `g8_install_spine` | Generate GTM install patch set | | `g8_apply_install` | Apply patches (requires confirmation) | | `g8_list_campaigns` | List generated campaigns | | `g8_get_campaign` | Get campaign details | | `g8_launch_campaign` | Launch a campaign (suppo…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.