brickken-mcp
v0.1.0
Published
Brickken Model Context Protocol server for tokenization, agentic APIs, KYC, and RAMS
Maintainers
Readme
brickken-mcp
The official Brickken Model Context Protocol server for tokenization, agentic APIs, KYC, and RAMS.
The hosted service is available at https://mcp.brickken.com/mcp. Install this package only when you need to run the server yourself.
Run locally
npx brickken-mcpThe server listens on port 3001 by default. Override it with MCP_PORT:
MCP_PORT=8080 npx brickken-mcpEndpoints:
- MCP:
http://localhost:3001/mcp - Health:
http://localhost:3001/health
Each client supplies its own Brickken API key and optional signing credentials through the MCP configure tool. The package does not require server-side API keys.
Documentation
See the repository README for configuration, supported tools, and deployment guidance.
