← firmenwatch.ch

INDIVIDUAL MCP TOOL

firma_suchen

Sucht Firmen im Schweizer Handelsregister nach Name oder UID.

firmenwatch.chnone authenticationAvailability not checked

LIVE ENDPOINT

https://firmenwatch.ch/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for firma_suchen 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

firmenwatch.ch

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "firmenwatch",
  "transport": "streamable-http",
  "url": "https://firmenwatch.ch/api/mcp"
}
MCP Inspector

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

Related tools

  • firma_details — Liefert die öffentlichen Angaben zu einer Firma anhand der UID: Stammdaten, Registerkapital nur mit belegter Währung, Personen- und Organabdeckung ohne Namen, Revision, Registerbefunde, belegbare Registerbezüge und den jüngsten Verlauf mit amtlichen Quellen.
  • uid_pruefen — Prüft eine Schweizer UID auf Format und Prüfziffer (Modulo 11 nach Spezifikation des Bundesamts für Statistik) und schlägt sie im Bestand nach.
  • firma_risiko — Fasst zusammen, was im Handelsamtsblatt zu einer Firma publiziert wurde und geschäftlich relevant ist: Konkurs, Liquidation, Nachlassstundung, Kapitalherabsetzung und häufige Organwechsel.
  • tagesbriefing — Liefert die wichtigsten strukturierten Firmenänderungen des jüngsten lückenlos verifizierten Publikationstags und zählt sie nach Art.
  • bestand_status — Trennt die neueste verfügbare Publikation von der lückenlos verifizierten Grenze und meldet den Datenqualitätsstatus.