Skip to main content
Glama

Fiscal Data MCP Server

by QuantGeekDev

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

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...

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Se conecta a la API de datos fiscales del Tesoro de EE. UU., lo que permite a los usuarios obtener estados de cuenta específicos del Tesoro, acceder a datos históricos y generar informes formateados.

  1. Inicio rápido
    1. Instalar y usar con Claude Desktop
    2. Interacciones de ejemplo
  2. Características
    1. Estados de cuenta diarios de la tesorería
    2. Recurso de datos históricos
    3. Generación de informes

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Enables interaction with Federal Election Commission data via the OpenFEC API, providing access to campaign finance information such as candidates, committees, contributions, and expenditures through the Model Context Protocol.
    Last updated -
    12
    1
    JavaScript
    BSD 3-Clause
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    Enables enriching banking data with the Ntropy API, providing tools to create account holders and enrich transactions efficiently.
    Last updated -
    2
    Python
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables enrichment of banking data through the Ntropy API, including creating account holders and enriching transaction details.
    Last updated -
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides tools to search and retrieve economic data series from the Federal Reserve Economic Data (FRED) API.
    Last updated -
    2
    3
    TypeScript

View all related MCP servers

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