Documentation Index Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt
Use this file to discover all available pages before exploring further.
The Vendaze MCP (Model Context Protocol) server lets you connect AI assistants to your Vendaze account. Once connected, your assistant can search contacts, view deals, create tasks, log activities, and much more, all from within the conversation, without you having to open Vendaze.
The Vendaze MCP is available as a listed integration in Claude , ChatGPT , and Manus .
Claude Connect via the Claude app directory.
ChatGPT Connect via ChatGPT connectors.
Manus Connect via the Manus integrations panel.
What your assistant can do
Once connected, your AI assistant has access to the following actions on your Vendaze account:
People
Tool Description list_peopleLists contacts with filter and pagination support. get_personFetches a person by ID with custom fields and company. create_personCreates a new contact in the workspace. update_personUpdates fields on an existing contact. delete_personRemoves (soft delete) a contact.
Companies
Tool Description list_companiesLists companies with filter and pagination support. get_companyFetches a company by ID with custom fields. create_companyCreates a new company in the workspace. update_companyUpdates fields on an existing company. delete_companyRemoves (soft delete) a company.
Deals
Tool Description list_dealsLists deals with pipeline, price, and date filter support. get_dealFetches a deal by ID with pipeline, stage, and products. create_dealCreates a new deal. update_dealUpdates fields on an existing deal. delete_dealRemoves (soft delete) a deal.
Tasks
Tool Description list_tasksLists tasks filtered by entity, priority, or status. get_taskFetches a task by ID. create_taskCreates a new task. update_taskUpdates an existing task. delete_taskRemoves a task.
Activities
Tool Description list_activitiesLists activities linked to a person, company, or deal. get_activityFetches an activity by ID. create_activityLogs a new activity (call, meeting, email, or note). delete_activityRemoves an activity.
Utilities
Tool Description list_custom_fieldsLists the custom fields available in the workspace. list_tagsLists all tags in the workspace. list_productsLists available products.
Example prompts
Once connected, you can talk to your assistant naturally:
“What are the 10 highest-value deals in the Commercial pipeline?”
“Show me the contacts at Acme Corp with all their information.”
“Which tasks are open with an overdue date?”
“Create a contact named John Smith at company XYZ with email john@xyz.com .”
“Move the deal ‘Quarterly Contract’ to the ‘Proposal Sent’ stage.”
“Add a note on contact Ana Costa saying she returns on the 15th.”
“Log a call on the Acme Corp deal saying we’re waiting for their legal team’s approval.”
Notes
The MCP Server applies the same rate limits as the REST API
The connection uses your Vendaze account’s OAuth authorization. The assistant only accesses the workspace you authorized.
Custom fields are returned only in ID lookup tools (get_*), not in listings