MCP browser demo

Run a no-key SEC MCP tool call in the browser

Use this browser runner to call sec_demo_latest_filings and sec_subscription_info against the hosted MCP endpoint before choosing REST or hosted MCP production access.

Browser runner status
Ready to run public no-key MCP setup calls.

What this runs

The runner sends two JSON-RPC tools/call requests to https://api.data-apis.com/mcp. Both are public setup tools and do not require credentials.

Same payload for client tests

MCP-capable clients can replay the same request body from a terminal, workflow runner, or integration test. The browser runner is only a faster first connectivity check.

tools/call sec_demo_latest_filings
{
  "jsonrpc": "2.0",
  "id": "demo-latest-filings",
  "method": "tools/call",
  "params": {
    "name": "sec_demo_latest_filings",
    "arguments": {
      "limit": 3
    }
  }
}

After the browser demo works

Use REST through RapidAPI for scheduled jobs and dashboards. Use hosted MCP direct access when an MCP client needs production tools/call requests against live SEC filing tools.

Data infrastructure only. The browser runner calls public SEC filing setup tools and buyer handoff metadata. Production data tool calls are read-only and do not provide investment advice, recommendations, ratings, or personalized financial guidance.