Connect with MCP
Use the Model Context Protocol to connect AI Sightline directly to Claude Desktop. Query your AI visibility data using natural language, right from your AI assistant.
Model Context Protocol
MCP is an open standard that lets AI assistants connect to external tools and data sources. AI Sightline ships a fully compliant MCP server that exposes your visibility data, competitor insights, and suggestions to Claude.
Claude Desktop Integration
Install the AI Sightline MCP server in Claude Desktop with a single configuration change. Once connected, you can ask Claude questions like "What is my visibility score?" or "How do I compare to competitors on ChatGPT?" and get live answers.
// claude_desktop_config.json
{
"mcpServers": {
"ai-sightline": {
"command": "npx",
"args": [
"@aisightline/mcp-server"
],
"env": {
"AI_SIGHTLINE_API_KEY": "YOUR_KEY"
}
}
}
}Natural Language Queries
Skip the dashboard and ask Claude directly. "Show me my worst-performing platform," "What can I do to improve my Perplexity score?" or "Compare my visibility to competitor X." The MCP server translates natural language into API calls and returns formatted results.
Read and Write Access
Depending on your plan, the MCP server can provide read-only or full access. Read-only mode lets you query scores and data. Full access lets you manage competitors, act on suggestions, and view scan results, all from within Claude.