fiscal-api-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATAGOKR_API_KEY | No | 선택 API 키 (data.go.kr) | |
| NABOSTATS_API_KEY | No | 선택 API 키 (nabostats.go.kr) | |
| OPENFISCAL_API_KEY | Yes | 필수 API 키 (openfiscaldata.go.kr) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fiscal_guideA | 열린재정 OpenAPI 전체 카탈로그(157개)를 카테고리별로 안내합니다. category 없이 호출하면 카테고리 요약을 반환합니다. category를 지정하면 해당 카테고리의 전체 API 목록(코드·이름·필수파라미터)을 반환합니다. 데이터를 찾을 때: fiscal_guide → fiscal_search → fiscal_query 순서로 사용하세요. |
| fiscal_searchA | 키워드 또는 카테고리로 열린재정 API를 검색합니다. 검색 결과에서 code를 확인한 뒤 fiscal_query로 데이터를 호출하세요. 예: fiscal_search(keyword="국가채무") → code 확인 → fiscal_query(api_code=..., params={...}) |
| fiscal_queryB | 열린재정 API를 호출해 데이터를 조회합니다. api_code는 fiscal_search 또는 fiscal_guide로 먼저 확인하세요. page_size 기본값은 100입니다 (최대 1000). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| 재정데이터_수집_워크플로우 | 재정 도메인 데이터를 체계적으로 수집하는 워크플로우 |
| 부처별_재정현황_수집 | 특정 부처의 재정현황을 전방위 수집 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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