BrianKnows MCP Server

agent

Chat with Brian agent

Input Schema

NameRequiredDescriptionDefault
addressNoUser blockchain address (required for blockchain operations)
chainIdNoBlockchain chain ID
kbIdNoKnowledge box ID to use (default: public-knowledge-box)
promptYesUser prompt or question

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "User blockchain address (required for blockchain operations)", "type": "string" }, "chainId": { "description": "Blockchain chain ID", "type": "string" }, "kbId": { "description": "Knowledge box ID to use (default: public-knowledge-box)", "type": "string" }, "prompt": { "description": "User prompt or question", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools