INDIVIDUAL MCP TOOL
filing_section
Pull a single numbered item out of a 10-K or 10-Q as clean text: risk factors (1A), MD&A (7), business (1), and the rest.
LIVE ENDPOINT
https://mcp.signalnodus.ai
Connect to this endpoint to inspect the live schema for filing_section and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.signalnodus]
url = "https://mcp.signalnodus.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signalnodus": {
"type": "http",
"url": "https://mcp.signalnodus.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signalnodus
Remote MCP URL: https://mcp.signalnodus.ai
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": {
"signalnodus": {
"url": "https://mcp.signalnodus.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signalnodus": {
"type": "http",
"url": "https://mcp.signalnodus.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signalnodus",
"transport": "streamable-http",
"url": "https://mcp.signalnodus.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_company— Resolve a ticker or CIK to a company's canonical SEC identity: legal name, CIK, industry classification, tickers, and exchanges.recent_filings— List a company's most recent SEC filings with form type, dates, accession number, and a direct document URL.company_financials— Fetch an as-reported XBRL financial concept for a company across recent periods, each tied to the filing it came from.compare_filings— Compare the same item between two filings of a company and return what changed: added and removed passages plus a change ratio.