mcpbeat

Mistral MCP Server

io.usefulapi/mistral
not responding

Mistral is listed as active in the registry but did not answer our last check. It exposes 15 tools. Last commit 1 Aug 2026.

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

Uptime history 42 hours of history · worst hour 0%
42 hours agonow
28.6%
Uptime 24h
26 of 91 checks
15
Tools
read from the server
175 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 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 43 ms 13 min ago

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 26 of 91 checks got a reply (28.6%), average response time 175 ms. The bar chart above shows every period we have measured.
The registry lists Mistral as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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 175 ms on average, which is faster than 68% 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.