Query SEC EDGAR company, filing, and XBRL financial data through MCP without an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Aegisgov Sec MCP.
searchSearch public companies by name or ticker symbol
companyCompany profile + recent filings
filingsGet 10-K, 10-Q, 8-K filings with links
financialsXBRL financial data β revenue, income, assets
AEGISGOVDAO/aegisgov-sec-mcp MCP server gives AI agents access to SEC EDGAR information through a hosted HTTP service. Its source is the official U.S. Securities and Exchange Commission data API at data.sec.gov. The service is aimed at questions about SEC-registered public companies, their filings, and reported financial facts.
The available operations cover four related tasks:
The listing describes coverage of more than 10,000 public companies and continuously updated SEC data. It does not describe trading prices, analyst estimates, portfolio actions, or other market-data functions.
The hosted service is available at https://aegisgov-sec-mcp.vercel.app. Its HTTP operations accept JSON requests. For example, company lookups and filing queries use a ticker, while company search accepts a name or ticker query. Filing requests can specify a form type such as 10-K and a result limit. Financial-data requests use a ticker.
MCP discovery is exposed at https://aegisgov-sec-mcp.vercel.app/.well-known/mcp.json. An MCP-compatible client can use the discovered service to expose the operations to an agent. The README identifies Claude, GPT, and other LLM toolchains as supported use cases, but does not provide client-specific configuration for every application.
AEGISGOVDAO/aegisgov-sec-mcp MCP server does not require an API key or account for its current beta mode. Use the hosted endpoint rather than configuring a local package. Direct HTTP access uses POST requests with Content-Type: application/json.
Representative request shapes include:
{"query":"Apple"} for company search.{"ticker":"AAPL"} for a company profile or financial data.{"ticker":"AAPL","formType":"10-K","limit":3} for recent annual filings.The README says x402 USDC payments may be activated later. It lists Base mainnet and Solana mainnet as supported payment networks and PayAI as the facilitator, but states that the current beta is free and needs no payment or API key.
The four exposed tools are:
search: Finds public companies using a name or ticker symbol.company: Returns company information and recent filing data.filings: Retrieves 10-K, 10-Q, and 8-K filings with links.financials: Returns selected XBRL financial information, including revenue, income, and assets.Together, these tools support company identification, filing retrieval, and basic extraction of reported financial facts from SEC records.
The available material only documents SEC EDGAR data and the listed XBRL fields. It does not establish that the service supports non-SEC issuers, intraday or historical market prices, investment recommendations, or arbitrary XBRL concepts. Results depend on information available from the SEC source.
Payment behavior is described as a future or conditional feature: free beta mode is active now, while x402 USDC payments are planned to activate when ready. Treat payment requirements as subject to change. No project license is stated in the provided material.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aegisgovdao-aegisgov-sec-mcp)<a href="https://allmcps.com/mcp/aegisgovdao-aegisgov-sec-mcp"><img src="https://allmcps.com/api/badge/aegisgovdao-aegisgov-sec-mcp?style=directory" alt="Aegisgov Sec MCP on AllMCPs" /></a>