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

지엑스피1

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