MCP Scorecard

Mission StatementGitHub
← All posts

One Developer, Thirteen Government APIs, Zero Data Cost

A Boise developer wired up 13 free US government APIs as MCP servers — safety recalls, disaster intel, court records, cybersecurity vulnerabilities, and more. No API keys required for most. Government data is better than you think.
io.github.martc03

The US government publishes an enormous amount of data through free, well-documented APIs. Most developers don't know they exist. Martin (io.github.martc03), a developer based in Boise, registered 13 MCP servers in a single batch — each one wiring AI agents into a different government data source.

The Thirteen Servers

ServerData Sources
us-safety-recallsNHTSA vehicle recalls, FDA food/drug recalls
natural-disaster-intelFEMA declarations, NOAA weather alerts, USGS earthquakes
federal-financial-intelSEC filings, CFPB complaints, BLS economic data
cybersecurity-vulnNIST NVD, CISA KEV, EPSS scores, MITRE ATT&CK
court-recordsPACER, federal court systems
public-healthNIH research, FDA drug data
environmental-complianceEPA enforcement, HUD data
gov-contractsSAM.gov, USAspending.gov
grant-finderGrants.gov
regulatory-monitorFederal Register
business-entitySEC EDGAR, SBA
competitive-intelSEC filings, patents, trade data
immigration-travelVisa bulletins, border wait times

The Stack

All 13 servers share the same architecture: TypeScript, Express, the official MCP SDK, Docker-ready. They expose 45 REST API endpoints through a unified gateway. Deployed on Apify as Actors in standby mode. The source code lives in a single monorepo at github.com/martc03/gov-mcp-servers.

Martin wrote on DEV.to about the experience: "Government APIs are better than you think." He specifically praised NVD 2.0's clean JSON responses and FEMA's geospatial query support. Most data sources require no API keys at all — the data is public by law and the APIs are maintained with taxpayer funding.

Why This Matters

The use cases are immediately tangible. An AI agent connected to these servers can answer:

  • "Are there any active NHTSA recalls on my 2019 Honda CR-V?"
  • "Show me FEMA disaster declarations for Harris County in the last 5 years."
  • "What CVEs were added to CISA's Known Exploited Vulnerabilities catalog this week?"
  • "Find federal grants related to renewable energy with deadlines in Q2 2026."

This is the civic hacker meeting MCP. The data already exists, is already free, and is already well-structured. What was missing was discoverability — and a standard interface for AI agents to query it. MCP provides both.

All servers score 46. No flags. All open source.

Sources: martc03 — GitHub · gov-mcp-servers — repo · Scorecard: io.github.martc03 (score 46)

← Tamper-Proof Audit Trails for the EU AI Act — Five Months OutGame Engines Get API Servers: Unity and Unreal in Sub-Millisecond Lookups →