Install
openclaw skills install secmarketedgarAccess SEC EDGAR-backed US company data, filings, metrics, ads, commerce tools, and research via a unified MCP API with audit-traceable lineage.
openclaw skills install secmarketedgarPublish-ready skill describing SEC_Market's full MCP endpoint capabilities for agent discovery directories (including ClawHub).
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
This skill advertises the full SEC_Market MCP surface area for AI agents:
list_productspurchasedonateverify_paymentget_ad_discountdeliverpromote_productsdiscover_ad_inventorycreate_ad_campaigncheck_ad_performancelookup_ad_campaignlist_filingsget_filingget_metricsget_company_summaryresearch_companyGET /api/company/us/research-bundle.curl -X POST https://market-royal-city.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{"tool":"list_products","params":{}}'
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"}}'
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}}'