Dixa-public/dixa-mcp-server
If you are the rightful owner of dixa-mcp-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.
This is a FastMCP server that provides tools for interacting with the Dixa API, enabling conversation management, tag management, end user management, agent management, and analytics.
Tools
Functions exposed to the LLM to take actions
searchConversations
Search conversations in Dixa with pagination support
getConversation
Get a single conversation by ID
getConversationMessages
Get all messages for a specific conversation
getConversationTags
Get all tags associated with a conversation
getConversationNotes
Get all internal notes for a conversation
getConversationRatings
Get all ratings for a conversation
listTags
List all available tags in Dixa
tagConversation
Add a tag to a specific conversation
removeConversationTag
Remove a tag from a specific conversation
getEndUser
Get information about a specific end user
getEndUserConversations
Get all conversations for a specific end user
getAgent
Get information about a specific agent
listAgents
List all agents with optional filtering
getAnalyticsMetric
Get detailed information about a specific analytics metric
getAnalyticsRecord
Get detailed information about a specific analytics record
listAnalyticsRecords
List all available analytics record IDs
listAnalyticsMetrics
List all available analytics metric IDs
getAnalyticsFilter
Get possible values for a given analytics filter attribute
getAnalyticsRecordsData
Get analytics data for a specific record with filters and period settings
getAnalyticsMetricsData
Get analytics data for a specific metric with filters, period settings, and aggregations
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client