ntis-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_rnd_projectsA | Search South Korea's national R&D projects via NTIS (국가 R&D 과제 검색). Returns paginated project metadata: project ID, title, year, funding period, total/government budget, program name, principal investigator, institution, ministry, and a short research-content abstract when present. Data source: ntis.go.kr (no API key required). |
| search_rnd_announcementsA | Search open / recent R&D funding calls (공고) across Korean ministries via NTIS. Returns announcement ID, title, ministry, application window, derived status (OPEN/CLOSED/UPCOMING), and deep-link URL. Data source: ntis.go.kr. |
| search_rnd_programsA | Search Korean national R&D programs (사업) — the umbrella programs under which individual projects are funded. Returns program ID, name, year, managing agency (전문기관), ministry, and budget when listed. Data source: ntis.go.kr. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct entity type in the R&D domain: announcements (funding calls), programs (umbrella programs), and projects (individual projects). No overlap in purpose, and the descriptions clearly differentiate them.
All tools follow the exact pattern 'search_rnd_<entity>', using snake_case consistently. The prefix 'search_rnd_' is uniform, and the entity names ('announcements', 'programs', 'projects') are clear and parallel.
Three tools is slightly low but appropriate given the focused domain of Korean national R&D data. Each tool covers a core entity, and no unnecessary tools exist. A few more detail-oriented tools could be added, but the current count is reasonable.
The tools cover the primary searchable entities in the R&D funding lifecycle: announcements (calls), programs, and projects. Missing are detail retrieval tools for specific entities, but the search tools return rich metadata, so agents can work within this surface.