Ethora MCP CLI
JSON →Chat & messaging SDK and cloud platform for your apps. Supports AI agents and RAG bots.
Install
npx -y @ethora/mcp-server Tools · 13
- 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.
Environment variables
ETHORA_B2B_TOKENETHORA_API_URLETHORA_BASE_URL
Links
★ 2 GitHub stars