INDIVIDUAL MCP TOOL
get_person
The 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).
LIVE ENDPOINT
https://graph.swiss/.well-known/mcp
Connect to this endpoint to inspect the live schema for get_person 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.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.
Related tools
search_companies— Full-text search of the Swiss commercial register by company name or UID.autocomplete_companies— Fast suggestions (id, name, UID, canton, location) for a partial company name — cheaper than search_companies; resolve the chosen id with get_company.get_company— The 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.search_people— Search natural persons in the Swiss commercial register (board members, managing directors, signatories) by name.