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.
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.
sec_demo_latest_filingsReturns a small public filing sample and proves the MCP endpoint can execute a tool callsec_subscription_infoReturns REST checkout, hosted MCP access, pricing, client config, and next-step linksProduction toolsRequire buyer-controlledx-api-keyorAuthorization: Bearerheaders after hosted MCP access is approved
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.
{
"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.
REST checkoutSubscribe on RapidAPI for marketplace billing and generated snippetsHosted MCP directRequest hosted MCP access for production MCP tool callsSecurity profileReview read-only scope and production credential boundaries