SIMOSphere AI — European AI orchestration platform for enterprises. MCP server + OpenAI-compatible REST API, hosted in Germany (EU data residency).
- REST API: https://api.simosphereai.com (OpenAPI: https://api.simosphereai.com/openapi.json)
- MCP Server: https://simosphereai.com/.well-known/mcp (Streamable HTTP)
- API Key: Bearer token in Authorization header
- Get a key: https://onboarding.simosphereai.com/register
- URL: https://simosphereai.com/.well-known/mcp
- Transport: Streamable HTTP
- Auth: Bearer sk-simo-... token
- search_documents, query_database, create_record, send_notification
- npm: @simosphere/sdk, @simosphere/cli, @simosphere/mcp-server
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.simosphereai.com/v1",
apiKey: process.env.SIMO_API_KEY,
});{
"mcpServers": {
"simosphere": {
"url": "https://simosphereai.com/.well-known/mcp",
"headers": { "Authorization": "Bearer sk-simo-..." }
}
}
}npm install -g @simosphere/cli
simosphere health
simosphere models
simosphere chat "Hello"EU only (Germany). GDPR-compliant. EU AI Act-ready.
- Developer docs: https://simosphereai.com/en/docs
- llms.txt: https://simosphereai.com/llms.txt
- llms-full.txt: https://onboarding.simosphereai.com/llms-full.txt
- OpenAPI: https://onboarding.simosphereai.com/openapi.json
- Status: https://simosphereai.com/api/status
SIMO GmbH, Wuerzburger Str. 152, 63743 Aschaffenburg, Germany