Skip to content

Add Blueprint Protocol to Resources — open standard for MCP server discovery #4161

@Explorer-64

Description

@Explorer-64

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions