Protime Support
Connect the commercial register in Claude
Three routes, one address. In the browser it takes under two minutes; Desktop and Code need one entry in a file.
Connector address
https://mcp.protime.ai/mcpThe same address for every route below.
Claude.ai in the browser
The fastest route — nothing to install.
- 1.Click your profile picture → "Connectors".
- 2.Choose "Add custom connector".
- 3.Paste the address and name it "Protime".
- 4.Sign in with your Protime account and confirm. The tools appear in every conversation right away.
Claude Desktop
If you use the Mac or Windows app.
- 1.Settings → "Developer" → "Edit Config" opens claude_desktop_config.json.
- 2.Add the Protime entry below. Existing entries under "mcpServers" stay as they are.
- 3.Quit Claude Desktop and start it again.
- 4.Sign in on first use inside the chat.
{
"mcpServers": {
"protime": {
"type": "http",
"url": "https://mcp.protime.ai/mcp"
}
}
}Claude Code
In the terminal, for developers.
- 1.Create .mcp.json in your project root — or ~/.claude/.mcp.json for every project.
- 2.Use the same entry as for Claude Desktop.
- 3.Close and reopen Claude Code so the server loads.
{
"mcpServers": {
"protime": {
"type": "http",
"url": "https://mcp.protime.ai/mcp"
}
}
}A first question to try
«Is Loeb AG in Bern still active, and what has changed there since 2020?»