★ 85 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
MCP server + TypeScript SDK for 40+ U.S. government data APIs — 250+ tools. Treasury, FRED, Congress, FDA, CDC, FEC, lobbying, and many more. Works with VS Code Copilot, Claude Desktop, Cursor.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"us-gov-open-data-mcp": {
"command": "npx",
"args": [
"-y",
"lzinga/us-gov-open-data-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add us-gov-open-data-mcp npx -y lzinga/us-gov-open-data-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"us-gov-open-data-mcp": {
"command": "npx",
"args": [
"-y",
"lzinga/us-gov-open-data-mcp"
]
}
}
}
📋 Copy
Topics
api cdc claude congress fda fred government-data lobbying mcp model-context-protocol open-data treasury