fiscal-api-mcp
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 (必須)
openfiscaldata.go.kr にアクセス
会員登録 / ログイン
マイページ → 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
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query Korean listed companies' financial statements, public disclosures, executive information, and shareholder structures in real-time using the DART API.
- AlicenseAqualityDmaintenanceIntegrates 6 Korean public procurement APIs to search, analyze, and manage procurement data using natural language.83MIT
- FlicenseNot gradedqualityCmaintenanceProvides Korean market data (products, trends, stocks, real estate) in English JSON for AI agents, with 13 tools including search, trends, and stock analysis.
- AlicenseNot gradedqualityCmaintenanceProvides 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.5,230MIT
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