{
  "accessPageUrl": "https://api.data-apis.com/mcp/access",
  "browserDemoRunner": {
    "autoRunsPublicToolCallsOnOpen": true,
    "requiresApiKey": false,
    "tools": [
      "sec_demo_latest_filings",
      "sec_subscription_info"
    ],
    "url": "https://api.data-apis.com/mcp/demo-runner"
  },
  "copyableJsonRpcSequence": [
    {
      "id": "demo-latest-filings",
      "jsonrpc": "2.0",
      "method": "tools/call",
      "params": {
        "arguments": {
          "limit": 2
        },
        "name": "sec_demo_latest_filings"
      },
      "purpose": "Verify the SEC filing response shape without an API key."
    },
    {
      "id": "subscription-info",
      "jsonrpc": "2.0",
      "method": "tools/call",
      "params": {
        "arguments": {},
        "name": "sec_subscription_info"
      },
      "purpose": "Return RapidAPI checkout, hosted MCP access, pricing, and client configuration links without an API key."
    }
  ],
  "demoRunnerUrl": "https://api.data-apis.com/mcp/demo-runner",
  "demoToolCallUrl": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json",
  "firstAction": {
    "id": "demo-latest-filings",
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "arguments": {
        "limit": 2
      },
      "name": "sec_demo_latest_filings"
    },
    "purpose": "Verify the SEC filing response shape without an API key."
  },
  "firstCallRunnerUrl": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-first-call.py",
  "firstExecutableTool": "sec_demo_latest_filings",
  "followUpAction": {
    "id": "subscription-info",
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "arguments": {},
      "name": "sec_subscription_info"
    },
    "purpose": "Return RapidAPI checkout, hosted MCP access, pricing, and client configuration links without an API key."
  },
  "mcpUrl": "https://api.data-apis.com/mcp",
  "name": "SEC Event Intelligence first public MCP tool call",
  "nextAction": {
    "arguments": {
      "limit": 2
    },
    "browserDemoRunner": {
      "autoRunsPublicToolCallsOnOpen": true,
      "requiresApiKey": false,
      "tools": [
        "sec_demo_latest_filings",
        "sec_subscription_info"
      ],
      "url": "https://api.data-apis.com/mcp/demo-runner"
    },
    "demoRunnerUrl": "https://api.data-apis.com/mcp/demo-runner",
    "firstPublicToolCallResourceUrl": "https://api.data-apis.com/mcp/first-public-tool-call.json",
    "followUpJsonRpcPayload": {
      "id": "subscription-info",
      "jsonrpc": "2.0",
      "method": "tools/call",
      "params": {
        "arguments": {},
        "name": "sec_subscription_info"
      },
      "purpose": "Return RapidAPI checkout, hosted MCP access, pricing, and client configuration links without an API key."
    },
    "followUpTool": "sec_subscription_info",
    "jsonRpcPayload": {
      "id": "demo-latest-filings",
      "jsonrpc": "2.0",
      "method": "tools/call",
      "params": {
        "arguments": {
          "limit": 2
        },
        "name": "sec_demo_latest_filings"
      },
      "purpose": "Verify the SEC filing response shape without an API key."
    },
    "mcpUrl": "https://api.data-apis.com/mcp",
    "method": "tools/call",
    "name": "sec_demo_latest_filings",
    "purpose": "Run the public SEC filing demo tool before production auth.",
    "requiresApiKey": false
  },
  "notInvestmentAdvice": true,
  "purpose": "Run a no-key SEC filing demo tool call, then retrieve pricing, REST subscription, hosted MCP access, and client configuration links.",
  "recommendedEvaluationOrder": [
    "initialize",
    "tools/list",
    "resources/list",
    "resources/read:mcp-first-public-tool-call",
    "tools/call:sec_demo_latest_filings",
    "tools/call:sec_subscription_info"
  ],
  "requiresApiKey": false,
  "subscriptionInfoTool": "sec_subscription_info",
  "subscriptionInfoToolCallUrl": "https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json"
}