Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/mistral

REMOTE · MISTRAL.USEFULAPI.IO · SCANNED AUG 3

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

−51 this week 18 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mistral.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-mistral https://mistral.usefulapi.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-mistral]
url = "https://mistral.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-mistral": {
      "type": "remote",
      "url": "https://mistral.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-mistral --url https://mistral.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-mistral:
    url: "https://mistral.usefulapi.io/mcp"
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-mistral": {
      "type": "http",
      "url": "https://mistral.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −54
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: pass → unverified security
    • Stability: 0.20 → unverified security
    • Transport: pass → fail security
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 2 Aug 26 +54
    • Authorization: unverified → pass security
    • Transport: fail → pass security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −53
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.13 → unverified security
    • Authorization: pass → unverified security
    • Transport: pass → fail security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 0
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 +57
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mistral.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 e944b4f007228eb413f9d4e7a49db0c4
SANs: usefulapi.io, mistral.usefulapi.io, *.mistral.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mistral.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 429
Header Value
x-frame-options SAMEORIGIN
referrer-policy same-origin
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mistral.usefulapi.io/mcp HTTP error 429
http (plaintext) http://mistral.usefulapi.io/mcp Inconclusive 429
MCP tools — 15 exposed · ~1,174 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
mistral_cancel_batch_job ~63

Cancels a running Mistral batch job — stops processing and further billing for that job. Management API: POST /v1/batch/jobs/{job_id}/cancel.

NameTypeReqDescription
job_idstringyesThe batch job id (UUID) to cancel.

No output schema declared.

No examples provided.

mistral_create_agent ~174

Creates a Mistral Agent (additive configuration). Management API: POST /v1/agents. Requires model and name; instructions, tools, completion_args, description and handoffs are optional.

NameTypeReqDescription
completion_argsobjectCompletion arguments (temperature, top_p, etc.) as a passthrough object.
descriptionstringFree-text description of the agent.
handoffsarrayAgent ids this agent may hand off to.
instructionsstringSystem instruction prompt the agent follows.
modelstringyesModel powering the agent, e.g. mistral-large-latest.
namestringyesHuman-readable agent name.
toolsarrayTools available to the agent (passthrough objects, e.g. {type:'web_search'}).

No output schema declared.

No examples provided.

mistral_delete_file ~52

Permanently deletes an uploaded file from Mistral. Destructive. Management API: DELETE /v1/files/{file_id}.

NameTypeReqDescription
file_idstringyesThe file id (UUID) to delete.

No output schema declared.

No examples provided.

mistral_get_agent ~43

Retrieve a single agent entity with its configuration. Management API: GET /v1/agents/{agent_id}.

NameTypeReqDescription
agent_idstringyesThe agent id.

No output schema declared.

No examples provided.

mistral_get_batch_job ~49

Retrieve details and status for a single batch job. Management API: GET /v1/batch/jobs/{job_id}.

NameTypeReqDescription
job_idstringyesThe batch job id (UUID).

No output schema declared.

No examples provided.

mistral_get_file ~43

Retrieve metadata about a specific uploaded file. Management API: GET /v1/files/{file_id}.

NameTypeReqDescription
file_idstringyesThe file id (UUID).

No output schema declared.

No examples provided.

mistral_get_file_url ~49

Get a temporary signed download URL for an uploaded file. Management API: GET /v1/files/{file_id}/url.

NameTypeReqDescription
file_idstringyesThe file id (UUID).

No output schema declared.

No examples provided.

mistral_get_library ~44

Retrieve details about a single document library. Management API: GET /v1/libraries/{library_id}.

NameTypeReqDescription
library_idstringyesThe library id (UUID).

No output schema declared.

No examples provided.

mistral_get_model ~62

Retrieve details for a single model (base or fine-tuned). Management API: GET /v1/models/{model_id}.

NameTypeReqDescription
model_idstringyesThe model id, e.g. mistral-large-latest or a fine-tuned model id.

No output schema declared.

No examples provided.

mistral_list_agents ~64

List agent entities in your account, sorted by creation time. Management API: GET /v1/agents.

NameTypeReqDescription
pageintegerPage number (0-indexed). Default 0.
page_sizeintegerAgents per page. Default 20.

No output schema declared.

No examples provided.

mistral_list_batch_jobs ~150

List batch inference jobs for your organization and user, with optional filters. Management API: GET /v1/batch/jobs.

NameTypeReqDescription
created_afterstringISO 8601 date-time; only jobs created after this time.
created_by_mebooleanIf true, only jobs created by the current user. Default false.
modelstringFilter by model name.
pageintegerPage number (0-indexed). Default 0.
page_sizeintegerJobs per page. Default 100.
statusstringFilter by job status, e.g. QUEUED, RUNNING, SUCCESS, FAILED, CANCELLED.

No output schema declared.

No examples provided.

mistral_list_files ~139

List uploaded files belonging to your organization (fine-tune data, batch inputs/outputs, etc.). Management API: GET /v1/files.

NameTypeReqDescription
pageintegerPage number (0-indexed). Default 0.
page_sizeintegerFiles per page. Default 100.
purposestringFilter by purpose, e.g. fine-tune, batch.
sample_typestringFilter by sample type, e.g. instruct, batch_request.
searchstringSearch files by name.
sourcestringFilter by source, e.g. upload, mistral.

No output schema declared.

No examples provided.

mistral_list_libraries ~107

List RAG document libraries you own or that have been shared with you. Management API: GET /v1/libraries.

NameTypeReqDescription
pageintegerDeprecated offset page (use page_token). Default 0.
page_sizeintegerLibraries per page (1-100). Default 100.
page_tokenstringContinuation cursor from a previous response's next_page_token.
searchstringCase-insensitive search on the library name.

No output schema declared.

No examples provided.

mistral_list_library_documents ~96

List the documents uploaded to a given document library. Management API: GET /v1/libraries/{library_id}/documents.

NameTypeReqDescription
library_idstringyesThe library id (UUID).
pageintegerPage number (0-indexed). Default 0.
page_sizeintegerDocuments per page (1-100). Default 100.
searchstringSearch documents by name.

No output schema declared.

No examples provided.

mistral_list_models ~39

List every model available to your account — Mistral base models plus your fine-tuned models. Management API: GET /v1/models.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.