{
  "schema_version": "2025-03-26",
  "name": "signalkit",
  "display_name": "SignalKit",
  "description": "Track how seven AI platforms (ChatGPT, Claude, Perplexity, Gemini, Grok, DeepSeek, Google AI Overviews) mention, rank, and cite your brand. Ask Claude how your brand is doing, add new prompts to track, see who's beating you in AI answers, and read the reports you have already generated — all without leaving the chat.",
  "publisher": {
    "name": "SignalKit",
    "url": "https://signalkit.ai",
    "contact": "hello@signalkit.ai"
  },
  "homepage": "https://signalkit.ai",
  "documentation": "https://signalkit.ai/docs/connector",
  "license": "proprietary",
  "transport": {
    "type": "streamable-http",
    "url": "https://app.signalkit.ai/api/mcp"
  },
  "authentication": {
    "type": "oauth2",
    "metadata_url": "https://signalkit.ai/.well-known/oauth-authorization-server",
    "resource_metadata_url": "https://signalkit.ai/.well-known/oauth-protected-resource",
    "fallback_api_key": {
      "env_var": "SIGNALKIT_API_KEY",
      "obtain_url": "https://app.signalkit.ai/account/api-keys"
    }
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "list_projects",
      "description": "List projects accessible to the user"
    },
    {
      "name": "create_project",
      "description": "Create a new project to track a brand"
    },
    {
      "name": "list_brands",
      "description": "List tracked brands (own + competitor) with mentions, visibility, position, sentiment"
    },
    {
      "name": "add_brand",
      "description": "Add a tracked brand (typically a competitor)"
    },
    {
      "name": "delete_brand",
      "description": "Remove a tracked brand"
    },
    {
      "name": "list_prompts",
      "description": "List tracked prompts and query configuration; use list_results for measurements"
    },
    {
      "name": "add_prompt",
      "description": "Add a prompt to track across selected queryable platforms"
    },
    {
      "name": "delete_prompt",
      "description": "Remove a prompt"
    },
    {
      "name": "suggest_prompts",
      "description": "Not available over this connector — returns an error pointing at the dashboard's Prompts → Suggest action"
    },
    {
      "name": "run_prompt_now",
      "description": "Run the prompt's configured platforms and regions; one manual round every seven days"
    },
    {
      "name": "get_overview",
      "description": "Dashboard overview: own-brand visibility + competitor leaderboard"
    },
    {
      "name": "list_results",
      "description": "Raw platform responses with brand mentions and citations"
    },
    {
      "name": "list_sources",
      "description": "URLs cited by AI platforms, ranked by citation count"
    },
    {
      "name": "list_alerts",
      "description": "Visibility, mention, sentiment and response-change alerts"
    },
    {
      "name": "mark_alert_read",
      "description": "Mark an alert as read"
    },
    {
      "name": "list_reports",
      "description": "List generated reports"
    },
    {
      "name": "generate_report",
      "description": "Not available over this connector — returns an error pointing at the dashboard's Reports tab. Use list_reports to read reports already generated there"
    },
    {
      "name": "get_billing",
      "description": "Account and project prompt-region units, monthly cost, subscription, payment method, pending credit, and Stripe balance"
    },
    {
      "name": "get_settings",
      "description": "Read stored notification settings"
    },
    {
      "name": "update_settings",
      "description": "Update stored notification settings"
    }
  ],
  "categories": [
    "analytics",
    "marketing",
    "monitoring"
  ],
  "privacy_policy": "https://signalkit.ai/privacy",
  "terms_of_service": "https://signalkit.ai/terms"
}