Query 60,000+ European grants
in natural language.
Connect Claude Desktop, Cursor, or your own agents to the EU Fund Portal using our official Model Context Protocol (MCP) server, or use our standard REST API.
Model Context Protocol (MCP)
Give your AI assistants real-time access to live European funding opportunities, Horizon Europe calls, and public contract award signals.
1Quick Start with Claude Desktop
Add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"eufundportal": {
"command": "npx",
"args": ["-y", "@eufundportal/mcp-server"],
"env": {
"EUFUNDPORTAL_API_KEY": "your_api_key_here"
}
}
}
}MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\\Claude\\claude_desktop_config.json
2Tools Included
search_grants
Search open European funding opportunities across 31 countries by keyword, country, or category.
get_grant_details
Retrieve comprehensive details for an opportunity by ID, including eligibility checklists and official URLs.
get_contract_awards
Fetch recent European government contract winners, procurement awards, and alternative data signals. Great for quants and investors tracking early momentum.
3Example Prompts
- 💬"Find all open grants for AI in healthcare in France or Germany with funding over €1M closing after November 2026."
- 💬"Are there any Horizon Europe calls open right now for robotics that require a multi-partner consortium?"
- 💬"Who won the largest European public transport contracts awarded in the last 30 days?"
REST API & Webhooks
Prefer to build your own integrations? Our structured daily feed is accessible via a standard REST API.
API Keys
Authentication is handled via Bearer tokens. Generate your API keys directly from your account settings. Free users can test the API endpoints with a limited quota.
Manage API KeysWebhooks
Subscribe to real-time events. Get notified via POST requests when new grants matching your criteria are published or when a deadline approaches.
Configure WebhooksQuery Non-Dilutive Grant Winners
Filter 45,500+ early-stage startups and SMEs across 31 European countries that have secured non-dilutive government backing. Includes verified national company IDs (KBO, SIREN, CUI, IČO, CVR, HRB, RCS) and direct links to official company registers.
Request
curl -X GET "https://www.eufundportal.com/api/v1/grants?has_winner=true&country=DE&limit=5" \ -H "Authorization: Bearer YOUR_API_KEY"
Response
{
"total": 37240,
"page": 1,
"limit": 5,
"data": [
{
"id": "de-zim-2026-8912",
"title": "KI-gestützte autonome Sensorik für die Hochpräzisionsfertigung",
"country": "Germany",
"winner_name": "Quantex MicroSystems GmbH",
"winner_id": "HRB 198421 B",
"awarded_amount": 1850000,
"award_date": "2026-09-24",
"buyer_name": "Bundesministerium für Wirtschaft und Klimaschutz (BMWK)",
"programme": "Zentrales Innovationsprogramm Mittelstand (ZIM)",
"url": "https://www.foerderdatenbank.de/..."
}
]
}has_winner, country, category, page, limitGenerate Dealflow API Key →