Hi — I'd like to suggest adding Blueprint Protocol to the Resources section.
What it is
Blueprint Protocol is an open standard that solves the MCP server discovery problem. A blueprint.txt file at the root of a web app declares what the app can do, how to invoke it (MCP preferred, API fallback, UI last resort), and which tool handles each capability — in plain text, no tooling required.
Why it's relevant here
Agents connecting to tens of thousands of MCP servers burn their context window on tool definitions before reading a single user message. A blueprint lets an agent read one file and know whether a server is relevant to the task, which tool to call, and what inputs it needs — before connecting. The agent arrives with intent rather than loading everything speculatively.
The ## MCP block in a blueprint maps directly to MCP tool schemas. The ## ACCESS hierarchy treats MCP as the preferred tier over API and UI fallbacks.
Spec and examples
https://github.com/Explorer-64/blueprint-protocol
Happy to answer questions or take feedback.
Hi — I'd like to suggest adding Blueprint Protocol to the Resources section.
What it is
Blueprint Protocol is an open standard that solves the MCP server discovery problem. A
blueprint.txtfile at the root of a web app declares what the app can do, how to invoke it (MCP preferred, API fallback, UI last resort), and which tool handles each capability — in plain text, no tooling required.Why it's relevant here
Agents connecting to tens of thousands of MCP servers burn their context window on tool definitions before reading a single user message. A blueprint lets an agent read one file and know whether a server is relevant to the task, which tool to call, and what inputs it needs — before connecting. The agent arrives with intent rather than loading everything speculatively.
The
## MCPblock in a blueprint maps directly to MCP tool schemas. The## ACCESShierarchy treats MCP as the preferred tier over API and UI fallbacks.Spec and examples
https://github.com/Explorer-64/blueprint-protocol
Happy to answer questions or take feedback.