
Api Perf Analyzer
Let your coding agent measure and reason about API latency and performance bottlenecks while you harden endpoints before launch.
Overview
io.github.lazymac2x/api-perf-analyzer is a MCP server for the Ship phase that exposes hosted tools for analyzing API performance to your agent over streamable HTTP.
What is this MCP server?
- Hosted MCP server on Cloudflare Workers with streamable-http remote at api.lazy-mac.com
- Version 1.0.0 server published in the official MCP server schema (2025-09-29)
- Agent-facing tools for API performance analysis without maintaining a local analyzer service
- Pairs with solo-builder API and SaaS backends where slow routes hurt conversion
- Open-source API repo on GitHub under lazymac2x/api-perf-analyzer-api
- Server version 1.0.0
- 1 streamable-http remote endpoint
- Hosted on Cloudflare Workers (lazy-mac.com)
What problem does it solve?
Solo builders struggle to spot which API routes are slow when debugging happens in chat without a wired-in performance lens.
Who is it for?
Indie devs shipping HTTP APIs on Cloudflare Workers or similar who want MCP-native perf checks during ship-week tuning.
Skip if: Teams that need full APM dashboards, continuous production tracing, or deep browser RUM without an MCP workflow.
What do I get? / Deliverables
After you register the remote MCP endpoint, your agent can call perf-analysis tools against your API context instead of hand-rolling one-off timing scripts.
- Registered remote MCP connection for API performance analysis
- Agent-invokable perf tools over streamable HTTP
- Structured perf insights usable in ship-week API fixes
Recommended MCP Servers
Journey fit
How it compares
Hosted MCP perf tooling, not a local agent skill or a full observability SaaS console.
Common Questions / FAQ
Who is api-perf-analyzer for?
Solo and indie builders using MCP-enabled coding agents who want API performance analysis available as agent tools during the Ship phase.
When should I use api-perf-analyzer?
Use it when endpoints exist in staging or production and you need agent-assisted investigation of latency and API performance before or right after launch.
How do I add api-perf-analyzer to my agent?
Add the remote MCP server URL https://api.lazy-mac.com/api-perf-analyzer/mcp with type streamable-http in your client’s MCP configuration, then restart or reload the agent.