io.github.dappros

ethora-mcp-server

MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

ETHORA_API_URL(str)

Full Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.

ETHORA_BASE_URL(str)

Base host URL (e.g. https://api.chat.ethora.com). The server appends /v1 automatically. Use ETHORA_API_URL instead if you need a non-/v1 path.

ETHORA_APP_JWT(str)
Secret

App JWT used for the user-auth bootstrap flow (login/register). Usually starts with 'JWT '. Optional; can also be set at runtime via the ethora-configure tool.

ETHORA_B2B_TOKEN(str)
Secret

B2B server token used for tenant-actor x-custom-token auth (JWT with type=server). Required for B2B / app provisioning flows. Optional; can also be set at runtime.

ETHORA_MCP_ENABLE_DANGEROUS_TOOLS(str)

Set to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.