Built for builders. Priced like software, not sales.
30+ MCP tools. REST API on every tier. Bearer auth. JSON everywhere. Keys in your settings page, not a sales call.
Copy. Paste. Ship.
The API base is https://aisightline.com/api/v1. All three snippets below are production-ready.
{
"mcpServers": {
"ai-sightline": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/aisightline/src/mcp/server.ts"],
"env": { "AI_SIGHTLINE_API_KEY": "sk_live_..." }
}
}
}Clone the repo locally first. A published @ai-sightline/mcp-server npm package is on the roadmap; until then this is the working config.
curl -H "Authorization: Bearer $AI_SIGHTLINE_API_KEY" \
https://aisightline.com/api/v1/brands/{id}/score{
"composite": 72,
"trend": { "delta": 4, "window": "7d" },
"platforms": [
{ "slug": "chatgpt", "score": 84 },
{ "slug": "google-aio", "score": 79 },
{ "slug": "perplexity", "score": 71 }
],
"topRecommendation": {
"title": "Add an FAQ block to your pricing page",
"estimatedLift": 9,
"effort": "low"
}
}POST /api/v1/webhooks
Authorization: Bearer $AI_SIGHTLINE_API_KEY
Content-Type: application/json
{
"url": "https://your-app.com/aisightline",
"events": ["score.changed", "recommendation.new"],
"threshold": 5.0
}Every tier gets webhooks. Free-tier volume is bounded by the 100 API calls/mo ceiling.
What you get.
30+ MCP tools
Ship AI coding agents that query real visibility data. Claude Desktop and Cursor supported today.
REST API on every tier
Free starts at 100 calls/mo, Pro 2,500, Business 15,000, Enterprise 50,000. No hidden per-call fees.
Bearer auth
Keys issued from /settings/api-keys. Revoke any time. Rate-limit headers on every response.
JSON everywhere
Consistent pagination. Consistent error shape. No XML, no surprise content types.
Usage endpoint
GET /api/v1/usage returns current-period consumption so you can build your own meter UI.
Webhooks included
score.changed, recommendation.new, competitor.alert. Standard HMAC-SHA256 signature on every delivery.
Plugs into your stack
- Claude Desktopvia MCP
- Cursorvia MCP
- Zapiervia webhooks
- Lookervia REST API
- Snowflakevia REST API
- Slackvia webhooks
Pricing for developers.
The API call ceiling per tier. MCP unlocks at Pro.
Pro
Full MCP unlock.
- 2,500 API calls/mo
- Full MCP (30+ tools)
- 5 AI platforms
- Webhooks
- 10 seats / 10 brands
Enterprise
Scale without asking.
- 50,000 API calls/mo
- 50 brands, unlimited seats
- Real-time alert digest
- Dedicated Slack channel
Get your API key in 60 seconds.
Free plan. 100 calls/mo. MCP read-only. Scale up to Pro when you need the full toolset.