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.
Integrations
Hosts the Fiscal Data MCP Server repository for access and implementation.
Supports configuration of the MCP server on macOS systems through Claude Desktop.
Uses TypeScript for implementation examples of tool usage and interactions.
개요
재정 데이터 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를 통해 서버와 상호 작용할 수 있습니다.
특징
1. 일일 재무제표
get_daily_treasury_statement
도구를 사용하여 특정 날짜의 재무부 데이터를 가져옵니다.
2. 역사적 데이터 리소스
리소스 시스템을 통해 30일간의 과거 재무부 데이터에 접근하세요.
- 1시간 동안 자동으로 캐시됨
- 주문형 업데이트
- 포맷된 JSON 데이터를 제공합니다
3. 보고서 생성
daily_treasury_report
프롬프트를 사용하여 형식화된 재무 보고서를 생성합니다.
You must be authenticated.
미국 재무부의 재정 데이터 API에 연결하여 사용자가 특정 재무부 명세서를 가져오고, 과거 데이터에 접근하고, 서식이 지정된 보고서를 생성할 수 있도록 합니다.