mcpbeat

Edgrapi Skills MCP Server

io.github.paperandbeyond23-gif/edgrapi-skills
answering

Edgrapi Skills is answering right now. Last checked 8 min ago. It exposes 7 tools. Last commit 27 Jun 2026.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
356 ms
Response time
average over 24h
0
Stars
last commit 27 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add edgrapi-skills --transport http https://api.edgrapi.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edgrapi-skills": {
      "url": "https://api.edgrapi.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.edgrapi-skills]
url = "https://api.edgrapi.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "edgrapi-skills": {
      "url": "https://api.edgrapi.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "edgrapi-skills": {
      "url": "https://api.edgrapi.com/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

company
get_company
CIK, legal name, SIC industry, fiscal-year end, exchanges and website for a ticker, resolved from SEC EDGAR submissions.
events
get_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.
filings
get_filings
Recent SEC filings for a ticker (10-K/10-Q/8-K) with filing/report dates and document links.
fundamentals
get_fundamentals
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.
insider
get_insider
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).
ratios
get_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.
sections
get_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.

Endpoints

URLTransportStateLatencyChecked
https://api.edgrapi.com/mcp streamable-http answering 687 ms 8 min ago

Edgrapi Skills — questions

Answers built from our own checks of this server.

What can Edgrapi Skills do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_company, get_events, get_filings, get_fundamentals, get_insider, get_ratios and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Edgrapi Skills working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 356 ms. The bar chart above shows every period we have measured.
How do I connect Edgrapi Skills?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Edgrapi Skills need an API key?
No. Edgrapi Skills completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Edgrapi Skills?
It answers our handshake in 356 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Edgrapi Skills open source?
Yes — it is published under the MIT-0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.