EUACC EU Funding MCP Connector
Provides AI assistants with real-time, verified European funding data including open grant calls, programmes, consortium partners, VCs, and incubators, enabling natural language queries about EU funding.
README
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?" | search_open_calls |
| "How does the EIC Accelerator work, and am I eligible?" | get_programme |
| "List every EU programme you cover." | list_programmes |
| "What EU funding is there for cleantech?" | get_sector |
| "What funding does Germany offer deep-tech startups?" | get_country |
| "How do I write an EIC Accelerator application?" | get_guide |
| "EIC Accelerator vs EIC Pathfinder โ which fits me?" | get_comparison |
| "What does TRL mean?" | get_glossary_term |
| "Find consortium partners in Germany with a battery track record." | search_consortium_partners |
| "Where can I test my robotics prototype in Spain?" | search_incubators |
| "Which European VCs fund seed-stage climate?" | search_vc_directory |
| "Who's already been funded in green hydrogen?" | search_companies |
Plus list_sectors and list_countries for discovery. The assistant picks the right tool automatically โ you just ask in plain language.
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/mcp - Authorization 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.