{
  "accessRoutes": [
    {
      "auth": "Use the RapidAPI-generated headers in REST requests.",
      "bestFor": "REST endpoint checkout, marketplace billing, quotas, and generated request snippets.",
      "name": "RapidAPI REST subscription",
      "url": "https://rapidapi.com/autoearnapi/api/sec-event-intelligence"
    },
    {
      "auth": "Request a Data APIs key, then send it as x-api-key or Authorization: Bearer.",
      "bestFor": "Remote MCP clients that need production SEC filing tools over https://api.data-apis.com/mcp.",
      "name": "Hosted MCP production tools",
      "url": "https://api.data-apis.com/subscribe"
    },
    {
      "auth": "initialize, tools/list, sec_demo_latest_filings, and sec_subscription_info are public.",
      "bestFor": "No-key endpoint verification before subscribing or requesting access.",
      "name": "Public MCP setup checks",
      "url": "https://api.data-apis.com/mcp"
    }
  ],
  "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."
  ],
  "dataBoundary": "Read-only public SEC filing metadata. Production data tool calls require buyer-controlled API-key authentication and do not perform trade actions, ratings, recommendations, or account changes.",
  "entryPlan": {
    "bestFor": "Starter REST production use: watchlist polling, endpoint evaluation, and small internal dashboards through RapidAPI.",
    "name": "Pro",
    "priceMonthlyUsd": 19
  },
  "htmlGuideUrl": "https://api.data-apis.com/integrations/sec-api-remote-mcp-clients",
  "links": {
    "clientConfig": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-client-config.json",
    "demoRunner": "https://api.data-apis.com/mcp/demo-runner",
    "evaluationCurlScript": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-curl.sh",
    "evaluationRunner": "https://api.data-apis.com/mcp/evaluation-runner",
    "evaluationWorkflow": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-workflow.json",
    "hostedMcpRequest": "https://api.data-apis.com/events/sec-event-intelligence/request?target=integration-sec-api-remote-mcp-clients-json-hosted-mcp",
    "mcpAccess": "https://api.data-apis.com/mcp/access",
    "officialRegistry": "https://registry.modelcontextprotocol.io/v0/servers?search=com.data-apis.api%2Fsec-event-intelligence",
    "openapi": "https://api.data-apis.com/openapi.json",
    "postmanCollection": "https://api.data-apis.com/postman",
    "pythonFirstCallRunner": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-first-call.py",
    "rapidapiRestCheckout": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=integration-sec-api-remote-mcp-clients-json-rest",
    "securityProfile": "https://api.data-apis.com/mcp/security",
    "serverManifest": "https://api.data-apis.com/server.json",
    "toolCallQuickstart": "https://api.data-apis.com/mcp/tool-call-quickstart",
    "vscodeConfig": "https://api.data-apis.com/downloads/sec-event-intelligence-vscode-mcp.json",
    "wellKnownServerManifest": "https://api.data-apis.com/.well-known/mcp-server.json"
  },
  "mcpEndpointUrl": "https://api.data-apis.com/mcp",
  "name": "SEC API Remote MCP Client Setup",
  "product": "SEC Event Intelligence",
  "productUrl": "https://api.data-apis.com/",
  "productionAuthHeaders": [
    "x-api-key",
    "Authorization: Bearer"
  ],
  "productionTools": [
    "sec_latest_filings",
    "sec_filing_changes",
    "sec_watchlist_changes",
    "sec_company_search",
    "sec_company_profile",
    "sec_company_filings",
    "sec_company_events",
    "sec_insider_trades",
    "sec_filing_summary"
  ],
  "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"
  },
  "publicNoKeyChecks": [
    {
      "method": "initialize",
      "purpose": "Confirm the remote MCP endpoint and server metadata."
    },
    {
      "method": "tools/list",
      "purpose": "Confirm public setup tools and production SEC tools are discoverable."
    },
    {
      "method": "tools/call",
      "payloadUrl": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json",
      "purpose": "Return a small public filing sample without an API key.",
      "tool": "sec_demo_latest_filings"
    },
    {
      "method": "tools/call",
      "payloadUrl": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json",
      "purpose": "Return pricing, checkout, hosted MCP, and client-config links.",
      "tool": "sec_subscription_info"
    }
  ],
  "recommendedEvaluationPath": [
    {
      "action": "Run initialize, tools/list, sec_demo_latest_filings, and sec_subscription_info against the remote MCP endpoint.",
      "step": "verify-mcp-no-key",
      "url": "https://api.data-apis.com/mcp/tool-call-quickstart"
    },
    {
      "action": "Use RapidAPI when the buyer wants REST endpoints, marketplace billing, quotas, and generated snippets.",
      "step": "self-serve-rest-checkout",
      "url": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=integration-sec-api-remote-mcp-clients-json-rest"
    },
    {
      "action": "Request hosted MCP access only when production data tools must be called through https://api.data-apis.com/mcp.",
      "step": "hosted-mcp-production-access",
      "url": "https://api.data-apis.com/events/sec-event-intelligence/request?target=integration-sec-api-remote-mcp-clients-json-hosted-mcp"
    }
  ],
  "requiredRequestHeaders": {
    "Accept": "application/json, text/event-stream",
    "Content-Type": "application/json"
  },
  "transport": "streamable-http",
  "type": "remote-mcp-client-handoff"
}