MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@ethora/mcp-server · npm · 26.5.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dappros/ethora-mcp-cli",
"description": "MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.",
"repository": {
"url": "https://github.com/dappros/ethora-mcp-cli",
"source": "github"
},
"version": "26.5.2",
"packages": [
{
"registryType": "npm",
"identifier": "@ethora/mcp-server",
"version": "26.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Full Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.",
"format": "string",
"name": "ETHORA_API_URL"
},
{
"description": "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.",
"format": "string",
"name": "ETHORA_BASE_URL"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "ETHORA_APP_JWT"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "ETHORA_B2B_TOKEN"
},
{
"description": "Set to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.",
"format": "string",
"name": "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-14T11:30:26.063385Z",
"publishedAt": "2026-05-14T11:30:26.063385Z",
"updatedAt": "2026-05-14T11:30:26.063385Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 26.5.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.