INDIVIDUAL MCP TOOL
estimate-log-cost
Estimates what a month of logs costs today against what the same traffic costs with evlog, which emits one wide event per request instead of one line per step.
LIVE ENDPOINT
https://www.evlog.dev/mcp
Connect to this endpoint to inspect the live schema for estimate-log-cost and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.evlog-mcp]
url = "https://www.evlog.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evlog-mcp": {
"type": "http",
"url": "https://www.evlog.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evlog-mcp
Remote MCP URL: https://www.evlog.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"evlog-mcp": {
"url": "https://www.evlog.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evlog-mcp": {
"type": "http",
"url": "https://www.evlog.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evlog-mcp",
"transport": "streamable-http",
"url": "https://www.evlog.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get-page— Retrieves the full content and details of a specific documentation page.list-pages— Lists all available documentation pages with their categories and basic information.