Requirements
- A Blueprints account with API key access
- A
bp_API key created in the app with the scopes your workflow needs - An MCP client that supports remote HTTP servers and custom headers
blueprints:read. For blueprint authoring, add blueprints:write. For deploy and stop tools, add blueprints:deploy. MCP clients do not need key-management scopes.
Claude Code
Cursor
Use your client’s secret-management support where available. If your client requires a plain JSON config, keep the file local and uncommitted.OpenCode
Verify the connection
After connecting, ask your client to list your Blueprints MCP tools or calllist_blueprints.
If the client reports authentication errors, confirm that:
- The header starts with
Authorization: Bearer. - The key starts with
bp_. - The key has not been revoked.
- The key has the required scope for the tool you asked the client to call.
- The account that created the key still has access to Blueprints.