← vennio.app
INDIVIDUAL MCP TOOL
respond_to_consent_request
Accept or reject a pending consent request addressed to you.
LIVE ENDPOINT
https://api.vennio.app/mcp
Connect to this endpoint to inspect the live schema for respond_to_consent_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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-scheduling]
url = "https://api.vennio.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vennio-scheduling": {
"type": "http",
"url": "https://api.vennio.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vennio-scheduling
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-scheduling": {
"url": "https://api.vennio.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vennio-scheduling": {
"type": "http",
"url": "https://api.vennio.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vennio-scheduling",
"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.