What you can do with this MCP server
- Search message data with Elasticsearch DSL using
messages.search. - Run aggregation-only queries (
size: 0) for grouped analytics such as account buckets. - Fetch latest messages with sorted pagination using
search_after. - Limit returned fields with
_sourceand inspect allowed fields withmessages.mappings. - Retrieve current Elasticsearch mappings for your read scope with
messages.mappings.
Generate API key
Generate your API key at:https://app.brixo.com/administration/api_key_management
API_KEY in the Claude command below must be the value generated in that page.
