See how different teams leverage real-time logs to improve their workflows
Empower non-technical teams to search payments and resolve tickets 73% faster
Track customer engagement and conversion events
Coming soonConnect your agent
Connect any MCP client to logs.so and ask questions like:
Authentication
logs.so supports two secure auth models for MCP: OAuth and dedicated MCP key headers. Both are read-only and workspace-scoped.
For hosted connectors, set MCP URL to https://api.logs.so/v1/mcp and provide OAuth client credentials from Workspace Settings. Connector platforms such as Claude connectors should use this mode.
GET /v1/mcp/.well-known/oauth-authorization-server GET /v1/mcp/.well-known/oauth-protected-resource
POST /v1/mcp/oauth/token Authorization: Basic <base64(client_id:client_secret)> Content-Type: application/x-www-form-urlencoded grant_type=client_credentials&scope=read
For direct MCP clients, authenticate with a dedicated MCP key in request headers to the same MCP URL.
{
"mcpServers": {
"logs-so": {
"url": "https://api.logs.so/v1/mcp",
"headers": {
"Authorization": "Bearer lsmcp_live_your_key_id_your_secret"
}
}
}
}Available tools
query_logsSearch the feed. Filter by channel, user, time range, free text, or failures only.
list_channelsList the channels in your feed (revenue, signups, failures, …).
get_user_timelineEverything one user did, newest first, with an activity summary.
get_logOne event by id with full metadata.
get_usageEvents used this month vs your plan limit.