CometChat
Add real-time chat, voice, video, and moderation to your app through any MCP-compatible agent. CometChat’s MCP server lets the agent search official CometChat documentation, fetch any reference page as markdown, and pull curated implementation bundles for React, React Native, Flutter, iOS, Android, the JavaScript SDK, the no-code widget, moderation setup, multi-tenant chat, and presence. Read-only, no
authentication required. Free for your first 100 monthly active users.
epl-mcp
# EPL Language MCP Server
The official Model Context Protocol (MCP) server for the EPL (English Programming Language) ecosystem.
This server provides AI coding assistants with direct access to the EPL runtime, compiler, and documentation. It empowers AI models to securely run EPL code, execute test suites, analyze Abstract Syntax Trees (ASTs), and fetch real-time syntax documentation.
**Key Capabilities:**
- **Code Execution:** Run EPL scripts dynamically and return standard output and errors.
- **AST Generation:** Parse EPL source code into structural JSON trees for deep analysis.
- **Documentation Retrieval:** Fetch the latest EPL language rules and standard library documentation.
- **Test Harness:** Run and evaluate EPL test suites programmatically.