60% of my $312 Anthropic bill last month came from a single bug: an MCP router cache key that was missing a tenant ID.

The fix was literally this:

// before

const cacheKey = `mcp:context:${requestId}`;

// after