MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
Ethora MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
An MCP (Model Context Protocol) CLI/server that connects popular MCP clients to the Ethora platform — an open-source chat & messaging platform with a built-in AI agent / chatbot framework. This runs locally on a developer machine via stdio rather than as a hosted Ethora service. Use it from Cursor, VS Code MCP, Claude Desktop, or Windsurf/Cline to manage apps and chat rooms, broadcast messages, deploy AI agents / chatbots with RAG sources, and automate B2B provisioning workflows. (ERC-20 wallet tools are also included — see the tool list below.)
Once Ethora is connected, these are the calls the assistant has available:
Success — { ok: true, ts, meta, data }Error — { ok: false, ts, meta, error }, where error includes:code — stable string (prefer API code, otherwise inferred)httpStatus — HTTP status when the failure came from an API callrequestId — request/correlation id if returned by APIhint — 1-line “what to do next”Cursor — Use the **[Add to Cursor](https://cursor.com/en/install-mcp?name=ethora&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBldGhvcmEvbWNwLXNlcnZlciJdfQ%Windsurf — The Windsurf tool exposed by this serverCline — Open the MCP servers panel and edit cline_mcp_settings.json:You will need 3 environment variables: ETHORA_B2B_TOKEN, ETHORA_API_URL, ETHORA_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ethora's toolset — Success, Error, code and 6 more — is a fair guide to whether it matches your workflow. It is maintained by dappros; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ethora's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Success | { ok: true, ts, meta, data } |
| Error | { ok: false, ts, meta, error }, where error includes: |
| code | stable string (prefer API code, otherwise inferred) |
| httpStatus | HTTP status when the failure came from an API call |
| requestId | request/correlation id if returned by API |
| hint | 1-line “what to do next” |
| Cursor | Use the **[Add to Cursor](https://cursor.com/en/install-mcp?name=ethora&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBldGhvcmEvbWNwLXNlcnZlciJdfQ%3D%3D)** button above, or manually: **Settings → MCP → Add new global |
| Windsurf | The Windsurf tool exposed by this server. |
| Cline | Open the MCP servers panel and edit cline_mcp_settings.json: |
{
"mcpServers": {
"ethora": {
"command": "npx",
"args": ["-y", "@ethora/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ETHORA_B2B_TOKEN | Credential the server authenticates with. | Yes |
| ETHORA_API_URL | Endpoint or connection string the server talks to. | Yes |
| ETHORA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.