
interactive-api-playground
Cloudflare Workers MCP server: interactive-api-playground
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: interactive-api-playground
Server tool list (5)
Raw names from tools/list. Only developers need these.
| schema_parser | Parse an OpenAPI 3.x schema object or GraphQL SDL string. Returns a structured list of endpoints (and GraphQL types). |
| playground_renderer | Render an interactive HTML API playground for a list of endpoints. Returns self-contained HTML with try-it-out forms. |
| api_executor | Execute a live HTTP request to an external URL. Returns real status, headers, and response body. Private IPs are blocked. |
| code_generator | Generate a ready-to-run code snippet for an HTTP request in javascript, typescript, python, curl, go, ruby, php, or java. |
| history_tracker | Get invocation history for a tool within the current Worker instance. Resets on cold start. |