SEC Filings Agent Marketplace
sec-filings-mcp-1065601264332.us-central1.run.app
· stagproject
SEC EDGAR structured filings for AI agents: search catalog, free sample preview, purchase full JSON via x402 USDC on Polygon. Primary invoke path is MCP Streamable HTTP (tools/call). Native A2A JSON-RPC task API on roadmap.
sec-filings-mcp-1065601264332.us-central1.run.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 67/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-29 03:27:35 current | 047352bc334a… |
view → |
Endpoints
| Agent card | https://sec-filings-mcp-1065601264332.us-central1.run.app/.well-known/agent-card.json |
| Provider | https://github.com/stagproject |
| Docs | https://github.com/stagproject/sec-filings-mcp#readme |
Skills · 3 declared · mapped to canonical taxonomy
Lightweight catalog search on fi_listings_portfolio. Requires at least one filter (ticker, form_type, company_name, fiscal_period, cik). Returns agent_readiness…
Free compact row from fi_listings_portfolio_compact (agent_summary + financial_metrics). No full alpha_signals until purchase.
MPP v1.0 x402: call with empty tx_hash for payment payload, broadcast USDC on polygon, recall with tx_hash for full fi_listings_portfolio JSON.
Health · last 6 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/sec-filings-mcp-1065601264332.us-central1.run.app) [](https://agenstry.com/agents/sec-filings-mcp-1065601264332.us-central1.run.app) [](https://agenstry.com/agents/sec-filings-mcp-1065601264332.us-central1.run.app) [](https://agenstry.com/agents/sec-filings-mcp-1065601264332.us-central1.run.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "SEC Filings Agent Marketplace",
"description": "SEC EDGAR structured filings for AI agents: search catalog, free sample preview, purchase full JSON via x402 USDC on Polygon. Primary invoke path is MCP Streamable HTTP (tools/call). Native A2A JSON-RPC task API on roadmap.",
"protocolVersion": "0.3.0",
"version": "1.0.2",
"url": "https://sec-edgar-filings.mcp.xpay.sh/mcp",
"documentationUrl": "https://github.com/stagproject/sec-filings-mcp#readme",
"iconUrl": "https://github.com/stagproject.png",
"provider": {
"organization": "stagproject",
"url": "https://github.com/stagproject"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
"description": "Paid filing delivery uses x402-style on-chain USDC settlement (MPP v1.0 via MCP purchase_filing).",
"required": false
},
{
"uri": "https://modelcontextprotocol.io/specification/2025-06-18",
"description": "Primary production API: MCP Streamable HTTP \u2014 tools search_filings, get_filing_sample, purchase_filing.",
"required": true
}
]
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"supportedInterfaces": [
{
"url": "https://sec-edgar-filings.mcp.xpay.sh/mcp",
"transport": "HTTP+JSON",
"description": "MCP Streamable HTTP (xpay proxy). Append ?key=YOUR_XPAY_KEY."
},
{
"url": "https://sec-filings-mcp-1065601264332.us-central1.run.app/mcp",
"transport": "HTTP+JSON",
"description": "MCP Streamable HTTP upstream (Cloud Run). Agent Card and mcp.json served on same host."
}
],
"securitySchemes": {
"xpayApiKey": {
"type": "apiKey",
"in": "query",
"name": "key",
"description": "xpay.tools API key for MCP proxy access"
}
},
"securityRequirements": [
{
"xpayApiKey": []
}
],
"skills": [
{
"id": "search_filings",
"name": "Search SEC filings catalog",
"description": "Lightweight catalog search on fi_listings_portfolio. Requires at least one filter (ticker, form_type, company_name, fiscal_period, cik). Returns agent_readiness_score and pagination.",
"tags": [
"sec",
"edgar",
"10-k",
"10-q",
"search",
"equity-research"
],
"examples": [
"ticker=AAPL form_type=10-K limit=5",
"ticker=MSFT limit=10 offset=0"
]
},
{
"id": "get_filing_sample",
"name": "Preview filing sample",
"description": "Free compact row from fi_listings_portfolio_compact (agent_summary + financial_metrics). No full alpha_signals until purchase.",
"tags": [
"sec",
"preview",
"sample",
"free"
],
"examples": [
"document_id=000000708426000023"
]
},
{
"id": "purchase_filing",
"name": "Purchase full filing JSON",
"description": "MPP v1.0 x402: call with empty tx_hash for payment payload, broadcast USDC on polygon, recall with tx_hash for full fi_listings_portfolio JSON.",
"tags": [
"sec",
"purchase",
"x402",
"usdc",
"polygon"
],
"examples": [
"document_id=000000708426000023 network=polygon",
"document_id=... network=polygon tx_hash=0x..."
]
}
],
"keywords": [
"SEC",
"EDGAR",
"10-K",
"10-Q",
"CompanyFacts",
"x402",
"MCP",
"equity-research"
],
"mcp": {
"transport": "streamable-http",
"connectUrl": "https://sec-edgar-filings.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY",
"registry": "io.github.stagproject/sec-filings-mcp",
"discovery": {
"agentCard": "https://sec-filings-mcp-1065601264332.us-central1.run.app/.well-known/agent-card.json",
"mcpJson": "https://sec-filings-mcp-1065601264332.us-central1.run.app/.well-known/mcp.json"
}
}
}