Skip to content

Swih/mistral-mcp

v0.7.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-skills agent-tools claude claude-code claude-desktop codestral
+14 more
cursor document-ai llm llm-tools mcp mcp-server mcp-servers mistral mistral-ai model-context-protocol ocr typescript voxstral zed

Summary

AI summary

Added six new Claude Code skills and updated prompt templates to Anthropic best practices.

Full changelog

What's new

6 new Claude Code skills (claude-plugin/skills/)

Stateless (Mistral-native):

  • contract-analyzermistral_ocrmistral_chat (mistral-large-latest + json_schema) → risk-rated clause extraction
  • pdf-invoice-extractormistral_ocrmistral_chat (mistral-small-latest + json_schema) → structured invoice fields
  • audio-dispatchvoxtral_transcribe (diarize:true) → per-speaker action plan (core path via json_schema, full path via mistral_classify)

Workflow-oriented (human-in-the-loop via Mistral Workflows):

  • contract-review-workflow — durable contract review with workflow_interact(signal: human_approval) gates
  • compliance-audit-workflow — multi-step audit with mid-run workflow_interact(query: get_findings) + decision signals
  • research-pipeline-workflow — hypothesis-driven research with workflow_interact(query: get_hypotheses) + amendment injection

Prompt engineering improvements (src/prompts.ts)

All 6 prompt templates updated to follow Anthropic best practices:

  • Data before instructions — long inputs wrapped in XML tags (<transcript>, <document>, diff blocks) placed before instructions
  • XML tags for content separation
  • Positive framing throughout (e.g. "Appuie-toi uniquement sur le contenu" vs "N'invente pas")

mistral-router skill updates

  • Added core / full profile column to tools table
  • Fixed reasoning_effort enum: only "none" | "high" (aligned with actual API)
  • Added workflow tools + 6 new skills to decision rules and examples

Stats

  • 174 tests passing (unit + contract + stdio e2e + live API)
  • 22 MCP tools (8 core, full set on MISTRAL_MCP_PROFILE=full)
  • 11 Claude Code skills total (5 legacy + 6 new)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Swih/mistral-mcp

Get notified when new releases ship.

Sign up free

About Swih/mistral-mcp

MCP server exposing 22 Mistral AI capabilities (chat, OCR, audio, vision, agents, embeddings, moderation, classification, files, batch) with dual transport (stdio + Streamable HTTP), structured outputs on every tool, and 6 curated French/English prompts with argument completion. Vendor API key required.

All releases →

Beta — feedback welcome: [email protected]