← olai.com

INDIVIDUAL MCP TOOL

get_faq

Liefert FAQs (Direct-Answer-Format), optional gefiltert nach Topic.

olai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

olai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.olai-com]
url = "https://olai.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "olai-com": {
      "type": "http",
      "url": "https://olai.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: olai-com
Remote MCP URL: https://olai.com/api/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "olai-com": {
      "url": "https://olai.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "olai-com": {
      "type": "http",
      "url": "https://olai.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "olai-com",
  "transport": "streamable-http",
  "url": "https://olai.com/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_info — Liefert Basis-Informationen über Olai Interactive: Standorte, Schwerpunkte, Gründungsjahr, Kontakt.
  • get_services — Listet alle Services von Olai mit Beschreibung, URL, typischer Dauer und Preisrange.
  • get_pricing_models — Liefert die drei Wege, wie Olai mit Kunden zusammenarbeitet: Standard-Projekt, Partnerschaftliche Entwicklung, Enge Partnerschaft.
  • get_locations — Liefert die Standorte und Service-Regionen von Olai: Solothurn (HQ), Basel, Zürich.
  • get_cases — Liefert die Case Studies / Referenzprojekte von Olai mit Name und URL.
  • request_callback — Erfasst eine Lead-Anfrage.