Mistral Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mistral Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A comprehensive MCP (Model Context Protocol) server providing full access to the Mistral AI API. This server enables AI assistants like Claude to interact with all Mistral AI capabilities including chat completion, embeddings, fine-tuning, agents, OCR, audio transcription, and more.
# Clone the repository
git clone https://github.com/firstcastsolutions/mistral-mcp-server.git
cd mistral-mcp-server
# Install dependencies
npm install
# Build the project
npm run buildSet the required environment variable:
export MISTRAL_API_KEY="your-mistral-api-key"Add to your claude_desktop_config.json:
{
"mcpServers": {
"mistral": {
"command": "node",
"args": ["/path/to/mistral-mcp-server/dist/index.js"],
"env": {
"MISTRAL_API_KEY": "your-api-key"
}
}
}
}export MISTRAL_API_KEY="your-api-key"
npm startMIT - First Cast Solutions LLC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.