Fiscal Data Mcp

Fiscal Data Mcp

连接到美国财政部数据的MCP Server,使用mcp-framework构建。

Fiscal Data MCP Server Quick Start Guide

Overview

Fiscal Data MCP Server provides access to the U.S. Treasury Fiscal Data API, offering:

  • Tools for retrieving specific treasury reports
  • Access to historical fiscal data
  • Prompts for generating formatted reports

Setup Instructions

Installation with Claude Desktop

Add this configuration to your Claude Desktop config file:

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"]
    }
  }
}

Usage Examples

Once configured, you can interact with the server through Claude by asking questions about U.S. Treasury data or requesting specific fiscal reports.


This MCP server connects to U.S. Treasury fiscal data and is built using the mcp-framework.