Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.69 KB

File metadata and controls

66 lines (54 loc) · 1.69 KB

AGENTS.md — SIMOSphere AI MCP Examples

Project

SIMOSphere AI — European AI orchestration platform for enterprises. MCP server + OpenAI-compatible REST API, hosted in Germany (EU data residency).

Main APIs

Authentication

MCP Server

MCP Tools

  • search_documents, query_database, create_record, send_notification

SDKs

  • npm: @simosphere/sdk, @simosphere/cli, @simosphere/mcp-server

Quick Start (OpenAI-compatible)

import OpenAI from "openai";
const client = new OpenAI({
  baseURL: "https://api.simosphereai.com/v1",
  apiKey: process.env.SIMO_API_KEY,
});

Quick Start (MCP)

{
  "mcpServers": {
    "simosphere": {
      "url": "https://simosphereai.com/.well-known/mcp",
      "headers": { "Authorization": "Bearer sk-simo-..." }
    }
  }
}

CLI

npm install -g @simosphere/cli
simosphere health
simosphere models
simosphere chat "Hello"

Data Residency

EU only (Germany). GDPR-compliant. EU AI Act-ready.

Resources

Operator

SIMO GmbH, Wuerzburger Str. 152, 63743 Aschaffenburg, Germany