Use case · Developers

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.

MCP config (Claude Desktop)
{
  "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.

REST API request
curl -H "Authorization: Bearer $AI_SIGHTLINE_API_KEY" \
  https://aisightline.com/api/v1/brands/{id}/score
REST API response
{
  "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"
  }
}
Webhooks
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 Desktop
    via MCP
  • Cursor
    via MCP
  • Zapier
    via webhooks
  • Looker
    via REST API
  • Snowflake
    via REST API
  • Slack
    via webhooks

Pricing for developers.

The API call ceiling per tier. MCP unlocks at Pro.

Free

$0

Kick the tires.

  • 100 API calls/mo
  • Read-only MCP
  • 2 AI platforms
  • No credit card
Most popular

Pro

$64.95/mo

Full MCP unlock.

  • 2,500 API calls/mo
  • Full MCP (30+ tools)
  • 5 AI platforms
  • Webhooks
  • 10 seats / 10 brands

Enterprise

$359.95/mo

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.