Skip to main content
Glama

Grant MCP

한국어 · English


English

MCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea). Built for researchers, grant consultants, and PI's who need a single interface to query global funding opportunities.

Why this exists

Existing grant search tools are siloed:

  • NIH RePORTER MCP exists (US biomedical only)

  • NSF, ERC, Korean grants have no unified MCP

  • Researchers maintain 5+ bookmarks and copy-paste between sites

Grant MCP unifies these into a single Claude tool.

Coverage (v0.1)

Source

Country

API

Status

NSF Awards

US

api.nsf.gov

ERC / CORDIS

EU

cordis.europa.eu

✅ (basic)

KRF / NRF

Korea

apis.data.go.kr

✅ (requires free API key)

Horizon Europe

EU

CORDIS overlap

W2

UKRI Gateway

UK

gtr.ukri.org

W2

Explicitly excluded: NIH (covered by GSA-TTS/nih-reporter-mcp-server).

Installation

npm install -g @vertical-mcp/grant-mcp

Claude Desktop Config

Add to claude_desktop_config.json:

Windows: C:\Users\<you>\AppData\Roaming\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "grant-mcp": {
      "command": "npx",
      "args": ["@vertical-mcp/grant-mcp"],
      "env": {
        "KRF_API_KEY": "your-key-from-data.go.kr"
      }
    }
  }
}

The KRF_API_KEY is optional. Without it, NSF and ERC still work; Korean grants return empty.

Tools

Tool

Description

search_grants

Keyword/PI/institution search across NSF, ERC, KRF

get_grant_detail

Full detail for a specific grant ID (W2)

list_upcoming_deadlines

Upcoming application deadlines (W2)

Example Prompts

"Find NSF grants on quantum sensing awarded after 2023"

"What ERC Starting Grants in Spain focus on optical metrology?"

"List all KRF grants from KAIST in 2024"

Development

git clone https://github.com/vertical-mcp/grant-mcp
cd grant-mcp
npm install
npm run dev

License

MIT


Related MCP server: CzechMedMCP

한국어

NSF (미국) · ERC (유럽) · KRF/NRF (한국) 연구비 데이터베이스를 단일 인터페이스로 검색하는 MCP 서버입니다. 연구자, 연구비 컨설턴트, 책임연구자가 글로벌 펀딩 기회를 한 번에 조회할 때 사용합니다.

왜 만들었나

기존 연구비 검색 도구는 분절되어 있습니다:

  • NIH RePORTER MCP는 이미 존재 (미국 바이오 한정)

  • NSF · ERC · 한국 연구비는 통합 MCP 부재

  • 연구자는 사이트 5개 이상 북마크하고 복사·붙여넣기

Grant MCP는 이를 Claude 단일 도구로 통합합니다.

커버리지 (v0.1)

출처

국가

API

상태

NSF Awards

미국

api.nsf.gov

ERC / CORDIS

EU

cordis.europa.eu

✅ (기본)

KRF / NRF

한국

apis.data.go.kr

✅ (무료 API 키 필요)

Horizon Europe

EU

CORDIS 중복

W2

UKRI Gateway

영국

gtr.ukri.org

W2

의도적 제외: NIH (이미 GSA-TTS/nih-reporter-mcp-server 존재)

설치

npm install -g @vertical-mcp/grant-mcp

Claude Desktop 설정

claude_desktop_config.json에 추가:

Windows: C:\Users\<사용자>\AppData\Roaming\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "grant-mcp": {
      "command": "npx",
      "args": ["@vertical-mcp/grant-mcp"],
      "env": {
        "KRF_API_KEY": "data.go.kr에서-발급받은-키"
      }
    }
  }
}

KRF_API_KEY는 선택. 없어도 NSF · ERC는 정상 동작, 한국 연구비만 빈 결과.

KRF API 키 발급 (무료, 5분)

  1. https://www.data.go.kr 접속

  2. 로그인 후 "한국연구재단 연구과제 검색" 검색

  3. "활용신청" 클릭, 자동 승인 (개발 계정)

  4. 발급된 인증키를 위 KRF_API_KEY에 입력

사용 예시

"양자 센싱 분야 2023년 이후 NSF 연구비 찾아줘"

"스페인의 광계측 분야 ERC Starting Grant 알려줘"

"2024년 KAIST 한국연구재단 과제 전부 나열해줘"

라이선스

MIT

Available Tools

3 tools
get_grant_detailC

Get full detail of a specific grant by ID from NSF, ERC, or KRF.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
grant_idYes

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves 'full detail' but doesn't specify what that includes (e.g., award amount, dates, investigators), whether it's a read-only operation, potential rate limits, or error handling. The description is minimal and lacks essential behavioral context for a tool with no annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with zero waste—it directly states the action, resource, and sources. It's appropriately sized for a simple retrieval tool and front-loaded with the core purpose. Every word earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (2 parameters, no annotations, no output schema), the description is incomplete. It lacks details on what 'full detail' entails, behavioral traits like read-only nature or error conditions, and doesn't compensate for the absence of an output schema. For a retrieval tool with no structured support, more context is needed to guide effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining parameters. It mentions 'by ID' and sources (NSF, ERC, KRF), which aligns with 'grant_id' and 'source' parameters, but doesn't clarify the format of 'grant_id' (e.g., numeric, alphanumeric) or the meaning of the enum values beyond listing them. The description adds some meaning but insufficiently compensates for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and resource 'full detail of a specific grant by ID', specifying the sources (NSF, ERC, KRF). It distinguishes from sibling tools like 'list_upcoming_deadlines' and 'search_grants' by focusing on retrieving detailed information for a single grant rather than listing or searching multiple grants. However, it doesn't explicitly contrast with siblings in the description text itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'search_grants' or 'list_upcoming_deadlines'. It mentions the sources but doesn't explain scenarios where this tool is preferred, such as when you have a specific grant ID versus needing to browse or filter grants. No exclusions or prerequisites are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_upcoming_deadlinesC

