Remote MCP setup

SEC API Remote MCP Client Setup

A hosted MCP setup guide for teams that want MCP-capable clients, IDEs, and internal agent runtimes to verify SEC filing tools with public no-key calls, then choose self-serve REST checkout or hosted MCP production access.

POST /mcp
Remote MCP URL:
https://api.data-apis.com/mcp

Required headers for JSON-RPC requests:
  Accept: application/json, text/event-stream
  Content-Type: application/json

Authentication for tools/call:
  x-api-key: YOUR_DATA_APIS_API_KEY
  Authorization: Bearer YOUR_DATA_APIS_API_KEY

Discovery methods:
  initialize
  tools/list

Public demo tool:
  sec_demo_latest_filings

Public access info tool:
  sec_subscription_info

Self-serve REST checkout:
  https://rapidapi.com/autoearnapi/api/sec-event-intelligence

Workflow Setup

This recipe shows how to move SEC filing data into automation tools using live HTTPS endpoints and standard API credentials.

60-second evaluation path

Start with public MCP setup calls so the client can prove the remote transport and tool payloads. REST buyers can subscribe on RapidAPI without waiting for hosted MCP access; hosted MCP keys are only needed for production tools/call requests through https://api.data-apis.com/mcp.

First no-key MCP tool calls

Run the public setup calls before sending credentials. A working sec_demo_latest_filings or sec_subscription_info response proves the remote MCP endpoint, transport headers, and client JSON-RPC flow.

Choose the production access route

Use REST through RapidAPI for scheduled jobs and dashboards. Request hosted MCP access only when the production client must call https://api.data-apis.com/mcp directly with authenticated tools/call requests.

Client setup matrix

Start with the no-key public checks, then choose the smallest client configuration that matches the runtime. Production data tools require a direct hosted MCP key; REST buyers can stay on RapidAPI without waiting for hosted MCP access.

Endpoints Used

The integration uses live SEC Event Intelligence endpoints available through RapidAPI subscriptions.

Integration FAQ

Is this a local MCP server?

No. It is a hosted remote MCP endpoint. Buyers connect to the HTTPS URL instead of running a local EDGAR service.

Which clients can use it?

Use clients that support remote MCP URLs over Streamable HTTP and can send API key or bearer headers for data-returning tool calls.

Does the MCP endpoint provide investment advice?

No. It exposes public SEC filing metadata only and does not provide recommendations, ratings, signals, or personalized financial guidance.

No investment advice. These recipes move public SEC filing metadata into automation tools. They do not provide recommendations, ratings, signals, or personalized financial guidance.