[](https://github.com/dealfluence/adeu) [![MCP
Ethora is installed from its publisher's own source and answers where it runs, so this marketplace is not in the path of a single call. There is no address here to send one to, and a panel that pretended otherwise would be showing you an answer we made up. Install it and call it from your own client — the Installation tab has the entry for each one.
Open InstallationWhat it does
MCP server for the Ethora chat & messaging platform: login, manage apps and chat rooms, broadcast messages, and deploy AI agents / chatbots with RAG sources.
Quickstart
# 1 — run it from where its publisher ships it
npx -y @ethora/mcp-server
# 2 — ask your agent something
> MCP server for the Ethora chat & messaging platform: login, manage apps and chat rooms, broadcast messages, and deploy AI agents / chatbots
Ethora is free: there is no plan to choose, no cap to set and nothing that can bill you.
Collected from a public index. Nobody has claimed this account, so nothing here was written by its author — claim it if it is yours.
Where are you running it?
Every route below installs the same thing and ends at the same approval screen. This one runs on your machine: your client starts Ethora as a process under your own user, with your files and your network, so the tool surface below is what it can do to your computer rather than to a server somewhere else. It is scanned, signed and pinned to the version you choose — read the surface before you approve it.
This is a public server: you run it yourself and this marketplace is not in the path. Claude Code registers it in one command.
claude mcp add ethora-mcp -- npx -y @ethora/mcp-serverReconnect, or start a new session, and the tools appear in the model’s tool list.
Nothing is required, but it can take ETHORA_API_URL, ETHORA_BASE_URL, ETHORA_APP_JWT, ETHORA_B2B_TOKEN, ETHORA_MCP_ENABLE_DANGEROUS_TOOLS if you want to set them.
One config entry your client uses to start the process locally. A local server runs with your file system and your network, which is why it is priced without metering.
80 tools, with what each one reads, writes and reaches shown before you agree — the same list on every route above. Read the tool surface.
Tool surface
What the model actually sees. Descriptions are diffed on every release — see version history.
Takes no parameters.
Report the current Ethora MCP session state: configured API URL, active auth mode, which credentials are present (booleans like
Takes no parameters.
Takes no parameters.
Execute a built-in recipe — an ordered sequence of this server
Takes no parameters.
Diagnose the session: validate the config is internally consistent for the active auth mode and ping the Ethora API (
Takes no parameters.
Switch this session
Takes no parameters.
Switch this session
Takes no parameters.
Switch this session
Takes no parameters.
Set the current app context for this session so app-scoped tools can omit their
Takes no parameters.
Set the current saved-agent context for this session, so agent-scoped tools can omit their
Takes no parameters.
Enqueue an asynchronous broadcast job posting a message to one or more chat rooms of an app — returns a
Takes no parameters.
Fetch the current status and per-room results of a broadcast job by
Takes no parameters.
Block until a broadcast job reaches a terminal state (
Takes no parameters.
Upload 1–5 files to the authenticated user
Takes no parameters.
List the authenticated user
Takes no parameters.
Permanently delete one of the authenticated user
Takes no parameters.
Upload documents (1–5; PDF, text, etc.) into an app
Takes no parameters.
Remove a previously ingested document from an app
Takes no parameters.
Authenticate as an existing Ethora user with email + password. Stores the user session token in this MCP session and unlocks user-auth tools (
Takes no parameters.
Register a new Ethora end-user account by email + first/last name. Creates a pending user record and triggers a verification email — the user must click the link before
Takes no parameters.
List all Ethora apps (tenants) owned by the currently logged-in user. Returns an array with
Takes no parameters.
Create a new Ethora app (tenant) owned by the currently logged-in user. Allocates a fresh 24-char hex
Takes no parameters.
Takes no parameters.
Update mutable fields on an app the caller owns (displayName, domainName, appDescription, primaryColor, botStatus). Partial update — omitted fields are left unchanged.\nAuth: user-auth mode, active session; the caller must own the app. Errors: 401 not logged in; 403 not owner; 404 unknown
Takes no parameters.
List the default chat rooms (MUC rooms) of the currently selected Ethora app — every new user auto-joins these. Returns rooms with their JIDs and titles.\nAuth: user-auth mode, active session; operates against the app set via
Takes no parameters.
List the default chat rooms of a specific Ethora app, passed via
Takes no parameters.
Create a new chat room (MUC room) inside an app the caller owns. If
Takes no parameters.
Takes no parameters.
Read the authenticated user
Takes no parameters.
Send ERC-20 tokens from the authenticated user
Takes no parameters.
Create a new Ethora app (tenant) server-side using B2B auth — the partner/integrator equivalent of
Takes no parameters.
Enable the LEGACY per-app aiBot (B2B auth). NOTE: apps created via the API/B2B no longer auto-provision a legacy aiBot, so this returns 422 BOT_NOT_INITIALIZED on a clean app. The forward path for B2B AI is the Agents API — use
Takes no parameters.
Read the current AI bot configuration for an app: status, trigger, prompt, greeting, LLM provider/model, RAG settings, widget config.\nAuth: app-token mode OR B2B mode with an explicit
Takes no parameters.
Configure the AI bot for an app — prompt, LLM, trigger, greeting, RAG behavior, identity, and public widget settings. Partial update — omitted fields are left unchanged.
Takes no parameters.
List the reusable saved agents owned by the current app (
Takes no parameters.
Fetch one reusable saved agent
Takes no parameters.
Takes no parameters.
Update a saved AI agent (PUT /v2/agents/:agentId). All fields are optional — only what you pass is updated. Common uses: tune the system
Takes no parameters.
Duplicate an existing saved agent into a new agent, optionally overriding its name/slug/summary (
Takes no parameters.
Bind a saved agent as the active AI bot for the current app — copies the agent
Takes no parameters.
Set an Agent
Takes no parameters.
Takes no parameters.
Append a fragment to an Agent
Takes no parameters.
Replace an Agent
Takes no parameters.
List BotInstances. Filter by appId (caller
Takes no parameters.
Turn a specific BotInstance on or off. Off detaches it from XMPP; on re-spawns the XMPP client live.
Takes no parameters.
Delete an Agent (DELETE /v2/agents/:idOrAddress). Destructive — removes the saved Agent and its BotInstances. Gated behind ETHORA_ENABLE_DANGEROUS_TOOLS.
Takes no parameters.
Export an Agent as a portable bundle (GET /v2/agents/:idOrAddress/export). format=json returns the bundle object directly; feed it back to
Takes no parameters.
Import an Agent from a bundle produced by
Takes no parameters.
Diagnose a specific BotInstance for an Agent (GET /v2/agents/:idOrAddress/bot-instances/:botInstanceId/diag). Returns live XMPP/ai-service status and recent activity for troubleshooting.
Takes no parameters.
Send a test message from a BotInstance (POST /v2/agents/:idOrAddress/bot-instances/:botInstanceId/test-message). Omit roomJid to fan out to every room the BotInstance is in. Requires the ai-service to be running.
Takes no parameters.
Remove a BotInstance from a chat room (POST /v2/agents/:idOrAddress/bot-instances/:botInstanceId/leave-chat). The inverse of
Takes no parameters.
Search an App
Takes no parameters.
Fetch the messages surrounding a target message (GET /v2/apps/:appId/chats/:chatId/messages/context). Provide either aroundStanzaId or aroundMessageId; radius controls how many messages before/after.
Takes no parameters.
Batch per-room unread message counts for a set of users (POST /v2/apps/:appId/users/unread-counts). mode=count returns numbers (capped); mode=flag returns booleans. Requires Mongo message archiving enabled on the deployment.
Takes no parameters.
Export an App as a portable bundle (GET /v2/apps/:appId/export). format=json returns the bundle object directly. Use
Takes no parameters.
Import an App from a bundle produced by
Takes no parameters.
Enable the LEGACY per-app aiBot using app-token or B2B auth. NOTE: clean API/B2B-created apps have no legacy aiBot, so this returns 422 BOT_NOT_INITIALIZED there — use the Agents API (
Takes no parameters.
Turn the AI bot off for an app (sets bot
Takes no parameters.
Read the public chat-widget / embed configuration for the current app
Takes no parameters.
Send a message through the app
Takes no parameters.
Read the persisted message history of a chat automation session — the conversation produced by
Takes no parameters.
Compatibility alias for
Takes no parameters.
Compatibility alias for
Takes no parameters.
Dot-namespaced alias for
Takes no parameters.
Dot-namespaced alias for
Takes no parameters.
Dot-namespaced alias for
Takes no parameters.
Dot-namespaced sibling of
Takes no parameters.
Dot-namespaced alias for
Takes no parameters.
Takes no parameters.
Generate a ready-to-paste React
Takes no parameters.
Generate
Takes no parameters.
Generate a human-readable runbook listing this server
Takes no parameters.
Crawl a website URL and ingest its content into an app
Takes no parameters.
Re-crawl and re-embed a previously crawled URL by its
Takes no parameters.
Crawl a website URL and block until the server finishes — a single-call, long-timeout variant of
Takes no parameters.
Re-crawl and re-embed a previously crawled URL and block until the server finishes — a single-call, long-timeout variant of
Takes no parameters.
List an app
Takes no parameters.
Set the RAG retrieval tags on a crawled website source — replaces the source
Takes no parameters.
Provision many Ethora users (1–100) in one asynchronous batch job — the bulk equivalent of
Takes no parameters.
- Every tool, no call limit
- No card, no account needed
- Source published under a licence you can read
- Runs on your machine — nothing of it reaches our gateway
- Nothing to cap, because nothing bills
What counts against your monthly calls
| Tool | Unit | Calls used | Out of the allowance |
|---|
Nothing here is billable. Ethora costs nothing to install and nothing to call, at any volume.
Two independent axes, because powerful and malicious are different questions. The grade is threat only. The capability level is blast radius, and it is never a penalty on the grade — it is priced as one subtract-only term in the score, where you can see it.
| Term | Level | What it prices | Points |
|---|---|---|---|
| capability-exposure | moderate | capability blast radius (moderate) — client exposure if the model is manipulated | −3 |
| verification-discount | repo | publisher verification (public source) — no provenance, but the source is public and inspectable | −1 |
| coverage-honesty | source | inspection depth (source) — how much of the target the scan could see | −0 |
What the scan could actually read
A grade is only as meaningful as its coverage, so the scanner publishes its own depth before it publishes its result.
Tools were statically extracted from the published source (80 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command "npx -y <package>".
Capability — what it could do if the model were manipulated
Tags derived from each tool’s schema and the implementation, not from what the tool calls itself. moderate is the level these add up to.
| Tool | Capability tags | Why the tag was assigned |
|---|---|---|
| ethora-configure | no tags | |
| ethora-status | no tags | |
| ethora-help | no tags | |
| ethora-run-recipe | no tags | |
| ethora-doctor | no tags | |
| ethora-auth-use-app | no tags | |
| ethora-auth-use-user | no tags | |
| ethora-auth-use-b2b | no tags | |
| ethora-app-select | no tags | |
| ethora-agent-select | no tags | |
| ethora-chats-broadcast-v2 | no tags | |
| ethora-chats-broadcast-job-v2 | untrusted-input | |
| ethora-wait-broadcast-job-v2 | no tags | |
| ethora-files-upload-v2 | no tags | |
| ethora-files-get-v2 | untrusted-input | |
| ethora-files-delete-v2 | no tags | |
| ethora-sources-site-crawl | untrusted-input | |
| ethora-sources-site-reindex | untrusted-input | |
| ethora-sources-site-delete-url | no tags | |
| ethora-sources-site-delete-records-v1 | no tags | |
| ethora-sources-docs-upload | no tags | |
| ethora-sources-docs-delete | no tags | |
| ethora-user-login | no tags | |
| ethora-user-register | no tags | |
| ethora-app-list | no tags | |
| ethora-app-create | no tags | |
| ethora-app-delete | no tags | |
| ethora-app-update | no tags | |
| ethora-app-get-default-rooms | no tags | |
| ethora-app-get-default-rooms-with-app-id | no tags | |
| ethora-app-create-chat | no tags | |
| ethora-app-delete-chat | no tags | |
| ethora-wallet-get-balance | no tags | |
| ethora-wallet-erc20-transfer | no tags | |
| ethora-b2b-app-create | no tags | |
| ethora-b2b-bot-enable | no tags | |
| ethora-bot-get-v2 | no tags | |
| ethora-bot-update-v2 | no tags | |
| ethora-agents-list-v2 | no tags | |
| ethora-agents-get-v2 | untrusted-input | |
| ethora-agents-create-v2 | no tags | |
| ethora-agents-update-v2 | no tags | |
| ethora-agents-clone-v2 | no tags | |
| ethora-agents-activate-v2 | no tags | |
| ethora-bot-enable-v2 | no tags | |
| ethora-bot-disable-v2 | no tags | |
| ethora-bot-widget-v2 | no tags | |
| ethora-chats-message-v2 | no tags | |
| ethora-chats-history-v2 | no tags | |
| ethora-bot-message-v2 | no tags | |
| ethora-bot-history-v2 | no tags | |
| ethora.b2b.auth.use | no tags | |
| ethora.b2b.app.create | no tags | |
| ethora.b2b.bot.enable | no tags | |
| ethora.b2b.broadcast.wait | no tags | |
| ethora.b2b.app.bootstrap-ai | no tags | |
| ethora-b2b-app-bootstrap-ai | untrusted-input | |
| ethora-generate-chat-component-app-tsx | no tags | |
| ethora-generate-env-examples | no tags | |
| ethora-generate-b2b-bootstrap-runbook | no tags | |
| ethora-sources-site-crawl-v2 | untrusted-input | |
| ethora-sources-site-reindex-v2 | untrusted-input | |
| ethora-sources-site-crawl-v2-wait | untrusted-input | |
| ethora-sources-site-reindex-v2-wait | untrusted-input | |
| ethora-sources-site-list-v2 | no tags | |
| ethora-sources-site-tags-update-v2 | no tags | |
| ethora-users-batch-create-v2 | no tags | |
| ethora-users-batch-job-v2 | untrusted-input | |
| ethora-wait-users-batch-job-v2 | no tags | |
| ethora-app-tokens-list-v2 | no tags | |
| ethora-app-tokens-create-v2 | no tags | |
| ethora-app-tokens-rotate-v2 | no tags | |
| ethora-app-tokens-revoke-v2 | no tags | |
| ethora-b2b-app-provision | no tags | |
| ethora-sources-site-delete-url-v2 | no tags | |
| ethora-sources-site-delete-url-v2-batch | no tags | |
| ethora-sources-docs-upload-v2 | no tags | |
| ethora-sources-docs-delete-v2 | no tags | |
| ethora-sources-docs-list-v2 | no tags | |
| ethora-sources-docs-tags-update-v2 | no tags |
Toxic-flow graph
The lethal trifecta, checked as a graph rather than as a checklist: untrusted input, a sensitive source and an external sink have to meet before there is a path worth worrying about.
The public result for this release does not print the flow graph, so there is nothing to show here. That is not the same as "no paths were found": what the scan did read is above, under coverage.
Supply chain and provenance
This is the first scan of this surface here, so there is nothing yet to compare it against.
Every result on this tab comes from one deterministic pass over the published package — offline, rule by rule, and auditable line by line above. Same methodology version, same bytes, same score.
Release history
Pinned to 26.5.3 — the install command below asks for that release. A pin is part of an install, so it is kept for this visit and written down when you install.
No release note was published with this version.
Only accounts with at least 50 real tool calls against this server in the last 90 days can post. Ratings are weighted by how much the reviewer actually uses it, and publishers can reply once per review.
Writing one takes an account with at least 50 real tool calls against Ethora in the last 90 days. That is the whole gate — there is no other way to post, which is why the counts beside each review are worth reading.
Nobody has reviewed this listing. The rating on the card is the mean of the reviews written here and nothing else, so there is no rating until somebody writes the first — which takes an account with 50 real tool calls against it.