grant-mcp
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.
Ask AI about grant-mcp
Powered by Claude ยท Grounded in docs
I know everything about grant-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Grant MCP
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
ํ๊ตญ์ด
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๋ถ)
- https://www.data.go.kr ์ ์
- ๋ก๊ทธ์ธ ํ "ํ๊ตญ์ฐ๊ตฌ์ฌ๋จ ์ฐ๊ตฌ๊ณผ์ ๊ฒ์" ๊ฒ์
- "ํ์ฉ์ ์ฒญ" ํด๋ฆญ, ์๋ ์น์ธ (๊ฐ๋ฐ ๊ณ์ )
- ๋ฐ๊ธ๋ ์ธ์ฆํค๋ฅผ ์
KRF_API_KEY์ ์ ๋ ฅ
์ฌ์ฉ ์์
"์์ ์ผ์ฑ ๋ถ์ผ 2023๋ ์ดํ NSF ์ฐ๊ตฌ๋น ์ฐพ์์ค"
"์คํ์ธ์ ๊ด๊ณ์ธก ๋ถ์ผ ERC Starting Grant ์๋ ค์ค"
"2024๋ KAIST ํ๊ตญ์ฐ๊ตฌ์ฌ๋จ ๊ณผ์ ์ ๋ถ ๋์ดํด์ค"
๋ผ์ด์ ์ค
MIT
