ai.modulos/demo-booking
Official4 toolsModulos Demo Booking
Book a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF.
Schedule demos for AI Governance Platform covering EU AI Act compliance.
Captured live from the server via tools/list.
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.
No parameters.
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.
No parameters.
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.
Parameters (5)
- startTimestringrequired
ISO-8601 UTC start time of the slot to book, exactly as returned by list_demo_slots.
- attendeeNamestringrequired
Full name of the attendee.
- attendeeEmailstringrequired
Business email of the attendee.
- companystringrequired
Company or organization name.
- messagestring
Optional context about what the attendee wants to discuss (use case, framework, team size).
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.
Parameters (5)
- namestringrequired
- emailstringrequired
- companystringrequired
- job_titlestring
- messagestring
Context: use case, urgency, frameworks of interest (EU AI Act, ISO 42001, NIST AI RMF).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"demo-booking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.modulos.ai/api/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.