mcpbeat Sign in

Mistral MCP Server

answering

Mistral is answering right now. Last checked 10 min ago. It exposes 15 tools. Last commit 1 Sep 2026.

Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries.

Uptime history 47 days of history · worst day 22%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
15
Tools
read from the server
170 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Mistral every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add mistral --transport http https://mistral.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mistral": {
      "url": "https://mistral.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mistral]
url = "https://mistral.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mistral": {
      "url": "https://mistral.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mistral": {
      "url": "https://mistral.usefulapi.io/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mistral
mistral_cancel_batch_job
Cancels a running Mistral batch job — stops processing and further billing for that job. Management API: POST /v1/batch/jobs/{job_id}/cancel.
mistral_create_agent
Creates a Mistral Agent (additive configuration). Management API: POST /v1/agents. Requires model and name; instructions, tools, completion_args, description and handoffs are optional.
mistral_delete_file
Permanently deletes an uploaded file from Mistral. Destructive. Management API: DELETE /v1/files/{file_id}.
mistral_get_agent
Retrieve a single agent entity with its configuration. Management API: GET /v1/agents/{agent_id}.
mistral_get_batch_job
Retrieve details and status for a single batch job. Management API: GET /v1/batch/jobs/{job_id}.
mistral_get_file
Retrieve metadata about a specific uploaded file. Management API: GET /v1/files/{file_id}.
mistral_get_file_url
Get a temporary signed download URL for an uploaded file. Management API: GET /v1/files/{file_id}/url.
mistral_get_library
Retrieve details about a single document library. Management API: GET /v1/libraries/{library_id}.
mistral_get_model
Retrieve details for a single model (base or fine-tuned). Management API: GET /v1/models/{model_id}.
mistral_list_agents
List agent entities in your account, sorted by creation time. Management API: GET /v1/agents.
mistral_list_batch_jobs
List batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.
mistral_list_files
List uploaded files belonging to your organization (fine-tune data, batch inputs/outputs, etc.). Management API: GET /v1/files.
mistral_list_libraries
List RAG document libraries you own or that have been shared with you. Management API: GET /v1/libraries.
mistral_list_library_documents
List the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.
mistral_list_models
List every model available to your account — Mistral base models plus your fine-tuned models. Management API: GET /v1/models.

Endpoints

URLTransportStateLatencyChecked
https://mistral.usefulapi.io/mcp streamable-http answering 45 ms 10 min ago

Alternatives to Mistral

same job, measured the same way
Ragie
by mcparmory

Ingest, manage, and retrieve documents for RAG-powered AI applications

261 installs/wk local only
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
FlexOrch
by dev-flexorch

Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.

806 installs/wk local only
I
Vector Memory
by neerajg03

Semantic document memory using Redis vector store. Save and recall files with natural language.

205 installs/wk local only
Rippr MCP
by mrslbt

Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows.

42 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
Tillpad
by cnrcode

Bounded KVP, RAG search, and wipe receipts for agent jobs over remote MCP

answering
Changegamer
by beneb89

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

14 tools answering

Mistral — questions

Answers built from our own checks of this server.

What can Mistral do?
It exposes 15 tools, read directly from the server on our last check. Among them: mistral_cancel_batch_job, mistral_create_agent, mistral_delete_file, mistral_get_agent, mistral_get_batch_job, mistral_get_file and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Mistral working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 170 ms. The bar chart above shows every period we have measured.
How do I connect Mistral?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Mistral need an API key?
No. Mistral completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Mistral?
It answers our handshake in 170 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Mistral open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.