MiguelMartinezCV/chatvolt-agent-server
If you are the rightful owner of chatvolt-agent-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Chatvolt Agent Server is a Model Context Protocol (MCP) server designed to manage AI agents, CRM scenarios, and their steps through RESTful APIs.
Tools
Functions exposed to the LLM to take actions
create_agent
Creates a new AI agent.
get_agent
Retrieves an existing AI agent by its ID.
update_agent
Updates an existing AI agent.
delete_agent
Deletes an AI agent.
list_scenarios
Lists all available CRM scenarios.
create_scenario
Creates a new CRM scenario.
update_scenario
Updates an existing CRM scenario.
delete_scenario
Deletes a CRM scenario.
list_steps
Lists all steps for a given CRM scenario.
create_step
Creates a new step in a CRM scenario.
update_step
Updates an existing step.
delete_step
Deletes a step.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client