Model Context Protocol integration examples -- connect enterprise data sources with AI agents.
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.
| 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 |
| 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 |
{
"mcpServers": {
"simosphere": {
"command": "npx",
"args": ["-y", "@simosphere/mcp-client"],
"env": {
"SIMOSPHERE_API_KEY": "sk-simo-your-key-here"
}
}
}
}Add to your MCP settings:
- Server URL:
https://mcp.simosphereai.com - Auth: Bearer
sk-simo-your-key-here
SIMOSphere M365 Governance is available on the Microsoft Azure Marketplace.
- Documentation: simosphereai.com/de/developers
- MCP Spec: simosphereai.com/de/mcp-server
- OpenAPI Spec: api.simosphereai.com/openapi.json
- SDK: @simosphere/sdk on npm
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.
| 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 |
| 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 |
{
"mcpServers": {
"simosphere": {
"command": "npx",
"args": ["-y", "@simosphere/mcp-client"],
"env": {
"SIMOSPHERE_API_KEY": "sk-simo-ihr-schluessel"
}
}
}
}In Ihren MCP-Einstellungen hinterlegen:
- Server-URL:
https://mcp.simosphereai.com - Auth: Bearer
sk-simo-ihr-schluessel
SIMOSphere M365 Governance ist im Microsoft Azure Marketplace verfuegbar.
- Dokumentation: simosphereai.com/de/developers
- MCP-Spezifikation: simosphereai.com/de/mcp-server
- OpenAPI-Spezifikation: api.simosphereai.com/openapi.json
- SDK: @simosphere/sdk auf npm
MIT -- Engineered at SIMO GmbH · Aschaffenburg, Germany