FREE MCP v1.0.0

mcp-server-sec-filings

SEC EDGAR financial intelligence with XBRL data, filing search, and insider trades for 8000+ companies

View on npm Source

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

Browse all MCPs →