Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

stagproject/sec-filings-mcp MCP server](https://glama.ai/mcp/servers/stagproject/sec-filings-mcp/badges/score.svg)](https://glama.ai/mcp/servers/stagproject/sec-filings-mcp) πŸ“‡ ☁️ - SEC EDGAR MCP for agents: search 10-K/10-Q, free sample preview, full...

README.md

sec-filings-mcp

![SEC EDGAR Filings MCP](https://glama.ai/mcp/servers/stagproject/sec-filings-mcp)

SEC EDGAR structured filing MCP for agents: search_filings, get_filing_sample, purchase_filing. Data lives in Supabase views (fi_listings_portfolio, fi_listings_portfolio_compact) populated by the finance-factory pipeline.

| Read first | File | |------------|------| | Try without xpay key | docs/TRY_WITHOUT_XPAY.md β€” Glama sandbox or Cloud Run upstream | | Distribution (you vs repo) | docs/DISTRIBUTION.md Β· docs/HANDOFF.md | | Build / handoff | MCP_FINANCE_BUILD.md | | Env template | .env.example β†’ copy to .env | | Glama | glama.json (maintainers: stagproject); build fix: GLAMA_BUILD.md | | A2A / x402 | docs/A2A.md β€” Agent Card + payment mapping | | MCP Registry | io.github.stagproject/sec-filings-mcp β€” docs/MCP_REGISTRY.md | | Discovery URLs | docs/DISCOVERY.md |

Template reference: mcp_server.py (patent MCP, unmodified). Runtime: mcp_server_finance.py.

Protocol stack (MCP + A2A + x402)

| Layer | How to use | |-------|------------| | MCP (production) | xpay URL below β€” tools/call on search_filings, get_filing_sample, purchase_filing | | A2A (discovery) | Agent Card on Cloud Run upstream (xpay blocks /.well-known/*): https://sec-filings-mcp-1065601264332.us-central1.run.app/.well-known/agent-card.json | | x402 (payment) | purchase_filing β€” 402 + Polygon USDC + tx_hash redelivery |

Native A2A JSON-RPC task API is on the roadmap; today agents invoke via MCP Streamable HTTP. Details: docs/A2A.md.

Try first (no xpay API key)

| Path | URL / action | |------|----------------| | Glama sandbox | Open server β†’ Try in Browser | | Cloud Run trial | https://sec-filings-mcp-1065601264332.us-central1.run.app/mcp β€” search_filings + get_filing_sample without ?key= |

Details: docs/TRY_WITHOUT_XPAY.md. xpay proxy always needs a key; per-tool $0 is allowed on xpay (docs) but is not the same as β€œno signup.”

Connect (production)

| Endpoint | URL | |----------|-----| | xpay (billing + catalog) | https://sec-edgar-filings.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY | | Cloud Run (upstream) | https://sec-filings-mcp-1065601264332.us-central1.run.app/mcp |

Register / manage on xpay.tools. Slug: sec-edgar-filings. Publisher checklist (finance collection, awesome list): docs/DISTRIBUTION.md.

Local dev

git clone https://github.com/stagproject/sec-filings-mcp.git
cd sec-filings-mcp
copy .env.example .env
# Edit .env with Supabase + x402 keys
uv sync
# Run once in Supabase SQL Editor: sql/fi_processed_transactions.sql
uv run python mcp_server_finance.py --sse
# MCP: http://127.0.0.1:8081/mcp  (PORT in .env)

Tests:

uv run python test_finance_mcp.py
uv run python test_finance_mcp.py --xpay-only --e2e

Cloud Run

gcloud run deploy sec-filings-mcp `
  --source . `
  --region us-central1 `
  --allow-unauthenticated `
  --port 8080

Set env vars from .env (not committed). Do not deploy .env.cloudrun.yaml to git.

Glama

Listed at glama.ai/mcp/servers/stagproject/sec-filings-mcp β€” use Try in Browser for a no-key sandbox; production traffic uses xpay or Cloud Run above.

MCP Registry

io.github.stagproject/sec-filings-mcp

Publish / update: docs/MCP_REGISTRY.md. Search: https://registry.modelcontextprotocol.io

License

MIT β€” see LICENSE.md.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.