Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIMOSphere AI MCP Examples

Model Context Protocol integration examples -- connect enterprise data sources with AI agents.

smithery badge License: MIT

English | Deutsch


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


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


License / Lizenz

MIT -- Engineered at SIMO GmbH · Aschaffenburg, Germany

About

MCP integration examples for SIMOSphere AI — connect CRM, ERP, documents with AI agents. GDPR-compliant.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors