{
  "markdown": "# EUACC — EU Funding MCP Connector\n\n**Live European funding data inside Claude, ChatGPT, Grok and Claude Code.**\n\nEUACC is a hosted [Model Context Protocol](https://modelcontextprotocol.io) (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.\n\nAsk *\"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.\n\n- 🌐 **Connect it:** https://www.euacc.ai/ai-tools\n- 🔑 **Endpoint:** `https://www.euacc.ai/api/mcp`\n- 💶 **Free** — 1,000 lookups/month with a free account. No card.\n\n> 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.\n\n---\n\n## What you can ask (14 tools)\n\n| Ask your AI… | Tool |\n| --- | --- |\n| \"What Horizon Europe calls are open for AI in health, closing soonest?\" | `search_open_calls` |\n| \"How does the EIC Accelerator work, and am I eligible?\" | `get_programme` |\n| \"List every EU programme you cover.\" | `list_programmes` |\n| \"What EU funding is there for cleantech?\" | `get_sector` |\n| \"What funding does Germany offer deep-tech startups?\" | `get_country` |\n| \"How do I write an EIC Accelerator application?\" | `get_guide` |\n| \"EIC Accelerator vs EIC Pathfinder — which fits me?\" | `get_comparison` |\n| \"What does TRL mean?\" | `get_glossary_term` |\n| \"Find consortium partners in Germany with a battery track record.\" | `search_consortium_partners` |\n| \"Where can I test my robotics prototype in Spain?\" | `search_incubators` |\n| \"Which European VCs fund seed-stage climate?\" | `search_vc_directory` |\n| \"Who's already been funded in green hydrogen?\" | `search_companies` |\n\nPlus `list_sectors` and `list_countries` for discovery. The assistant picks the right tool automatically — you just ask in plain language.\n\n---\n\n## Setup\n\n### 1. Get a free key\nCreate a free account at **[euacc.ai](https://www.euacc.ai/ai-tools)** (no card), then generate a connector key on the dashboard. The key is shown once — copy it.\n\n### 2. Add the connector\n\n**Claude (web & desktop)** — Settings → Connectors → *Add custom connector*:\n- URL: `https://www.euacc.ai/api/mcp`\n- Authorization header: `Bearer YOUR_EUACC_KEY`\n\n**Claude Code**\n```bash\nclaude mcp add --transport http euacc https://www.euacc.ai/api/mcp \\\n  --header \"Authorization: Bearer YOUR_EUACC_KEY\"\n```\n\n**ChatGPT & Grok** — add a custom MCP connector under their connector settings, using the same endpoint and `Authorization` header.\n\n**Any client via a config file** (Cursor, Windsurf, etc.):\n```json\n{\n  \"mcpServers\": {\n    \"euacc\": {\n      \"url\": \"https://www.euacc.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_EUACC_KEY\"\n      }\n    }\n  }\n}\n```\n\n**Clients that only speak stdio** — bridge to the remote server with [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n```json\n{\n  \"mcpServers\": {\n    \"euacc\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\", \"https://www.euacc.ai/api/mcp\",\n        \"--header\", \"Authorization: Bearer YOUR_EUACC_KEY\"\n      ]\n    }\n  }\n}\n```\n\nThen just ask your AI anything about EU funding.\n\n---\n\n## Data & coverage\n\n| Source | Refresh | Coverage |\n| --- | --- | --- |\n| EU Funding & Tenders Portal | **daily** | Live open calls with real deadlines |\n| CORDIS | monthly | 78,000+ consortium partners (Horizon Europe, H2020, FP7) |\n| EUACC database | continuous | 15 programmes · 15 sectors · 28 countries · guides · glossary · European Digital Innovation Hubs · 1,200+ VC funds · funded-startup directory |\n\nEvery figure traces to an official EU source and is re-verified continuously.\n\n---\n\n## FAQ\n\n**Which AI assistants work with it?** Claude (web, desktop, Claude Code), ChatGPT, Grok, and any MCP-compatible client.\n\n**Do I need an account?** Yes — free, needed for the key.\n\n**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.\n\n**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.\n\n**What does it cost?** Free — 1,000 lookups/month, no card.\n\n---\n\n## About\n\nBuilt by **[EUACC](https://www.euacc.ai)** — helping European startups get funded (EU grants + VC matching + an AI application builder).\n\nThis repository contains documentation and connection config for the hosted EUACC MCP server. The server itself is operated by EUACC.\n\n## License\n\nDocumentation and configuration in this repository are released under the [MIT License](./LICENSE).\n",
  "bytes": 4924,
  "sha": "3dd28b41fb026fde8ba70a3412b01b8344ebfe915c7afdd8167473f5efa5bfb9",
  "repo_slug": "caraulani/euacc-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_caraulani_euacc_mcp_bad0cf61/readme"
}