← vennio.app
INDIVIDUAL MCP TOOL
create_event_type
Create a reusable booking template (event type) that defines the meeting name, duration, and settings.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.vennio-app]
url = "https://api.vennio.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vennio-app": {
"type": "http",
"url": "https://api.vennio.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vennio-app
Remote MCP URL: https://api.vennio.app/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": {
"vennio-app": {
"url": "https://api.vennio.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vennio-app": {
"type": "http",
"url": "https://api.vennio.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vennio-app",
"transport": "streamable-http",
"url": "https://api.vennio.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_availability— Find bookable time slots for a business.find_mutual_availability— Find time slots where ALL specified people are free.create_booking— Book a time slot on a business calendar.get_booking— Retrieve details of a specific booking by ID.cancel_booking— Cancel an existing confirmed booking.propose_meeting— Create a multi-party meeting proposal with one or more proposed time slots.respond_to_proposal— Accept, counter, or reject a meeting proposal.get_proposal— Retrieve a proposal by ID, optionally including the full negotiation thread.