INDIVIDUAL MCP TOOL
get_pricing
Donne les tarifs de mastering de MB Mastering, ainsi que les délais, la politique de révisions et les modalités de paiement.
LIVE ENDPOINT
https://mcp.mathieuberthet.com
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mb-mastering]
url = "https://mcp.mathieuberthet.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mb-mastering": {
"type": "http",
"url": "https://mcp.mathieuberthet.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mb-mastering
Remote MCP URL: https://mcp.mathieuberthet.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mb-mastering": {
"url": "https://mcp.mathieuberthet.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mb-mastering": {
"type": "http",
"url": "https://mcp.mathieuberthet.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mb-mastering",
"transport": "streamable-http",
"url": "https://mcp.mathieuberthet.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Recherche dans les contenus de MB Mastering (services de mastering, tarifs, studio, FAQ) et renvoie une liste de résultats avec id, titre, extrait et URL.fetch— Récupère le contenu complet d'un document MB Mastering à partir de son id (obtenu via search).get_services— Liste les services de mastering de MB Mastering (mastering stéréo, stems, à distance, gravure vinyle, numérisation, formation) avec leurs tarifs et descriptions.get_studio_info— Informations sur le studio MB Mastering : fondateur, expérience, adresse à Paris, équipement analogique, liens et réseaux.get_faq— Réponses aux questions fréquentes sur le mastering chez MB Mastering : prix, délais, révisions, travail à distance, gravure vinyle, localisation.send_quote_request— Envoie une demande de devis de mastering à MB Mastering par email.prepare_quote_email— RÉSERVÉ AU STUDIO (token d'administration requis).