fiscal-api-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fiscal-api-mcp2024년 교육부 예산이 얼마야?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fiscal-api-mcp
국가재정 API MCP 서버 — 예산·결산·재정사업 데이터를 AI 에이전트에게 제공합니다.
데이터 소스
소스 | 내용 | 필요 키 |
openfiscaldata.go.kr | 재정사업·예산·결산·부처현황 | OPENFISCAL_API_KEY (필수) |
data.go.kr | 분야별·부처별 예산현황 | DATAGOKR_API_KEY (선택) |
nabostats.go.kr | 재정총량·조세부담률·국가채무 | NABOSTATS_API_KEY (선택) |
Related MCP server: narajangteo-pro
API 키 발급
OPENFISCAL_API_KEY (필수)
회원가입 / 로그인
마이페이지 → OpenAPI 신청
발급된 키를
.env에 입력
DATAGOKR_API_KEY (선택)
data.go.kr 접속
회원가입 / 로그인
마이페이지 → API 활용신청
발급된 키를
.env에 입력
NABOSTATS_API_KEY (선택)
nabo.go.kr 접속
회원가입 / 로그인
OpenAPI 신청
발급된 키를
.env에 입력
빠른 시작
git clone https://github.com/yangheeseok1/fiscal-api-mcp
cd fiscal-api-mcp
npm install
cp .env.example .env
# .env 파일을 열어 API 키 입력
npm run buildClaude Desktop 설정
Claude Desktop 설정 파일(claude_desktop_config.json)에 아래를 추가합니다.
설정 파일 위치:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fiscal-api-mcp": {
"command": "node",
"args": ["C:/경로/fiscal-api-mcp/dist/index.js"],
"env": {
"OPENFISCAL_API_KEY": "your_key_here",
"DATAGOKR_API_KEY": "your_key_here",
"NABOSTATS_API_KEY": "your_key_here"
}
}
}
}
args경로는 본인의 실제 프로젝트 경로로 변경하세요.
선택 키(DATAGOKR_API_KEY,NABOSTATS_API_KEY)는 없으면 해당 줄을 삭제해도 됩니다.
설정 후 Claude Desktop을 재시작하면 도구가 활성화됩니다.
도구 (7개)
도구 | 설명 |
| 재정사업 검색·집행현황 (핵심) |
| 예산안 조회 |
| 결산 조회 |
| 부처 재정현황 |
| 재정통계 (NABOSTATS) |
| API 카탈로그 탐색 |
| 직접 API 호출 |
사용 예시
Claude Desktop에서 아래처럼 자연어로 질문하면 됩니다.
2024년 교육부 예산이 얼마야?
R&D 재정사업 집행현황 보여줘
2015년부터 2024년까지 국가채무 추이 알려줘
기재부 소관 재정사업 목록 뽑아줘
2023년 세출결산에서 집행률이 가장 낮은 부처는?Maintenance
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
- Flicense-qualityDmaintenanceEnables AI agents to query Korean listed companies' financial statements, public disclosures, executive information, and shareholder structures in real-time using the DART API.Last updated
- AlicenseAqualityDmaintenanceIntegrates 6 Korean public procurement APIs to search, analyze, and manage procurement data using natural language.Last updated83MIT
- Flicense-qualityCmaintenanceProvides Korean market data (products, trends, stocks, real estate) in English JSON for AI agents, with 13 tools including search, trends, and stock analysis.Last updated
- Alicense-qualityCmaintenanceProvides 17 tools for accessing Korean statutes, precedents, and administrative rules via the National Law Information Center API, with LLM hallucination prevention, citation verification, impact graphs, and time-travel diff.Last updated4,305MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG.
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yangheeseok1/fiscal-api-mcp-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server