Leviai-ai/publicfinance-mcp
Public finance and government spending analysis MCP server — budget data, procurement tracking, and fiscal transparency tools
Platform-specific configuration:
{
"mcpServers": {
"publicfinance-mcp": {
"command": "npx",
"args": [
"-y",
"publicfinance-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Public Finance MCP Server — SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators in one MCP server. Zero API keys required.
[](https://www.npmjs.com/package/@leviai/publicfinance-mcp) [](https://opensource.org/licenses/MIT)
Existing SEC EDGAR MCP servers only cover filings. Existing FRED servers require API keys. No MCP server combines SEC EDGAR + US Treasury rates + BLS labor stats into one unified interface with zero configuration.
PublicFinance MCP gives AI agents access to the entire US public financial data landscape — company filings, yield curves, unemployment data, CPI, and more — all from free government APIs.
| Tool | Description | |------|-------------| | company_filings | Search SEC EDGAR for company filings (10-K, 10-Q, 8-K, S-1, etc.) by ticker or CIK | | company_facts | Get XBRL financial data — Revenue, NetIncome, Assets, and 1000+ standardized concepts | | treasury_rates | US Treasury yield curve, bill rates, long-term rates, real yields | | labor_statistics | BLS data: unemployment rate, CPI, nonfarm payrolls, participation rate, PPI, and custom series | | ticker_lookup | Resolve ticker symbols ↔ company names ↔ CIK numbers | | economic_overview | One-call snapshot of key US economic indicators (yield curve + unemployment + CPI + payrolls) |
npm install -g @leviai/publicfinance-mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"publicfinance": {
"command": "npx",
"args": ["-y", "@leviai/publicfinance-mcp"]
}
}
}Add to your MCP settings:
{
"publicfinance": {
"command": "npx",
"args": ["-y", "@leviai/publicfinance-mcp"]
}
}Loading reviews...