Install
# CLI install
npm install -g mcp-server-sec-filings
MCP client config
{
"command": "npx",
"args": ["-y", "mcp-server-sec-filings"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- mcp-server-sec-filings
- Version
- 1.0.0
- Author
- alerterra
- Published
- 2026-03-15
- Keywords
- mcp, model-context-protocol, mcp-server, ai, llm, claude, ai-tools, ai-agent
Related MCPs
-
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
-
LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your
-
React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validat
-
DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and oth