Developer API & MCP Server
Access EU SaaS Directory data programmatically
Integrate the EU SaaS Directory into your applications using our MCP (Model Context Protocol) server or REST API.
MCP Server
Connect AI assistants like Cursor, Claude, and Windsurf to query our directory data.
Features
- • Search companies by name, description, or content
- • Get complete company profiles with metadata
- • Browse all available categories
- • Advanced filtering by trust level, category, tags, and more
- • English and German language support
Endpoint
https://www.eu-saas.com/api/mcp
Transport
Streamable HTTP (recommended)
Configuration
Cursor Configuration
Add to ~/.cursor/mcp.json or project .cursor/mcp.json:
{
"mcpServers": {
"EU SaaS Directory": {
"url": "https://www.eu-saas.com/api/mcp"
}
}
} Claude Code Configuration
Run this command:
claude mcp add --transport http eu-saas-directory https://www.eu-saas.com/api/mcp Available Tools
- • search_companies - Search for companies by query
- • get_company - Get detailed company information
- • list_categories - List all categories
- • filter_companies - Filter companies by criteria
Full Documentation: See the MCP server README for complete documentation and examples.
REST API
Coming soon: REST API access to directory data.
We are working on a REST API for programmatic access. Stay tuned!
Trust Levels
Companies are categorized using four trust levels:
- • EU Native: EU Native - Headquartered and hosted entirely within the EU/EEA/Switzerland
- • EU Hosted: EU Hosted - Non-EU company with EU data hosting options
- • EU Compliant: EU Compliant - GDPR compliant but data may leave EU jurisdiction
- • Non-EU Risk: Non-EU Risk - Subject to non-EU jurisdiction (e.g., CLOUD Act exposure)