Skip to content
Back to search
90
MCP live v1.0.1 streamable-http

io.github.agent-blueprint/free-blueprints

io.github.agent-blueprint/free-blueprints

Free AI agent blueprints for procurement and onboarding. No signup, no API key.

Uptime
4.7%
43 probes
Response
248ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

list_blueprints

List available free AI agent blueprints. Returns catalog of pre-built blueprints for common business processes. No signup or API key required.

get_blueprint

Download a free AI agent blueprint by ID. Returns a JSON manifest with all files (SKILL.md, reference docs, implementation guide) ready to write to disk. Same format as the paid Agent Blueprint export…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.agent-blueprint/free-blueprints": {
      "url": "https://free-blueprints-mcp.agentblueprint.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}