EUACC EU Funding MCP Connector

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.

Category
访问服务器

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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选