Suggesting Edgrapi, a hosted MCP server plus agent skills that give AI agents US government data as clean JSON.
- MCP server:
https://api.edgrapi.com/mcp (Streamable HTTP), 19 read-only tools: SAM.gov contract opportunities (get_opportunities), USAspending awards (get_awards), Grants.gov grants (get_grants), House STOCK Act trades (get_congress), and SEC EDGAR data (get_insider, get_events, get_holdings, get_activist, get_fundamentals, get_filings, get_sections, and more).
- Works in: Claude, Cursor, Windsurf and Cline. Add one URL and sign in with OAuth, no key pasting needed.
- Agent skills (SEC financials):
npx skills add paperandbeyond23-gif/edgrapi-skills --all or npx clawhub@latest install edgrapi-full.
- What it does: normalizes each agency's API into one consistent JSON shape, with a link back to the official source on every record. Data is as fresh as each source publishes it; congressional trades lag up to 45 days by law and report dollar ranges (House only).
- Auth: OAuth for MCP clients, or
Authorization: Bearer edgr_<key>; free key, no card.
- Repo: https://github.com/paperandbeyond23-gif/edgrapi-skills · Home: https://edgrapi.com
Thanks!
Suggesting Edgrapi, a hosted MCP server plus agent skills that give AI agents US government data as clean JSON.
https://api.edgrapi.com/mcp(Streamable HTTP), 19 read-only tools: SAM.gov contract opportunities (get_opportunities), USAspending awards (get_awards), Grants.gov grants (get_grants), House STOCK Act trades (get_congress), and SEC EDGAR data (get_insider,get_events,get_holdings,get_activist,get_fundamentals,get_filings,get_sections, and more).npx skills add paperandbeyond23-gif/edgrapi-skills --allornpx clawhub@latest install edgrapi-full.Authorization: Bearer edgr_<key>; free key, no card.Thanks!