# AEGISGOVDAO/aegisgov-sec-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/AEGISGOVDAO/aegisgov-sec-mcp  
**GitHub Stars:** 0  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/aegisgovdao-aegisgov-sec-mcp

## Description
SEC EDGAR data for AI agents via the official data.sec.gov API. Search 10,000+ public companies, retrieve 10-K/10-Q/8-K filings, and access XBRL financial data. Free, no API key required, no third-party dependency.

## Tools
Capabilities this server exposes over MCP:

- **search** — Search public companies by name or ticker symbol
- **company** — Company profile + recent filings
- **filings** — Get 10-K, 10-Q, 8-K filings with links
- **financials** — XBRL financial data — revenue, income, assets

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "aegisgov-sec-mcp": {
    "command": "npx",
    "args": ["-y","aegisgovdao-aegisgov-sec-mcp"]
  }
}
```

## Documentation

## What AEGISGOVDAO/aegisgov-sec-mcp MCP server does

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:

- Search companies by name or ticker symbol.
- Retrieve a company profile and recent filings.
- Find 10-K, 10-Q, and 8-K filings, including links.
- Request XBRL financial data for revenue, income, and assets.

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.

## How it works

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.

## Setup and configuration

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.

## Tools and capabilities

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.

## Limitations and notes

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.

_Full upstream README: https://allmcps.com/mcp/aegisgovdao-aegisgov-sec-mcp/readme_

