MCP Server

mcp

ai.aivonic/mcp
Sales & CRM Public & reachable MCP 2025-11-25

What this MCP does

Provides Aivonic product and pricing information, schedules discovery calls, checks availability, and submits sales inquiries.

book_demo
Book a free Aivonic discovery call at a specific slot for a real person. `start_iso` must be an ISO-8601 start time returned by check_availability. Provide the prospect's real name and email; a calendar invite is sent to them. Returns booking confirmation or an error.
Input schema
{'type': 'object', 'title': 'book_demoArguments', 'required': ['name', 'email', 'start_iso'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'email': {'type': 'string', 'title': 'Email'}, 'notes': {'type': 'string', 'title': 'Notes', 'default': ''}, 'start_iso': {'type': 'string', 'title': 'Start Iso'}, 'timezone_name': {'type': 'string', 'title': 'Timezone Name', 'default': 'UTC'}}}
check_availability
Check real open time slots for a free Aivonic discovery call over the next `days_ahead` days (1 to 30). Returns available slots as ISO-8601 start times to pass to book_demo. Use this before booking.
Input schema
{'type': 'object', 'title': 'check_availabilityArguments', 'properties': {'days_ahead': {'type': 'integer', 'title': 'Days Ahead', 'default': 14}}}
get_pricing
Get Aivonic's current pricing: the Aivonic Workspace SaaS plans (monthly), and the done-for-you AI Agent, Multi-Agent, and Voice AI packages (one-time setup fee + monthly support). All figures in USD.
Input schema
{'type': 'object', 'title': 'get_pricingArguments', 'properties': {}}
get_products
Get Aivonic's company details and its product/service line (AI Agents, Voice AI, AI Automation, AI Consulting, AI Audit, and the Aivonic Workspace SaaS), each with a short description and link.
Input schema
{'type': 'object', 'title': 'get_productsArguments', 'properties': {}}
request_quote
Submit a quote/enquiry to Aivonic on behalf of a real prospect. Include what they want (product, use case, scale) in `message`. Aivonic's team is emailed and will follow up by email. Use for anything beyond the standard published pricing, or when the prospect wants a human to reach out.
Input schema
{'type': 'object', 'title': 'request_quoteArguments', 'required': ['name', 'email', 'message'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'email': {'type': 'string', 'title': 'Email'}, 'company': {'type': 'string', 'title': 'Company', 'default': ''}, 'message': {'type': 'string', 'title': 'Message'}}}
Added
request_quote
2026年9月11日0:30
Added
book_demo
2026年9月11日0:30
Added
check_availability
2026年9月11日0:30
Added
get_products
2026年9月11日0:30
Added
get_pricing
2026年9月11日0:30