Modulos Demo Booking
ai.modulos/demo-bookingBook a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF.
Tools · 4
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.
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.
Books a specific demo time slot. startTime must be an ISO-8601 string returned by list_demo_slots. Returns a confirmation on success.
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
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"
}
}
}