# SEC EDGAR Fundamentals (remote · api.toolfeeds.com)

Normalized SEC EDGAR fundamentals. 3 of 6 tools free; the rest $0.04-$0.10 per call in USDC.

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.toolfeeds.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp.md), [page](https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp)

## Channel facts

- Endpoint: `https://api.toolfeeds.com/sec-edgar-mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 51/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1678 tokens (~279/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-toolfeeds-sec-edgar-mcp https://api.toolfeeds.com/sec-edgar-mcp
```

### Codex

```toml
[mcp_servers.com-toolfeeds-sec-edgar-mcp]
url = "https://api.toolfeeds.com/sec-edgar-mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-toolfeeds-sec-edgar-mcp": {
      "type": "remote",
      "url": "https://api.toolfeeds.com/sec-edgar-mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-toolfeeds-sec-edgar-mcp --url https://api.toolfeeds.com/sec-edgar-mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-toolfeeds-sec-edgar-mcp:
    url: "https://api.toolfeeds.com/sec-edgar-mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-toolfeeds-sec-edgar-mcp": {
      "type": "http",
      "url": "https://api.toolfeeds.com/sec-edgar-mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 56)

First indexed and scored.

## MCP tools (6)

### `list_metrics` (~181 tokens)

List Normalized Metrics

Publishes the canonical metric vocabulary this server normalizes SEC XBRL facts into: for each metric its key (revenue, net_income, assets, operating_cash_flow, ...), a human label, the statement it belongs to (income, balance, cashflow, entity), its unit, and the ranked upstream us-gaap/dei tag candidates tried in order until a filer's own tagging matches. Reach for this before any other paid call whenever you need to know which metric keys get_concept, get_financials and compare_companies will accept, or which XBRL tags stand behind a reported figure. Returns the full metric table plus the derived ratios (gross_margin, operating_margin, net_margin, current_ratio) with the numerator and denominator each is computed from. No parameters, no upstream lookup. See /.well-known/x402 for current pricing.

### `company_profile` (~206 tokens)

Company Reference Profile

Resolves an exchange ticker to its SEC filer and returns that filer's reference data in one call: the zero-padded ten-digit CIK that identifies it in EDGAR, its official registrant name, its SIC industry classification code with the code's description, the exchanges its securities trade on, and the fiscal year end that determines where its fiscal quarters fall. Reach for this first — to confirm a ticker is a real SEC filer, to resolve it to a CIK, to establish industry or sector context, to choose peers to compare against, or to learn a filer's fiscal calendar before reading quarterly figures or lining its periods up against another company whose year ends elsewhere. Returns the CIK and registrant name together with the SIC code and description, the exchange list and the fiscal year end. See /.well-known/x402 for current pricing.

Input parameters:

- `ticker` (string, required): Exchange ticker symbol of a single SEC filer, case-insensitive, such as AAPL, MSFT or KO.

### `list_filings` (~267 tokens)

List Recent Filings

Recent EDGAR filing history for one company, newest first: form type (10-K, 10-Q, 8-K, S-1 and the rest), filing date, the period end the document reports on, its accession number and a direct link to the document. Use it to establish what a company has filed and when — whether the latest annual report is out, whether a fiscal quarter has been reported yet, or how much recent 8-K activity there has been — before deciding which numbers are even available. Pass `form` to narrow to one filing type; omit it for every type. See /.well-known/x402 for current pricing.

Input parameters:

- `form` (string): Optional EDGAR form-type filter, for example "10-K" for annual reports, "10-Q" for quarterly, or "8-K" for material events. Omit to receive every form type. Narrowing here is cheaper than filtering t…
- `limit` (integer): How many filings to return, newest first. Accepts 1 to 100; defaults to 25 when omitted. Ask for the fewest that answer the question.
- `ticker` (string, required): Exchange ticker symbol of a single SEC filer, case-insensitive, such as AAPL, MSFT or KO.

### `get_concept` (~310 tokens)

Get One Metric's Reported Series

The reported time series for a single normalized metric from one company's XBRL facts — every revenue, net_income or assets observation the filer has published, each with its value, unit, period start and end, and the filing it came from. Use it when a question is about the history, trend or growth of one figure rather than a whole statement, or when you must reconcile a number against the filing it was tagged in. Returns the observations newest first alongside the upstream tag and taxonomy that actually resolved, which matters because filers tag the same economic concept differently and a series cannot be compared across companies without knowing which tag answered. See /.well-known/x402 for current pricing.

Input parameters:

- `limit` (integer): How many observations to return, newest first. Accepts 1 to 200; defaults to 20 when omitted. A decade of annual history needs about 10.
- `metric` (string): Normalized metric key to fetch, exactly as published by list_metrics — for instance revenue, net_income, assets, equity or operating_cash_flow. Call list_metrics first if unsure; a key outside that v…
- `taxonomy` (string): XBRL taxonomy the resolved tag is drawn from: 'us-gaap' for financial statement concepts, 'dei' for entity-level facts such as shares outstanding. Defaults to 'us-gaap'.
- `ticker` (string, required): Exchange ticker symbol of a single SEC filer, case-insensitive, such as AAPL, MSFT or KO.

### `get_financials` (~306 tokens)

Get Normalized Financial Statements

The normalized financial statement view for one company across recent fiscal periods: revenue, gross profit, operating income, research and development, net income, diluted earnings per share, total and current assets and liabilities, stockholders equity, cash, operating cash flow and capital expenditures, plus the derived ratios gross_margin, operating_margin, net_margin and current_ratio. Reach for this by default when a question is about a company's performance, profitability or margins over annual or quarterly periods rather than the history of one figure. Returns one record per fiscal period newest first, the upstream XBRL tag that supplied each figure so any number can be traced back to the 10-K or 10-Q, and the list of metrics this filer never reported. See /.well-known/x402 for current pricing.

Input parameters:

- `limit` (integer): How many fiscal periods to return, newest first. Accepts 1 to 20; defaults to 5 when omitted.
- `metrics` (array): Optional subset of normalized metric keys to return, as published by list_metrics. Omit to receive the server's standard statement set; narrow it when only a few figures matter.
- `period` (string, required): Reporting frequency to return: 'annual' for fiscal-year figures drawn from 10-K filings, 'quarterly' for fiscal-quarter figures drawn from 10-Q filings.
- `ticker` (string, required): Exchange ticker symbol of a single SEC filer, case-insensitive, such as AAPL, MSFT or KO.

### `compare_companies` (~329 tokens)

Compare Companies On One Metric

Compares one normalized metric across several filers in a single call, with reporting periods aligned so companies whose fiscal calendars end in different months still line up period by period. Use it for peer, competitor or ranking questions — which of these companies earns the most revenue, whose total assets grew fastest, how a filer's net income stands against its sector — where the same figure is wanted for two to eight tickers. Exactly one metric per call, because the upstream aligns a single metric across companies rather than returning a matrix; ask again per metric if you need more. Returns one row per ticker carrying the aligned period values and the resolved XBRL tag, plus a per-row error for any ticker that fails to resolve or has never reported the metric. See /.well-known/x402 for current pricing.

Input parameters:

- `limit` (integer): How many aligned reporting periods to return per company, newest first. Accepts 1 to 12; defaults to 4 when omitted.
- `metric` (string, required): The single normalized metric key every company is compared on, as published by list_metrics — for instance revenue, net_income or assets. One metric per call.
- `period` (string, required): Reporting frequency to return: 'annual' for fiscal-year figures drawn from 10-K filings, 'quarterly' for fiscal-quarter figures drawn from 10-Q filings.
- `tickers` (array, required): The companies to compare, as exchange ticker symbols. Between 2 and 8 distinct symbols; duplicates are folded together and a symbol that does not resolve is reported on its own row rather than failin…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 56

## Links

- Remote endpoint: https://api.toolfeeds.com/sec-edgar-mcp
- Website: https://toolfeeds.com/sec-edgar-mcp/
- Changelog RSS feed: https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-toolfeeds-sec-edgar-mcp/sec-edgar-mcp
