io.github.dappros/ethora-mcp-server
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<ethora_api_url>",
"ETHORA_BASE_URL": "<ethora_base_url>",
"ETHORA_APP_JWT": "<your-ethora_app_jwt>",
"ETHORA_B2B_TOKEN": "<your-ethora_b2b_token>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<ethora_mcp_enable_dangerous_tools>"
}
}
}
}{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<ethora_api_url>",
"ETHORA_BASE_URL": "<ethora_base_url>",
"ETHORA_APP_JWT": "<your-ethora_app_jwt>",
"ETHORA_B2B_TOKEN": "<your-ethora_b2b_token>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<ethora_mcp_enable_dangerous_tools>"
}
}
}
}npx -y @ethora/mcp-serverETHORA_API_URLFull Ethora API URL. Defaults to https://api.chat.ethora.com/v1 if neither ETHORA_API_URL nor ETHORA_BASE_URL is set.
ETHORA_BASE_URLBase 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.
ETHORA_APP_JWTApp 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.
ETHORA_B2B_TOKENB2B 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.
ETHORA_MCP_ENABLE_DANGEROUS_TOOLSSet to 'true' to expose destructive tools (app deletion, wallet transfers, bulk delete). Disabled by default.
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory.
Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more.