Skip to content
Back to search
100
MCP v0.1.0 streamable-http

Modulos Demo Booking

ai.modulos/demo-booking

Book a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF.

Uptime
10.0%
40 probes
Response
81ms
last probe
Tools
4
callable

Tools · 4

get_modulos_info

Returns a short description of Modulos and the URL where a user can book a demo. Use this first if the user asks what Modulos is or how to talk to the team.

list_demo_slots

Lists available 30-minute demo time slots over the next two weeks. Returns ISO-8601 UTC start times. Use book_demo_slot to confirm one of them.

book_demo_slot

Books a specific demo time slot. startTime must be an ISO-8601 string returned by list_demo_slots. Returns a confirmation on success.

request_demo

Submits an open demo request without picking a specific time. Use this when the user does not want to choose a slot — the Modulos team will reach out within 1 business day.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "modulos_demo_booking": {
      "url": "https://www.modulos.ai/api/mcp/",
      "transport": "streamable-http"
    }
  }
}