The most comprehensive signal intelligence on Swiss businesses — 800K+ companies with people, FINMA/SRO regulatory data, building permits, procurement tenders, and AI-enriched profiles from the official commercial register.
概要
SwissRegister MCP Server
The most comprehensive signal intelligence on Swiss businesses — 800K+ companies with people, FINMA/SRO regulatory data, building permits, procurement tenders, and AI-enriched profiles from the official commercial register.
Tools
| Tool | Description |
|---|---|
search_companies | Search by name, keyword, or CHE UID. Optional canton and sector filters. |
get_company | Full profile: AI summary, people, FINMA/SRO regulatory status, permits, procurement links. |
get_specialists | Find trade specialists (Dachdecker, Elektriker, Maler, etc.) by canton. |
| SwissRegister-exclusive. | |
get_permits | Recent Baugesuche (building permit applications) by canton and trade type. |
Auth
Generate a free API key at my-broker.ai → Account → API Access.
- Explorer (free): 10 calls/day — signal counts
- Professional: 200 calls/day — full signal data including people names, permit details
- Developer: 1,000 calls/day — full data
Claude Desktop Config
{
"mcpServers": {
"swissregister": {
"url": "https://swissregister-mcp.onrender.com/sse",
"headers": { "X-SR-Key": "YOUR_KEY" }
}
}
}
Keys at my-broker.ai → Account → API Access.
サーバー設定
{
"mcpServers": {
"swissregister": {
"url": "https://swissregister-mcp.onrender.com/sse",
"headers": {
"X-SR-Key": "<YOUR_SR_API_KEY>"
}
}
}
}