Skip to main content
Glama

Fiscal Data MCP Server

by QuantGeekDev

概要

財政データMCPサーバーは、米国財務省の財政データAPIに接続する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
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.

米国財務省の財政データ API に接続し、ユーザーが特定の財務明細書を取得したり、履歴データにアクセスしたり、フォーマットされたレポートを生成したりできるようになります。

  1. クイックスタート
    1. 1. Claude Desktopをインストールして使用する
    2. 2. やり取りの例
  2. 特徴
    1. 1. 日次財務諸表
    2. 2. 履歴データリソース
    3. 3. レポート生成

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    Provides access to the Australian Bureau of Statistics (ABS) Data API. This server allows AI assistants to query and analyze ABS statistical data.
    Last updated -
    1
    4
    TypeScript
  • A
    security
    A
    license
    A
    quality
    Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
    Last updated -
    6
    16
    22
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    Provides access to Israel's OpenBudget API, allowing users to query and search various government budget datasets including budget items, contracts, and support payments.
    Last updated -
    12
    Python
  • -
    security
    F
    license
    -
    quality
    Provides access to Israel's OpenBudget API, enabling users to query and search various governmental budget datasets including budget items, contracts, and support payments.
    Last updated -
    12
    Python

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