EUACC EU Funding MCP Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EUACC EU Funding MCP ConnectorShow me open Horizon Europe calls for AI."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EUACC β EU Funding MCP Connector
Live European funding data inside Claude, ChatGPT, Grok and Claude Code.
EUACC is a hosted Model Context Protocol (MCP) server that gives your AI assistant real-time, verified data on European funding β open grant calls, every EU programme, consortium partners, VCs, incubators and more β instead of stale training knowledge.
Ask "what EU grants are open for hydrogen startups closing this quarter?" and your AI returns real calls, real deadlines and real partners, pulled the moment you ask, straight from the official EU sources. Each answer cites its euacc.ai source link.
π Connect it: https://www.euacc.ai/ai-tools
π Endpoint:
https://www.euacc.ai/api/mcpπΆ Free β 1,000 lookups/month with a free account. No card.
EUACC is a data connector, not a ghostwriter. It feeds your AI the public, source-backed map of EU funding. Your project, your technology and anything you write stay inside your own AI β nothing is uploaded to EUACC.
What you can ask (14 tools)
Ask your AI⦠| Tool |
"What Horizon Europe calls are open for AI in health, closing soonest?" |
|
"How does the EIC Accelerator work, and am I eligible?" |
|
"List every EU programme you cover." |
|
"What EU funding is there for cleantech?" |
|
"What funding does Germany offer deep-tech startups?" |
|
"How do I write an EIC Accelerator application?" |
|
"EIC Accelerator vs EIC Pathfinder β which fits me?" |
|
"What does TRL mean?" |
|
"Find consortium partners in Germany with a battery track record." |
|
"Where can I test my robotics prototype in Spain?" |
|
"Which European VCs fund seed-stage climate?" |
|
"Who's already been funded in green hydrogen?" |
|
Plus list_sectors and list_countries for discovery. The assistant picks the right tool automatically β you just ask in plain language.
Related MCP server: ENTIA Entity Verification
Setup
1. Get a free key
Create a free account at euacc.ai (no card), then generate a connector key on the dashboard. The key is shown once β copy it.
2. Add the connector
Claude (web & desktop) β Settings β Connectors β Add custom connector:
URL:
https://www.euacc.ai/api/mcpAuthorization header:
Bearer YOUR_EUACC_KEY
Claude Code
claude mcp add --transport http euacc https://www.euacc.ai/api/mcp \
--header "Authorization: Bearer YOUR_EUACC_KEY"ChatGPT & Grok β add a custom MCP connector under their connector settings, using the same endpoint and Authorization header.
Any client via a config file (Cursor, Windsurf, etc.):
{
"mcpServers": {
"euacc": {
"url": "https://www.euacc.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_EUACC_KEY"
}
}
}
}Clients that only speak stdio β bridge to the remote server with mcp-remote:
{
"mcpServers": {
"euacc": {
"command": "npx",
"args": [
"mcp-remote", "https://www.euacc.ai/api/mcp",
"--header", "Authorization: Bearer YOUR_EUACC_KEY"
]
}
}
}Then just ask your AI anything about EU funding.
Data & coverage
Source | Refresh | Coverage |
EU Funding & Tenders Portal | daily | Live open calls with real deadlines |
CORDIS | monthly | 78,000+ consortium partners (Horizon Europe, H2020, FP7) |
EUACC database | continuous | 15 programmes Β· 15 sectors Β· 28 countries Β· guides Β· glossary Β· European Digital Innovation Hubs Β· 1,200+ VC funds Β· funded-startup directory |
Every figure traces to an official EU source and is re-verified continuously.
FAQ
Which AI assistants work with it? Claude (web, desktop, Claude Code), ChatGPT, Grok, and any MCP-compatible client.
Do I need an account? Yes β free, needed for the key.
Does it write my application? No. It's a data connector; drafting happens inside your own AI, with your own private context, which EUACC never sees.
Is my IP safe? Yes. The connector only ever receives short search queries like "battery calls in Germany." Your project and drafts never leave your AI.
What does it cost? Free β 1,000 lookups/month, no card.
About
Built by EUACC β helping European startups get funded (EU grants + VC matching + an AI application builder).
This repository contains documentation and connection config for the hosted EUACC MCP server. The server itself is operated by EUACC.
License
Documentation and configuration in this repository are released under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/caraulani/euacc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server