Simosphere Ai
About
MCP integration examples for SIMOSphere AI — connect CRM, ERP, documents with AI agents. GDPR-compliant.
Details
- Author
- simosphereos
- Downloads
- 275
- Categories
- Other, AI, Search
Jump to
- Streamable HTTP transport for real-time interactions
- Bearer token authentication (API key)
- Search documents across SharePoint, DMS, and local files
- Read-only database queries (Dynamics 365, ERP, CRM)
- Create records in CRM/ERP systems
- Send notifications via email, Teams, or Slack
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Simosphere AiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure any MCP-compatible client (e.g., Claude Desktop, Cursor, VS Code) with the server URL https://mcp.simosphereai.com, authentication via a Bearer token (API key), and launch the local client using npx with @simosphere/mcp-client. For Claude Desktop, set the environment variable SIMOSPHERE_API_KEY to your API key.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"simosphere ai": {
"simosphere-ai": {
"url": "https://simosphereai.com/.well-known/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}
}
McpServers
{
"simosphere-ai": {
"url": "https://simosphereai.com/.well-known/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
SIMOSphere AI MCP Examples
Model Context Protocol integration examples -- connect enterprise data sources with AI agents.
</div>
---
English
Overview
Integration examples for the SIMOSphere AI MCP server. Connect enterprise data sources (CRM, ERP, SharePoint, DMS) with AI agents -- GDPR-compliant, EU-hosted.
Built by SIMO GmbH.
MCP Server
| Property | Value |
| ------------- | ---------------------------------------------------------------------- |
| URL | https://mcp.simosphereai.com |
| Transport | Streamable HTTP |
| Auth | Bearer token (API key) |
| Server Card | https://simosphereai.com/.well-known/mcp/server-card.json |
| Manifest | https://simosphereai.com/.well-known/mcp/manifest.json |
Available Tools
| Tool | Description |
| -------------------- | ------------------------------------------------ |
| search_documents | Search SharePoint, DMS, local files |
| query_database | Read-only queries against Dynamics 365, ERP, CRM |
| create_record | Create records in CRM/ERP systems |
| send_notification | Send via email, Teams, or Slack |
Claude Desktop Configuration
{
"mcpServers": {
"simosphere": {
"command": "npx",
"args": ["-y", "@simosphere/mcp-client"],
"env": {
"SIMOSPHERE_API_KEY": "sk-simo-your-key-here"
}
}
}
}
Cursor / VS Code Configuration
Add to your MCP settings:
- Server URL: https://mcp.simosphereai.com
- Auth: Bearer sk-simo-your-key-here
Azure Marketplace
SIMOSphere M365 Governance is available on the Microsoft Azure Marketplace.
Resources
- Documentation: simosphereai.com/de/developers
- MCP Spec: simosphereai.com/de/mcp-server
- OpenAPI Spec: api.simosphereai.com/openapi.json
- SDK: @simosphere/sdk on npm
---
Deutsch
Ueberblick
Integrationsbeispiele fuer den SIMOSphere AI MCP-Server. Verbinden Sie Unternehmensdatenquellen (CRM, ERP, SharePoint, DMS) mit KI-Agenten -- DSGVO-konform, gehostet in der EU.
Entwickelt von SIMO GmbH.
MCP-Server
| Eigenschaft | Wert |
| --------------- | ---------------------------------------------------------------------- |
| URL | https://mcp.simosphereai.com |
| Transport | Streamable HTTP |
| Auth | Bearer-Token (API-Schluessel) |
| Server Card | https://simosphereai.com/.well-known/mcp/server-card.json |
| Manifest | https://simosphereai.com/.well-known/mcp/manifest.json |
Verfuegbare Tools
| Tool | Beschreibung |
| -------------------- | ---------------------------------------------------- |
| search_documents | Suche in SharePoint, DMS, lokalen Dateien |
| query_database | Lesende Abfragen gegen Dynamics 365, ERP, CRM |
| create_record | Datensaetze in CRM-/ERP-Systemen anlegen |
| send_notification | Benachrichtigungen per E-Mail, Teams oder Slack |
Claude-Desktop-Konfiguration
{
"mcpServers": {
"simosphere": {
"command": "npx",
"args": ["-y", "@simosphere/mcp-client"],
"env": {
"SIMOSPHERE_API_KEY": "sk-simo-ihr-schluessel"
}
}
}
}
Cursor / VS Code Konfiguration
In Ihren MCP-Einstellungen hinterlegen:
- Server-URL: https://mcp.simosphereai.com
- Auth: Bearer sk-simo-ihr-schluessel
Azure Marketplace
SIMOSphere M365 Governance ist im Microsoft Azure Marketplace verfuegbar.
Ressourcen
- Dokumentation: simosphereai.com/de/developers
- MCP-Spezifikation: simosphereai.com/de/mcp-server
- OpenAPI-Spezifikation: api.simosphereai.com/openapi.json
- SDK: @simosphere/sdk auf npm
---
License / Lizenz
MIT -- Engineered at SIMO GmbH · Aschaffenburg, Germany
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




