# MCP server for AI citations

The Getspotted MCP server lets any AI agent find the sources ChatGPT, Claude, Perplexity, Gemini and Google cite for a query, and pull the contacts behind them. It speaks Streamable HTTP and authenticates with your API key.

## Connect

Add the remote MCP server to your agent:

```json
{
  "mcpServers": {
    "getspotted": {
      "url": "https://getspotted.ai/api/mcp",
      "headers": { "Authorization": "Bearer gsp_live_…" }
    }
  }
}
```

Discovery manifest: [/.well-known/mcp.json](/content/.well-known/mcp.json).

## Tools

`find_ai_sources`

Find the sources AI engines and Google cite for a query, per country.

10 credits

`get_source_contacts`

Get editor contacts for a cited source domain.

2 credits

`list_engines`

List the supported AI engines.

free

`list_countries`

List supported markets and AI Overview availability.

free

## Per-agent setup

[Claude CodeConnect via MCP.](/content/mcp/claude-code/index.html)  
[CursorConnect via MCP.](/content/mcp/cursor/index.html)  
[Claude DesktopConnect via MCP.](/content/mcp/claude-desktop/index.html)  
[CodexConnect via MCP.](/content/mcp/codex/index.html)  
[WindsurfConnect via MCP.](/content/mcp/windsurf/index.html)  
[ClineConnect via MCP.](/content/mcp/cline/index.html)  
[GitHub CopilotConnect via MCP.](/content/mcp/github-copilot/index.html)  
[LovableConnect via REST API.](/content/mcp/lovable/index.html)  
[ReplitConnect via REST API.](/content/mcp/replit/index.html)
