Back to search
100
MCP live 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
25.0%
12 probes
Response
438ms
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.

Similar MCP servers embedding-nearest

com.agentorist/agentorist live
Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.
7 tools · streamable-http
Demo Time
Interact with Demo Time documentation and automate presentation demos
0 tools
Meet.bot MCP live
AI-native scheduling and booking: check availability, book meetings, share links.
5 tools · streamable-http
io.github.estruyf/vscode-demo-time
Enables AI assistants to interact with Demo Time and helps build presentations and demos.
0 tools
Anteos Health — Medical Appointment Booking live
Book medical appointments with French doctors by specialty and city via AI agents.
10 tools · streamable-http
io.github.QasperAI/qasper live
Discover and book businesses via AI agents.
9 tools · streamable-http

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"
    }
  }
}