Overview
Brick MCP is Brick’s MCP server for AI coding assistants. It gives compatible AI tools structured access to Brick API knowledge so they can help teams understand endpoints, generate more accurate request examples, and troubleshoot integrations with better context.
MCP Server and Skills Package
use the Brick MCP Server, install Brick Skills, or combine both. The MCP Server is a remote layer that fetches the latest synced Brick docs at query time through agent MCP configuration, while the Skills Package is a local, versioned bundle with workflow guidance for tools like Claude Code, Codex, and Copilot. Each works independently, and together they provide both live documentation access and packaged implementation guidance.
| Provider | MCP Server | Skills Package |
|---|---|---|
| Endpoint | api.onebrick.io/v2/mcp-server/mcp | api.onebrick.io/v2/mcp-server/skills/ |
| capabilities | • Remote — no local install • Live docs fetched at query time • Reflects the latest synced Brick docs • Requires agent MCP config • Tools: search_docs, get_doc | • Local — install once, usable offline • Bundled workflow guidance • Bundled guidance refreshed when a new hosted bundle is published • Versioned with SHA256 verification • Targets: Claude Code, Codex, Copilo |
Best practice before production use:
Before applying AI-generated output in a real integration, teams should:
• verify the MCP connection
• validate the flow in sandbox
• test callbacks and status handling
• review request payloads manually
• confirm the latest production configuration and changelog
• treat AI output as assistive guidance, not final truth
