lechatai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lechatai-mcplist available Le Chat models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Le Chat AI MCP Server
Le Chat AI: Independent guide to Mistral's Le Chat
A Model Context Protocol server that exposes the canonical Le Chat AI knowledge surface — models, prompts, and chat workflows, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://lechatai.online
💬 About Le Chat AI
LeChat AI (lechatai.online) is an independent guide and resource hub for Mistral's Le Chat conversational AI platform. The site covers the platform's capabilities in depth — from its speed benchmarks and pricing tiers to its European data compliance stance and open-weight model philosophy. Visitors can read structured comparisons, tutorials, and feature breakdowns, and follow direct links to test Le Chat themselves. The content is oriented toward helping individuals and organizations evaluate whether Le Chat fits their needs, particularly those comparing it against ChatGPT, Claude, Gemini, or other mainstream AI assistants.
Related MCP server: meigenai-mcp
Key Features
Flash Answers: Near-instantaneous response generation powered by Cerebras WSE-3 hardware, reaching approximately 1,000 tokens per second — one of the fastest inference speeds available in a consumer-facing AI product.
Deep Research: An automated research mode that synthesizes information from multiple sources and returns structured, cited reports — suited for market analysis, academic literature reviews, and competitive comparisons.
Document analysis: Native support for large PDF imports (50+ pages) with summarization and in-line citation, allowing users to interrogate long documents without manual reading.
MCP connectors: Over 20 integrations with third-party platforms including GitHub, Snowflake, and Atlassian, enabling Le Chat to pull live data from internal systems during conversations.
Memories: Persistent cross-session context so the assistant retains relevant preferences and prior conversation details over time.
Canvas workspace: A collaborative, document-style workspace for drafting and iterating on longer-form outputs alongside the assistant.
No Telemetry mode: Available on the Pro tier, this option disables usage data collection — a meaningful option for privacy-conscious teams.
Use Cases
Enterprise research workflows: Teams use Deep Research to produce sourced briefings on competitors, technologies, or regulatory landscapes without manual aggregation.
Document review: Legal, compliance, and finance professionals import large PDFs and ask targeted questions, receiving cited answers rather than raw text.
Developer tooling: Engineering teams connect Le Chat to GitHub or internal databases via MCP connectors to query codebases, pull request histories, or data pipelines in natural language.
Privacy-first AI adoption: European organizations subject to GDPR constraints evaluate Le Chat as a compliant alternative to US-hosted AI services, with EU data residency and telemetry controls.
AI platform comparison: Individuals and procurement teams use the site's structured breakdowns to compare Le Chat's pricing (approximately $14.99/month for Pro) and capabilities against competing platforms before committing.
Who Is It For
The primary audience is professionals and organizations already using or evaluating AI assistants who want a clear, detailed picture of what Le Chat offers. This includes enterprise IT and procurement teams assessing compliance requirements, developers looking for open-weight model deployability, and European companies that need GDPR-aligned tools with EU data hosting. It also serves individual power users who care about response speed, document handling depth, or third-party integrations — and who want a straightforward comparison rather than marketing material. The site assumes some familiarity with conversational AI but does not require technical expertise.
Tools
list_models
Return the canonical list of chat models exposed on the site, with capability notes. (Le Chat AI)
Input: no parameters. Returns: text/markdown.
get_pricing
Return the canonical pricing entry point for Le Chat AI.
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for Le Chat AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://lechatai/models— Supported chat models and capability notes.site://lechatai/pricing— Canonical pricing entry point.site://lechatai/faq— Short FAQ generated from public site metadata.site://lechatai/links— Canonical URLs to share with users.
Prompts
tell_me_about_lechatai
Summarize what the site is, who it's for, and how it works. — Le Chat AI
start_chat_session_lechatai
Open a chat-evaluation session against the site's models, with sensible defaults. — Le Chat AI
Installation
Install via Smithery
npx -y @smithery/cli install lechatai-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/lechatai-mcp.git
cd lechatai-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"lechatai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/lechatai-mcp/src/index.mjs"
]
}
}
}Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjsOfficial Links
Website: https://lechatai.online
Pricing: https://lechatai.online/pricing
GitHub: https://github.com/Rocniubi/MSA
Support: support@lechatai.online
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Available Tools
3 toolsget_official_linksA
Return the canonical list of official links for Le Chat AI (website, support, docs when available).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description discloses it returns a canonical list with specific categories (website, support, docs when available) but does not detail output format or potential behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, direct and informative, no redundant words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters and no output schema, the description adequately covers the tool's purpose and context, especially with sibling tools providing contrast.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist; schema coverage is 100% (empty schema). Baseline 4 is appropriate as description adds no param info but none is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'Return' and resource 'canonical list of official links for Le Chat AI', clearly distinguishing from siblings list_models and get_pricing which return different information.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies usage context for obtaining official links, and siblings serve different purposes, but no explicit when-not or alternative guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricingB
Return the canonical pricing entry point for Le Chat AI.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must disclose behavior. It only states 'Return the canonical pricing entry point' without explaining what that entails (e.g., URL, text, or data), leaving ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence is concise but uses vague phrasing ('pricing entry point') that reduces clarity. Not front-loaded with key information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema or return value description, the tool is incomplete. Agent cannot know what to expect from the response, which is critical for tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist, and schema description coverage is 100%. Baseline for 0 parameters is 4; description adds no param info but does not detract.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'Return' and explicitly names the resource 'canonical pricing entry point for Le Chat AI', clearly distinguishing from sibling tools list_models and get_official_links.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus siblings or any exclusions. The description is minimal and does not provide context for invocation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_modelsA
Return the canonical list of chat models exposed on the site, with capability notes. (Le Chat AI)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description bears full burden. It states 'canonical list' and 'capability notes' but does not explicitly declare read-only nature or safety implications. For a list operation, this is acceptable but not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single clear sentence with no extraneous words. Front-loaded with key action and resource.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, so description should explain return format. Mentions 'list of chat models with capability notes' but lacks specifics on structure (e.g., model IDs, names). For a simple tool, minimally adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Tool has zero parameters. Description adds no parameter info, but with 0 params, baseline is 4 per instructions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the verb 'Return' and the resource 'canonical list of chat models'. It distinguishes from sibling tools (get_pricing, get_official_links) by focusing on model listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not-to-use guidance. Context signals show no parameters and existence of sibling tools, but description does not provide usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v0.1.0- First observed
get_official_links - First observed
get_pricing - First observed
list_models
TDQS
Each tool targets a distinct aspect: list_models for models, get_pricing for pricing, get_official_links for links. No overlap or ambiguity.
All tool names follow the consistent verb_noun snake_case pattern (list_models, get_pricing, get_official_links), providing predictability.
The server has exactly 3 tools, which is well-scoped for its purpose of providing informational resources about Le Chat AI. Each tool serves a clear purpose without excess.
The tools cover the core informational needs (models, pricing, official links). A minor gap is the lack of a tool for status or version info, but the set is reasonable for the domain.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.
Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Related MCP Servers
- AlicenseAqualityCmaintenanceRead-only MCP server exposing Muse AI Image's styles, pricing, FAQ, and official links to AI clients like Claude Desktop, enabling knowledge retrieval without API keys.3MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that exposes Meigen AI's image generation styles, pricing, FAQ, and official links to AI clients.3MIT
- AlicenseAqualityCmaintenanceRead-only MCP server exposing AI Room Design's image generation styles, pricing, FAQ, and official links to MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.3MIT
- AlicenseAqualityCmaintenanceA read-only MCP server that exposes Qwen AI chat models, pricing, and official links to MCP-compatible clients without requiring API keys.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/lechatai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server