# io.github.paperandbeyond23-gif/edgrapi-skills (remote · api.edgrapi.com)

Clean SEC EDGAR company financials, ratios, filings and 10-K/10-Q sections as normalized JSON.

- Trust score: 74/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.edgrapi.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api.md), [page](https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api)

## Channel facts

- Endpoint: `https://api.edgrapi.com/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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 850 tokens (~121/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 paperandbeyond23-gif-edgrapi-skills https://api.edgrapi.com/mcp
```

### Codex

```toml
[mcp_servers.paperandbeyond23-gif-edgrapi-skills]
url = "https://api.edgrapi.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paperandbeyond23-gif-edgrapi-skills": {
      "type": "remote",
      "url": "https://api.edgrapi.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add paperandbeyond23-gif-edgrapi-skills --url https://api.edgrapi.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  paperandbeyond23-gif-edgrapi-skills:
    url: "https://api.edgrapi.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "paperandbeyond23-gif-edgrapi-skills": {
      "type": "http",
      "url": "https://api.edgrapi.com/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 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (7)

### `get_fundamentals` (~98 tokens)

Get company financial statements

Normalized income statement, balance sheet, and cash flow for a US-listed ticker, parsed from SEC EDGAR XBRL. Counts as one request on the Edgrapi plan.

Input parameters:

- `limit` (integer): Number of periods to return, 1-20 (default 5).
- `period` (string): Reporting period (default annual).
- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

### `get_ratios` (~64 tokens)

Get computed financial ratios

Margins, returns (ROE/ROA), leverage and liquidity ratios for a ticker, derived from SEC EDGAR fundamentals. Price-based ratios (P/E, P/B) excluded.

Input parameters:

- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

### `get_company` (~52 tokens)

Get a company profile

CIK, legal name, SIC industry, fiscal-year end, exchanges and website for a ticker, resolved from SEC EDGAR submissions.

Input parameters:

- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

### `get_filings` (~96 tokens)

Get recent SEC filings

Recent SEC filings for a ticker (10-K/10-Q/8-K) with filing/report dates and document links.

Input parameters:

- `form` (string): Optional form filter, e.g. '10-K', '10-Q', '8-K'.
- `limit` (integer): Number of filings to return, 1-100 (default 20).
- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

### `get_sections` (~141 tokens)

Get 10-K/10-Q narrative sections

Narrative sections from the latest 10-K/10-Q as clean text — Risk Factors (item 1A), MD&A (item 7), Business (item 1), etc. Built for LLM/RAG equity research. Omit 'item' to list the available sections first.

Input parameters:

- `form` (string): Filing type: '10-K' (default) or '10-Q'.
- `item` (string): Section to fetch, e.g. '1A' (Risk Factors) or '7' (MD&A). Omit to list available sections.
- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

### `get_insider` (~208 tokens)

Get parsed insider transactions

Parsed SEC Form 4 insider trades for a ticker: owner, role, transaction code (P open-market purchase, S sale, A award, M exercise, F tax withholding), shares, price, dollar value, and a 10b5-1 plan flag. Code P is the only own-money buy signal; A/M/F are automatic compensation. Pass ticker='latest' for the market-wide feed of the biggest open-market buys, or ticker='clusters' for companies where several insiders bought at once (the cluster-buy signal).

Input parameters:

- `days` (integer): For 'clusters': lookback window in days (default 15).
- `limit` (integer): Number of results, 1-100 (default 20).
- `min_insiders` (integer): For 'clusters': min distinct insiders (default 3).
- `ticker` (string, required): US stock ticker (e.g. 'AAPL'), 'latest' for market-wide buys, or 'clusters' for cluster buys.

### `get_events` (~114 tokens)

Get 8-K material events

8-K material events for a ticker as typed items (2.02 earnings, 5.02 executive change, 1.05 cybersecurity incident, 2.01 acquisition, etc.), each with a notable flag for the market-moving ones and a link to the filing.

Input parameters:

- `limit` (integer): Number of events, 1-100 (default 20).
- `notable` (boolean): Only market-moving events (default false).
- `ticker` (string, required): US stock ticker, e.g. 'AAPL'.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 69
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 69

## Links

- Remote endpoint: https://api.edgrapi.com/mcp
- Repository: https://github.com/paperandbeyond23-gif/edgrapi-skills
- Website: https://edgrapi.com/
- Changelog RSS feed: https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/paperandbeyond23-gif-edgrapi-skills/api
