Fiscal Data MCP Server
Descripción general
El Servidor MCP de Datos Fiscales muestra una implementación práctica de un servidor MCP que se conecta a la API de Datos Fiscales del Departamento del Tesoro de EE. UU. Muestra:
Herramientas para obtener extractos de tesorería específicos
Recursos para el acceso a datos históricos
Indicaciones para generar informes formateados
Related MCP server: treasury-fiscaldata-mcp
Inicio rápido
1. Instalar y usar con Claude Desktop
Agregue esta configuración a su archivo de configuración de Claude Desktop:
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json Windows : %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"fiscal-data": {
"command": "npx",
"args": ["fiscal-data-mcp"]
}
}
}2. Interacciones de ejemplo
Una vez configurado, podrás interactuar con el servidor a través de Claude:
Human: Can you get the treasury statement for the 20th of September 2023?Características
1. Estados de cuenta diarios de la tesorería
Obtenga datos de tesorería para fechas específicas utilizando la herramienta get_daily_treasury_statement :
// Example usage through Claude
Human: Get the treasury statement for 2024-03-01
Assistant: I'll fetch that information for you using the treasury statement tool.2. Recurso de datos históricos
Acceda a 30 días de datos históricos de tesorería a través del sistema de recursos:
Almacenado en caché automáticamente durante 1 hora
Actualizaciones a pedido
Proporciona datos JSON formateados
3. Generación de informes
Genere informes de tesorería formateados utilizando el mensaje daily_treasury_report :
// Example usage through Claude
Human: Generate a treasury report for 2024-03-01
Assistant: I'll use the daily treasury report prompt to create a formatted report...Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.610MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying U.S. Treasury fiscal data including debt, interest rates, auctions, and more via natural language, with no API key required.MIT
- AlicenseNot gradedqualityFmaintenanceProvides access to US Treasury Fiscal Data via a free, no-auth public API. Enables querying government financial data through natural language.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying US Treasury Fiscal Data through the Treasury Fiscal Data API, providing access to financial data such as debt, spending, and revenue.183MIT
Related MCP Connectors
Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.
Treasury MCP — US Treasury Fiscal Data public API (free, no auth)
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantGeekDev/fiscal-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server