{
  "name": "Data APIs SEC Event Intelligence MCP",
  "transport": "streamable-http",
  "url": "https://api.data-apis.com/mcp",
  "headers": {
    "x-api-key": "${DATA_APIS_API_KEY}"
  },
  "auth": {
    "discovery": "initialize and tools/list are public",
    "toolCalls": "Set DATA_APIS_API_KEY from a direct Data APIs key or use RapidAPI-generated headers for REST endpoint access."
  },
  "publicChecks": {
    "demoTool": "sec_demo_latest_filings",
    "subscriptionInfoTool": "sec_subscription_info",
    "prompts": [
      {
        "name": "sec_mcp_try_demo",
        "title": "Try the SEC MCP demo",
        "description": "Guide an MCP client through the no-key demo call, subscription-info tool, and REST or hosted MCP access handoff.",
        "arguments": []
      },
      {
        "name": "sec_watchlist_polling_plan",
        "title": "Plan SEC watchlist polling",
        "description": "Draft a production watchlist polling workflow using SEC Event Intelligence tools after the buyer chooses an access route.",
        "arguments": [
          {
            "name": "tickers",
            "description": "Comma-separated ticker symbols or CIKs to use in the watchlist example.",
            "required": false
          }
        ]
      }
    ],
    "promptListMethod": "prompts/list",
    "promptGetMethod": "prompts/get",
    "demoToolCall": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json",
    "subscriptionInfoToolCall": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json",
    "evaluationWorkflow": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-workflow.json",
    "evaluationCurlScript": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-curl.sh",
    "promptPayloadUrls": {
      "promptsList": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-prompts-list.json",
      "tryDemoPrompt": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-try-demo-prompt.json",
      "watchlistPrompt": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-watchlist-prompt.json"
    }
  },
  "nextSteps": [
    "Run initialize and tools/list against the remote MCP URL.",
    "Download the prompt payloads or run prompts/list to discover no-key setup and watchlist polling prompts.",
    "Call sec_demo_latest_filings without a key to verify connectivity.",
    "Call sec_subscription_info for REST checkout and hosted MCP direct-key links.",
    "Request direct MCP access before using hosted production SEC data tools.",
    "Send x-api-key or Authorization: Bearer for hosted MCP production tool calls."
  ],
  "accessRoutes": [
    {
      "name": "RapidAPI REST subscription",
      "bestFor": "REST endpoint checkout, marketplace billing, quotas, and generated request snippets.",
      "url": "https://rapidapi.com/autoearnapi/api/sec-event-intelligence",
      "auth": "Use the RapidAPI-generated headers in REST requests."
    },
    {
      "name": "Hosted MCP production tools",
      "bestFor": "Remote MCP clients that need production SEC filing tools over https://api.data-apis.com/mcp.",
      "url": "https://api.data-apis.com/subscribe",
      "auth": "Request a Data APIs key, then send it as x-api-key or Authorization: Bearer."
    },
    {
      "name": "Public MCP setup checks",
      "bestFor": "No-key endpoint verification before subscribing or requesting access.",
      "url": "https://api.data-apis.com/mcp",
      "auth": "initialize, tools/list, sec_demo_latest_filings, and sec_subscription_info are public."
    }
  ],
  "entryPlan": {
    "name": "Pro",
    "priceMonthlyUsd": 19,
    "bestFor": "Starter REST production use: watchlist polling, endpoint evaluation, and small internal dashboards through RapidAPI."
  },
  "buyerPath": [
    "Use sec_demo_latest_filings without a key to verify MCP connectivity.",
    "Use RapidAPI for REST endpoint subscription and generated request snippets.",
    "Request hosted MCP direct access when your client must call https://api.data-apis.com/mcp with x-api-key or Authorization: Bearer.",
    "Use sec_watchlist_changes for polling jobs and sec_company_search before issuer-specific calls."
  ],
  "links": {
    "mcp": "https://api.data-apis.com/mcp",
    "serverManifest": "https://api.data-apis.com/server.json",
    "wellKnownServerManifest": "https://api.data-apis.com/.well-known/mcp-server.json",
    "securityProfile": "https://api.data-apis.com/mcp/security",
    "wellKnownSecurityProfile": "https://api.data-apis.com/.well-known/mcp-security.json",
    "openapi": "https://api.data-apis.com/openapi.json",
    "pricing": "https://api.data-apis.com/pricing",
    "subscribe": "https://api.data-apis.com/subscribe",
    "rapidapi": "https://rapidapi.com/autoearnapi/api/sec-event-intelligence"
  }
}