@vennio/mcp
v1.1.0
Published
Vennio MCP server — AI agent scheduling tools via stdio
Downloads
223
Maintainers
Readme
@vennio/mcp
Vennio scheduling tools for AI agents — bookings, availability, proposals, and network via the Model Context Protocol.
Quick start
npx @vennio/mcpRequires a Vennio API key: vennio.app/api-keys
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vennio": {
"command": "npx",
"args": ["-y", "@vennio/mcp"],
"env": {
"VENNIO_API_KEY": "vennio_sk_live_..."
}
}
}
}Smithery
Available on Smithery. Smithery handles the API key prompt and constructs the MCP command — no config editing required. Search for "Vennio" in the Smithery registry and provide your vennio_sk_live_... key.
Tools
| Tool | Description |
|---|---|
| find_availability | Find bookable time slots for a business |
| find_mutual_availability | Find times when all specified people are free |
| create_booking | Book a time slot on a business calendar |
| get_booking | Retrieve details of a booking |
| cancel_booking | Cancel a confirmed booking |
| propose_meeting | Create a multi-party meeting proposal |
| respond_to_proposal | Accept, counter, or reject a proposal |
| get_proposal | Retrieve a proposal and its negotiation thread |
| check_consent | Check if you have consent to access a principal's data |
| get_network | Get a snapshot of your connection network |
| list_connections | List your network connections |
| find_mutual_connections | Find people connected to all specified principals |
The Vennio-hosted MCP server includes additional tools beyond the npm package (meeting enrichment, web scraping, and search). See docs.vennio.app for the full list.
Documentation
Full API reference and guides: docs.vennio.app
