SEC_Market MCP (AI Agent + Company US)
v1.0.0Access SEC EDGAR-backed US company data, filings, metrics, ads, commerce tools, and research via a unified MCP API with audit-traceable lineage.
SEC_Market MCP Capabilities
Publish-ready skill describing SEC_Market's full MCP endpoint capabilities for agent discovery directories (including ClawHub).
SEC_Market API
Base URL: https://market-royal-city.vercel.app/api/
MCP endpoint: POST https://market-royal-city.vercel.app/api/mcp
MCP discovery: GET https://market-royal-city.vercel.app/.well-known/mcp.json
Agent entrypoint: GET https://market-royal-city.vercel.app/.well-known/agent.json
Catalog: GET https://market-royal-city.vercel.app/.well-known/agent-products.json
What This Skill Covers
This skill advertises the full SEC_Market MCP surface area for AI agents:
- Commerce tools (product listing, purchase flow, donation, verification, delivery)
- Ad capabilities (inventory discovery, campaign creation, campaign performance, campaign lookup)
- Company US research (filings, filing document lookup, metrics with lineage, company summary, single-call research bundle)
MCP Tools (Current)
list_productspurchasedonateverify_paymentget_ad_discountdeliverpromote_productsdiscover_ad_inventorycreate_ad_campaigncheck_ad_performancelookup_ad_campaignlist_filingsget_filingget_metricsget_company_summaryresearch_company
Agent Notes
- Payments and deliveries are supported for both human redirect flows and machine-driven usage.
- Company US data is SEC EDGAR-backed with source lineage fields for auditability.
- Related paid HTTP research bundle route:
GET /api/company/us/research-bundle.
Example MCP Calls
List tools/products
curl -X POST https://market-royal-city.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{"tool":"list_products","params":{}}'
Get metrics with lineage
curl -X POST https://market-royal-city.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{"tool":"get_metrics","params":{"ticker":"AAPL","period":"latest"}}'
Single-call research bundle
curl -X POST https://market-royal-city.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{"tool":"research_company","params":{"ticker":"AAPL","filings_limit":15}}'
Version tags
adcpadsagentscoinbaseedgarfinancelatestmcppaymentsresearchsecstripe
