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

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.

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

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

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