loading…
Search for a command to run...
loading…
MCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea) via a unified interface. NIH excluded—covered by existing connectors.
MCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea) via a unified interface. NIH excluded—covered by existing connectors.
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.
Existing grant search tools are siloed:
Grant MCP unifies these into a single Claude tool.
| 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).
npm install -g @vertical-mcp/grant-mcp
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.
| 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) |
"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"
git clone https://github.com/vertical-mcp/grant-mcp
cd grant-mcp
npm install
npm run dev
MIT
NSF (미국) · ERC (유럽) · KRF/NRF (한국) 연구비 데이터베이스를 단일 인터페이스로 검색하는 MCP 서버입니다. 연구자, 연구비 컨설턴트, 책임연구자가 글로벌 펀딩 기회를 한 번에 조회할 때 사용합니다.
기존 연구비 검색 도구는 분절되어 있습니다:
Grant MCP는 이를 Claude 단일 도구로 통합합니다.
| 출처 | 국가 | 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_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_KEY에 입력"양자 센싱 분야 2023년 이후 NSF 연구비 찾아줘"
"스페인의 광계측 분야 ERC Starting Grant 알려줘"
"2024년 KAIST 한국연구재단 과제 전부 나열해줘"
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"grant-mcp": {
"command": "npx",
"args": []
}
}
}