// AI agents
MCP server
Connect an MCP-compatible AI agent to your customer.log project and let it inspect events, understand visitor activity, and log new events.
Server URL
https://mcp.customerlog.byorello.space/
Available tools
get_recent_events— retrieve recent events, optionally by channel.list_channels— list channels used by the project.get_visitor_stats— inspect visitor and page-view activity.log_event— create a new customer.log event.
Configure your agent
Add the server URL and your own customer.log project API key to your MCP client. The hosted MCP server does not use a shared project key.
{
"mcpServers": {
"customerlog": {
"url": "https://mcp.customerlog.byorello.space/",
"headers": { "X-API-Key": "cl_your_project_key" }
}
}
}
The MCP server only accepts requests addressed to mcp.customerlog.byorello.space and serves the MCP protocol at the root path /.