
Api Flow Analyzer
Trace and analyze HTTP/API request flows from your agent while wiring third-party or first-party endpoints.
Overview
api-flow-analyzer is a MCP server for the Build phase that lets your coding agent analyze API request and response flows through a Cloudflare Workers remote endpoint.
What is this MCP server?
- Remote MCP server on Cloudflare Workers via streamable HTTP
- Agent-callable tooling for API flow analysis without local install of the worker
- Pairs with other Lazy Mac API helpers (mock server, payload auditor) on the same host
- Version 1.0.0 with published GitHub source for api-flow-analyzer-api
- Fits Claude Code, Cursor, and other MCP clients that support remote servers
- Server version 1.0.0 per MCP server manifest
- Single remote: streamable-http at api.lazy-mac.com/api-flow-analyzer/mcp
- Hosted on Cloudflare Workers; source at github.com/lazymac2x/api-flow-analyzer-api
What problem does it solve?
You are wiring APIs blind—unclear call order, hidden redirects, and inconsistent payloads slow integration and invite shipping bugs.
Who is it for?
Indie builders hooking up REST or HTTP APIs who want the agent to walk through flows without spinning up local tracing infrastructure.
Skip if: Teams that already have full production APM, OpenTelemetry, or need on-prem-only MCP with no remote HTTP.
What do I get? / Deliverables
Your agent can inspect and explain API flows from MCP so you document endpoints faster and fix integration mistakes before they reach production.
- Agent-accessible API flow analysis via MCP tools
- Clearer integration notes and endpoint sequencing for your codebase
- Faster debugging loops before formal API tests land in CI
Recommended MCP Servers
Journey fit
Flow analysis is most valuable while you are actively integrating and debugging API behavior during product build. Integrations subphase is where solo builders map endpoints, retries, and auth—exactly when flow visibility matters.
How it compares
Remote MCP integration for flow analysis, not a hosted API gateway or a Claude skill markdown workflow.
Common Questions / FAQ
Who is api-flow-analyzer for?
Solo and indie developers using Claude Code, Cursor, or similar agents who integrate external APIs and want MCP-backed flow analysis on Cloudflare Workers.
When should I use api-flow-analyzer?
Use it during build and integration when you need to understand how API calls chain, validate behavior against docs, or debug confusing HTTP sequences before shipping.
How do I add api-flow-analyzer to my agent?
Add the remote MCP server URL https://api.lazy-mac.com/api-flow-analyzer/mcp as a streamable-HTTP MCP entry in your client config, per your editor’s MCP settings.