$npx @modelcontextprotocol/server-everything
A direct, deterministic way to call any tool, read any resource, or render any prompt — with the raw request and response in front of you. No model in the loop. No tokens spent.
$ every request and response, in full

~/features
Everything you need to test an MCP server by hand.
tools/call
Invoke a tool and inspect exactly what came back — text, JSON, images, or mixed content, plus the raw request and response.
input schema
Inputs auto-generated from a tool's JSON Schema — nested objects and arrays, live validation, and a raw-JSON toggle when you'd rather type it directly.
notifications/progress
Progress updates and log messages captured in real time while a call is in flight.
elicitation/create
When a tool asks for more input mid-call, MCPFlo renders the schema as a form. Answer and continue.
sampling/createMessage
When a server asks for a model completion, you write the reply by hand — no model call, no tokens spent.
context budget
Every server shows an estimated token cost, broken down by tools, resources, and prompts — so you know how much of a model's context window it would eat before you ever wire it in.
01
02
03