List upcoming grant application deadlines within the next N days across NSF, ERC, KRF funding programs.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceNoall
days_aheadNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes a read operation ('List') but doesn't cover critical aspects like whether it requires authentication, rate limits, pagination, error handling, or the format of returned data. For a tool with zero annotation coverage, this is a significant gap in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose without unnecessary details. Every word contributes to understanding the tool's function, making it appropriately sized and well-structured for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of listing deadlines across multiple programs, with no annotations and no output schema, the description is incomplete. It lacks information on behavioral traits, parameter details, and expected return values, leaving the agent with insufficient context to use the tool effectively beyond basic intent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the schema provides no parameter descriptions. The description adds some semantic context by mentioning 'within the next N days' (mapping to 'days_ahead') and 'NSF, ERC, KRF funding programs' (mapping to 'source'), but it doesn't fully explain the parameters' roles, defaults, or enum values. It compensates partially but not completely for the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'List upcoming grant application deadlines within the next N days across NSF, ERC, KRF funding programs.' It specifies the verb ('List'), resource ('grant application deadlines'), and scope ('within the next N days across NSF, ERC, KRF funding programs'). However, it doesn't explicitly differentiate from sibling tools like 'get_grant_detail' or 'search_grants', which might also involve grants but serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus its siblings ('get_grant_detail' and 'search_grants'). It implies usage for listing deadlines within a time frame and specific programs, but lacks explicit instructions on alternatives, exclusions, or prerequisites. This leaves the agent to infer usage without clear direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_grantsC

Search research grants across NSF (US), ERC (EU), KRF/NRF (Korea) by keyword, PI name, or institution. Returns grant titles, award amounts, PIs, and institution info.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
sourceNoall
year_fromNo
year_toNo
limitNo

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions the search functionality and return fields but doesn't disclose important behavioral traits: whether this is a read-only operation, if there are rate limits or authentication requirements, how results are ordered, if pagination is supported beyond the 'limit' parameter, or what happens when no results are found. For a search tool with 5 parameters and no annotation coverage, this leaves significant gaps in understanding how the tool behaves.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently conveys the tool's purpose, scope, search criteria, and return information. It's appropriately sized for a search tool and front-loaded with key information. There's no wasted text, though it could potentially be split into two sentences for even clearer structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, no output schema, no annotations), the description is incomplete. It covers the basic purpose and some parameter context but misses behavioral transparency, full parameter explanations, and output details. For a search tool that returns grant information, the description should ideally mention result format, ordering, or error handling to be complete enough for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It mentions searching 'by keyword, PI name, or institution' which partially explains the 'query' parameter, and lists data sources (NSF, ERC, KRF/NRF) which maps to the 'source' enum. However, it doesn't explain 'year_from', 'year_to', or 'limit' parameters at all. With 5 parameters and only partial coverage of 2, the description adds some meaning but doesn't adequately compensate for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches research grants across specific funding agencies (NSF, ERC, KRF/NRF) using various criteria (keyword, PI name, institution) and returns specific grant information (titles, award amounts, PIs, institution info). It distinguishes from 'get_grant_detail' (which likely retrieves details for a specific grant) and 'list_upcoming_deadlines' (which focuses on deadlines rather than searching existing grants). However, it doesn't explicitly mention how it differs from 'get_grant_detail' beyond the search functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by listing searchable criteria and data sources, suggesting this tool is for finding grants across multiple agencies. However, it doesn't explicitly state when to use this versus 'get_grant_detail' (e.g., 'use this to find grants matching criteria, then use get_grant_detail for detailed information on a specific grant') or 'list_upcoming_deadlines' (e.g., 'use this for active grants, use list_upcoming_deadlines for future opportunities'). The guidance is present but not explicit about alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updatesv0.1.1
    • First observedget_grant_detail
    • First observedlist_upcoming_deadlines
    • First observedsearch_grants

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_grant_detail retrieves specific grant details by ID, list_upcoming_deadlines focuses on deadlines within a time window, and search_grants performs keyword-based searches across multiple criteria. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_grant_detail, list_upcoming_deadlines, search_grants) with clear, descriptive verbs and nouns. The naming is uniform and predictable, enhancing usability without any deviations in style.

Tool Count4/5

Three tools are reasonable for a grant information server, covering key operations like retrieval, deadline listing, and searching. However, the scope might feel slightly thin, as additional tools for filtering or managing grant data could enhance completeness, but the current count is well-scoped for basic functionality.

Completeness3/5

The tools cover core read-only operations for grant information, including detail retrieval, deadline tracking, and searching. Notable gaps include the absence of update, delete, or creation tools, which limits the server to querying only, and there are no tools for managing user preferences or notifications, which could be useful in this domain.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers