← Registry

API Tools

lundio.ch

An MCP server that provides tools to search and retrieve Swiss company registry data, including company details, directors, and recent registry events.

2 endpoints6 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://www.lundio.ch/api/mcp/account

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.lundio-ch]
url = "https://www.lundio.ch/api/mcp/account"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "lundio-ch": {
      "type": "http",
      "url": "https://www.lundio.ch/api/mcp/account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: lundio-ch
Remote MCP URL: https://www.lundio.ch/api/mcp/account

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lundio-ch": {
      "url": "https://www.lundio.ch/api/mcp/account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "lundio-ch": {
      "type": "http",
      "url": "https://www.lundio.ch/api/mcp/account",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "lundio-ch bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "lundio-ch",
  "transport": "streamable-http",
  "url": "https://www.lundio.ch/api/mcp/account",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://www.lundio.ch/api/mcp

No auth detected

MCP server metadata

Name
lundio
Version
1.1.0
Capabilities
tools
Server instructions

Public data from the Swiss commercial register (SHAB/FOSC/FUSC, Zefix): company search, company details, recent registrations, and the Lundio solvency score (12-month bankruptcy risk, SA and GmbH only), as a number from 0 to 100 where 50 is the average risk and every 20 points less means twice the risk. Company names and officer roles stay in the official publication language of their canton — they are not translated. Cite the source: this is not an official publication. To read and manage the user's own lists and alerts, connect https://www.lundio.ch/api/mcp/account (OAuth).

Known tools 6

search_companies

Search Swiss companies by registered name.

Inferred read-only
get_company

Details of one Swiss company by its UID (CHE-.

Inferred read-only
list_new_companies

List companies recently entered in the Swiss commercial register for one canton.

Inferred read-only
get_director

Every Swiss company a person serves or has served, by name.

Inferred read-only
list_events

Registry publications (SHAB/FOSC) newest first: new registrations, changes, strike-offs, bankruptcies.

Inferred read-only
get_company_network

The group around one company: its officers, and for each of them the other Swiss companies they serve.

Inferred read-only

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.lundio]
url = "https://www.lundio.ch/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lundio": {
      "type": "http",
      "url": "https://www.lundio.ch/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lundio
Remote MCP URL: https://www.lundio.ch/api/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": {
    "lundio": {
      "url": "https://www.lundio.ch/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lundio": {
      "type": "http",
      "url": "https://www.lundio.ch/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lundio",
  "transport": "streamable-http",
  "url": "https://www.lundio.ch/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.