Skip to main content
Glama

fiscal-api-mcp

Nationaler Finanz-API-MCP-Server — Stellt KI-Agenten Daten zu Haushalt, Abrechnung und Finanzprogrammen zur Verfügung.

Datenquellen

Quelle

Inhalt

Erforderlicher Schlüssel

openfiscaldata.go.kr

Finanzprogramme, Haushalt, Abrechnung, Ministeriumsstatus

OPENFISCAL_API_KEY (erforderlich)

data.go.kr

Haushaltsstatus nach Sektoren/Ministerien

DATAGOKR_API_KEY (optional)

nabostats.go.kr

Finanzaggregate, Steuerbelastungsquote, Staatsverschuldung

NABOSTATS_API_KEY (optional)

Related MCP server: narajangteo-pro

API-Schlüssel beantragen

OPENFISCAL_API_KEY (erforderlich)

  1. Besuchen Sie openfiscaldata.go.kr

  2. Registrieren / Anmelden

  3. Mein Bereich → OpenAPI beantragen

  4. Geben Sie den ausgestellten Schlüssel in .env ein

DATAGOKR_API_KEY (optional)

  1. Besuchen Sie data.go.kr

  2. Registrieren / Anmelden

  3. Mein Bereich → API-Nutzung beantragen

  4. Geben Sie den ausgestellten Schlüssel in .env ein

NABOSTATS_API_KEY (optional)

  1. Besuchen Sie nabo.go.kr

  2. Registrieren / Anmelden

  3. OpenAPI beantragen

  4. Geben Sie den ausgestellten Schlüssel in .env ein

Schnellstart

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 Konfiguration

Fügen Sie Folgendes zur Konfigurationsdatei von Claude Desktop (claude_desktop_config.json) hinzu.

Speicherort der Konfigurationsdatei:

  • 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"
      }
    }
  }
}

Ändern Sie den args-Pfad auf Ihren tatsächlichen Projektpfad. Optionale Schlüssel (DATAGOKR_API_KEY, NABOSTATS_API_KEY) können entfernt werden, falls nicht vorhanden.

Starten Sie nach der Konfiguration Claude Desktop neu, um die Tools zu aktivieren.

Tools (7)

Tool

Beschreibung

fiscal_program

Suche nach Finanzprogrammen und Ausführungsstatus (Kern)

fiscal_budget

Abfrage des Haushaltsplans

fiscal_settlement

Abfrage der Abrechnung

fiscal_ministry

Finanzstatus der Ministerien

fiscal_stats

Finanzstatistiken (NABOSTATS)

discover_fiscal

API-Katalog durchsuchen

query_fiscal

Direkter API-Aufruf

Anwendungsbeispiele

Sie können in Claude Desktop Fragen in natürlicher Sprache stellen, wie zum Beispiel:

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