Skip to main content
Glama

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 (必填)

  1. 访问 openfiscaldata.go.kr

  2. 注册 / 登录

  3. 我的页面 → 申请 OpenAPI

  4. 将获取的密钥输入到 .env 文件中

DATAGOKR_API_KEY (选填)

  1. 访问 data.go.kr

  2. 注册 / 登录

  3. 我的页面 → 申请 API 使用

  4. 将获取的密钥输入到 .env 文件中

NABOSTATS_API_KEY (选填)

  1. 访问 nabo.go.kr

  2. 注册 / 登录

  3. 申请 OpenAPI

  4. 将获取的密钥输入到 .env 文件中

快速开始

git clone https://github.com/yangheeseok1/fiscal-api-mcp
cd fiscal-api-mcp
npm install
cp .env.example .env
# .env 파일을 열어 API 키 입력
npm run build

Claude Desktop 设置

在 Claude Desktop 配置文件 (claude_desktop_config.json) 中添加以下内容。

配置文件路径:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • macOS: ~/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个)

工具

说明

fiscal_program

财政项目搜索·执行现状 (核心)

fiscal_budget

预算案查询

fiscal_settlement

决算查询

fiscal_ministry

部门财政现状

fiscal_stats

财政统计 (NABOSTATS)

discover_fiscal

API 目录探索

query_fiscal

直接 API 调用

使用示例

在 Claude Desktop 中,您可以像下面这样用自然语言提问:

2024년 교육부 예산이 얼마야?
R&D 재정사업 집행현황 보여줘
2015년부터 2024년까지 국가채무 추이 알려줘
기재부 소관 재정사업 목록 뽑아줘
2023년 세출결산에서 집행률이 가장 낮은 부처는?
Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to query Korean listed companies' financial statements, public disclosures, executive information, and shareholder structures in real-time using the DART API.
  • A
    license
    A
    quality
    D
    maintenance
    Integrates 6 Korean public procurement APIs to search, analyze, and manage procurement data using natural language.
    8
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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,230
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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