Skip to main content
Glama
QuantGeekDev

Fiscal Data MCP Server

by QuantGeekDev

概要

財政データMCPサーバーは、米国財務省の財政データAPIに接続するMCPサーバーの実用的な実装を実証します。以下の機能を紹介します。

  • 特定の財務諸表を取得するためのツール

  • 履歴データへのアクセスリソース

  • フォーマットされたレポートを生成するためのプロンプト

Related MCP server: treasury-fiscaldata-mcp

クイックスタート

1. Claude Desktopをインストールして使用する

この構成を 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. やり取りの例

設定が完了すると、Claude を通じてサーバーと対話できるようになります。

Human: Can you get the treasury statement for the 20th of September 2023?

特徴

1. 日次財務諸表

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. 履歴データリソース

リソース システムを通じて 30 日間の過去の財務データにアクセスします。

  • 1時間自動的にキャッシュされます

  • オンデマンドアップデート

  • フォーマットされたJSONデータを提供する

3. レポート生成

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...
Install Server
F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.
    6
    10
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides access to US Treasury Fiscal Data via a free, no-auth public API. Enables querying government financial data through natural language.
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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