API Tools
graph.swiss
An MCP server that provides tools to search and retrieve Swiss commercial register data for companies and people.
ENDPOINT 1
https://graph.swiss/mcp
MCP server metadata
- Name
- swiss-graph
- Version
- 1.0.0
Swiss Graph (https://graph.swiss) is a searchable graph of the Swiss commercial register, sourced from the Swiss Official Gazette of Commerce (SHAB/SOGC). Use these tools when a question is about a SWISS company or the people who run one: resolving a name or UID (CHE-…) to a registry record, legal form, status, address, NOGA industry, who sits on the board or signs today, which mandates a person holds, or what the gazette last published about a company. Workflow: autocomplete_companies or search_companies → get_company (by id); search_people → get_person (by id). Ids are stable Swiss Graph ids; every record carries a canonical profile url and a markdown_url fact sheet you can cite. Limits: registry facts only (no contact details, no financials, no non-Swiss companies); present officers only and the newest 3 publications per company; searches page through at most 45 rows — narrow the query instead of paging deeper. Persons the register has redacted appear as "Redacted person" and have no record. For metered volume access or full-depth data use the keyed Graph Swiss API (https://docs.graph.swiss/). Human guide: https://graph.swiss/developer.
Known tools 5
search_companiesFull-text search of the Swiss commercial register by company name or UID.
Inferred read-onlyautocomplete_companiesFast suggestions (id, name, UID, canton, location) for a partial company name — cheaper than search_companies; resolve the chosen id with get_company.
Inferred read-onlyget_companyThe full registry record of one company by Swiss Graph id: UID, legal form, status, address, purpose, capital, previous names, NOGA industry classification, the present board with signing authority, and the newest 3 gazette publications.
Inferred read-onlysearch_peopleSearch natural persons in the Swiss commercial register (board members, managing directors, signatories) by name.
Inferred read-onlyget_personThe registry record of one person by Swiss Graph id: name, residence, nationality, status and every company mandate (role, signing authority, whether the company is still active).
Inferred read-onlyCONNECT 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.swiss-graph]
url = "https://graph.swiss/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swiss-graph": {
"type": "http",
"url": "https://graph.swiss/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swiss-graph
Remote MCP URL: https://graph.swiss/mcp
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": {
"swiss-graph": {
"url": "https://graph.swiss/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swiss-graph": {
"type": "http",
"url": "https://graph.swiss/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swiss-graph",
"transport": "streamable-http",
"url": "https://graph.swiss/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://graph.swiss/.well-known/mcp
MCP server metadata
- Name
- swiss-graph
- Version
- 1.0.0
Swiss Graph (https://graph.swiss) is a searchable graph of the Swiss commercial register, sourced from the Swiss Official Gazette of Commerce (SHAB/SOGC). Use these tools when a question is about a SWISS company or the people who run one: resolving a name or UID (CHE-…) to a registry record, legal form, status, address, NOGA industry, who sits on the board or signs today, which mandates a person holds, or what the gazette last published about a company. Workflow: autocomplete_companies or search_companies → get_company (by id); search_people → get_person (by id). Ids are stable Swiss Graph ids; every record carries a canonical profile url and a markdown_url fact sheet you can cite. Limits: registry facts only (no contact details, no financials, no non-Swiss companies); present officers only and the newest 3 publications per company; searches page through at most 45 rows — narrow the query instead of paging deeper. Persons the register has redacted appear as "Redacted person" and have no record. For metered volume access or full-depth data use the keyed Graph Swiss API (https://docs.graph.swiss/). Human guide: https://graph.swiss/developer.
Known tools 5
search_companiesFull-text search of the Swiss commercial register by company name or UID.
Inferred read-onlyautocomplete_companiesFast suggestions (id, name, UID, canton, location) for a partial company name — cheaper than search_companies; resolve the chosen id with get_company.
Inferred read-onlyget_companyThe full registry record of one company by Swiss Graph id: UID, legal form, status, address, purpose, capital, previous names, NOGA industry classification, the present board with signing authority, and the newest 3 gazette publications.
Inferred read-onlysearch_peopleSearch natural persons in the Swiss commercial register (board members, managing directors, signatories) by name.
Inferred read-onlyget_personThe registry record of one person by Swiss Graph id: name, residence, nationality, status and every company mandate (role, signing authority, whether the company is still active).
Inferred read-onlyCONNECT 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.swiss-graph]
url = "https://graph.swiss/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swiss-graph": {
"type": "http",
"url": "https://graph.swiss/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swiss-graph
Remote MCP URL: https://graph.swiss/.well-known/mcp
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": {
"swiss-graph": {
"url": "https://graph.swiss/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swiss-graph": {
"type": "http",
"url": "https://graph.swiss/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swiss-graph",
"transport": "streamable-http",
"url": "https://graph.swiss/.well-known/mcp"
}
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.