MCP Servers / development / Ethora MCP CLI

Ethora MCP CLI

JSON →
stdionone2development

Chat & messaging SDK and cloud platform for your apps. Supports AI agents and RAG bots.

Install
How to run this server
[ { "cmd": "npx -y @ethora/mcp-server", "imports": [] } ]
server path: ethora-mcp-cli
Tools
What this server exposes
ethora-doctor
Confirms the server is up and can reach the Ethora API. No credentials needed.
ethora-configure
Set API URL plus App JWT or B2B token for configuration.
ethora-auth-use-user
Switch to user authentication mode for user-auth flows.
ethora-user-login
Login with email and password for user authentication.
ethora-app-list
List your apps.
ethora-help
Reads your current state and tells you the next call.
ethora-auth-use-b2b
Switch to B2B authentication mode for tenant-actor routes.
ethora-auth-use-app
Switch to app-scoped convenience routes powered by appToken.
ethora-app-select
Select an app for app-scoped operations.
ethora-run-recipe
Run a recipe; call with goal 'auto' and omit recipeId to list runnable recipes.
ethora-generate-chat-component-app-tsx
Generate a ready-to-paste App.tsx snippet for @ethora/chat-component.
ethora-generate-env-examples
Generate .env.example templates for frontend chat component, backend SDK integration, and MCP usage.
ethora-generate-b2b-bootstrap-runbook
Generate a minimal 'call these MCP tools in order' runbook for B2B bootstrap.
Configuration
Environment & auth
authnone
envETHORA_B2B_TOKEN
envETHORA_API_URL
envETHORA_BASE_URL
Resources
Ethora MCP CLI — MCP Server · libregistry