Developer Tools
mathieuberthet.com
Provides an API to search and retrieve information about MB Mastering's services, pricing, and studio details.
ENDPOINT 1
https://mcp.mathieuberthet.com
MCP server metadata
- Name
- mb-mastering
- Version
- 1.3.0
Serveur du studio MB Mastering (Mathieu Berthet, Paris). Utilise search/fetch pour la recherche documentaire, les tools get_* pour services, tarifs, infos studio et FAQ, ou send_quote_request pour envoyer une demande de devis. prepare_quote_email est réservé au studio (token d'administration).
Known tools 8
searchRecherche 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.
Inferred read-onlyfetchRécupère le contenu complet d'un document MB Mastering à partir de son id (obtenu via search).
Inferred read-onlyget_servicesListe les services de mastering de MB Mastering (mastering stéréo, stems, à distance, gravure vinyle, numérisation, formation) avec leurs tarifs et descriptions.
Inferred read-onlyget_pricingDonne les tarifs de mastering de MB Mastering, ainsi que les délais, la politique de révisions et les modalités de paiement.
Inferred read-onlyget_studio_infoInformations sur le studio MB Mastering : fondateur, expérience, adresse à Paris, équipement analogique, liens et réseaux.
Inferred read-onlyget_faqRéponses aux questions fréquentes sur le mastering chez MB Mastering : prix, délais, révisions, travail à distance, gravure vinyle, localisation.
Inferred read-onlysend_quote_requestEnvoie une demande de devis de mastering à MB Mastering par email.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.