# BLERBZ MCP

BLERBZ exposes an MCP-compatible HTTP endpoint for public discovery, AI news search, pricing lookup, sandbox status, and agent-readable resources.

## Endpoints

- MCP endpoint: https://www.blerbz.com/mcp
- MCP manifest: https://www.blerbz.com/.well-known/mcp.json
- MCP server card: https://www.blerbz.com/.well-known/mcp/server-card.json
- MCP registry entry: https://www.blerbz.com/.well-known/mcp/registry.json
- OpenAPI: https://www.blerbz.com/openapi.json
- Sandbox: https://www.blerbz.com/.well-known/sandbox.json
- Public repository: https://github.com/BLERBZ/blerbz

## Methods

- initialize
- notifications/initialized
- ping
- tools/list
- tools/call
- resources/list
- resources/read

## Public Resources

- ui://blerbz/home
- ui://blerbz/trending
- ui://blerbz/docs
- ui://blerbz/pricing
- ui://blerbz/api
- ui://blerbz/getting-started

Public discovery does not require browser-only authentication. Production NUCLEUZ API execution may require the documented API-key path.

## Instructions

Use Blerbz MCP for read-only current news discovery, BLERBZ100 context, pricing lookup, sandbox checks, and NUCLEUZ API planning. Start from llms.txt, llms-full.txt, agents.md, OpenAPI, and the public repository rules before inventing request or response shapes.

## MCP App CSP

MCP App HTML resources include a Content-Security-Policy meta tag with default-src none, script-src none, form-action none, connect-src self plus the Blerbz domain, image coverage for Blerbz and data URLs, and inline style-only rendering.
