5 months ago
A Model Context Protocol server that wraps the Chatvolt API, providing tools to manage agents, datastores, and CRM workflows.
This is a TypeScript-based MCP server that provides tools to interact with Chatvolt.
Tools
get_agent
create_agent
list_agents
list_crm_scenarios
create_crm_scenario
update_crm_scenario
delete_crm_scenario
list_crm_steps
create_crm_step
update_crm_step
delete_crm_step
enable_disable_agent_integration
update_agent
delete_agent
agent_query
list_datastores
get_datastore
create_datasource
create_datastore
Server Config
{
"mcpServers": {
"chatvolt-mcp": {
"command": "npx",
"args": [
"chatvolt-mcp"
],
"env": {
"CHATVOLT_API_KEY": "YOUR KEY FROM chatvolt.ai"
},
"disabled": false,
"alwaysAllow": [
"get_agent"
]
}
}
}