INDIVIDUAL MCP TOOL
sec_subscription_info
Return public pricing, checkout, documentation, and access links for SEC Event Intelligence without an API key.
LIVE ENDPOINT
https://api.data-apis.com/mcp
Connect to this endpoint to inspect the live schema for sec_subscription_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sec-event-intelligence-mcp]
url = "https://api.data-apis.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sec-event-intelligence-mcp": {
"type": "http",
"url": "https://api.data-apis.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sec-event-intelligence-mcp
Remote MCP URL: https://api.data-apis.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sec-event-intelligence-mcp": {
"url": "https://api.data-apis.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sec-event-intelligence-mcp": {
"type": "http",
"url": "https://api.data-apis.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sec-event-intelligence-mcp",
"transport": "streamable-http",
"url": "https://api.data-apis.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sec_demo_latest_filings— Preview the SEC filing response shape without an API key.sec_latest_filings— Fetch a newest-first snapshot of public SEC filings.sec_filing_changes— Fetch filings observed on or after a since date for polling jobs that persist a cursor.sec_watchlist_changes— Fetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets.sec_company_search— Search the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools.sec_company_profile— Fetch one issuer profile with ticker/CIK identity, filing coverage, form counts, and latest known filing.sec_company_filings— Return newest-first filing rows for one company, optionally narrowed by SEC form type.sec_company_events— Return normalized event records derived from one company's filings.