← openswissdata.com

INDIVIDUAL MCP TOOL

tariff_semantic_search

Semantic search across Swiss customs tariff (TARES) descriptions in French.

openswissdata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.openswissdata.com/jsonrpc

No auth detected

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

openswissdata.com

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.openswissdata-mcp]
url = "https://mcp.openswissdata.com/jsonrpc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openswissdata-mcp": {
      "type": "http",
      "url": "https://mcp.openswissdata.com/jsonrpc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openswissdata-mcp
Remote MCP URL: https://mcp.openswissdata.com/jsonrpc

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": {
    "openswissdata-mcp": {
      "url": "https://mcp.openswissdata.com/jsonrpc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openswissdata-mcp": {
      "type": "http",
      "url": "https://mcp.openswissdata.com/jsonrpc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openswissdata-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.openswissdata.com/jsonrpc"
}
MCP Inspector

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

Related tools

  • tariff_lookup — Lookup a Swiss customs tariff (HS8) and return the full TARES row including MFN duty, preferential regimes, restrictions and customs relief codes.
  • kyc_check — Search the FINMA registry of supervised entities and the FINMA warnings list by name.
  • cross_walk — Translate an industry classification code between schemes (NOGA 2008/2025, NACE 2.
  • classify_text — Classify a free-text business description into top-K NOGA 2025 codes with confidence scores.
  • finma_search — Fuzzy search the FINMA registry by name (tolerates typos and legal-suffix variants like 'UBS Switzerland AG' vs 'UBS AG').
  • tariff_changelog — Returns the historical changelog of MFN duty rates (and adjacent fields) for a Swiss customs tariff (HS8) code, across every dated release we have archived (history deepens over time from launch).
  • entity_history — Returns the timeline of changes for a FINMA-supervised entity (registration, authorisation type changes, status mutations, address moves, warning-list flag transitions).
  • statent_lookup — Swiss enterprise statistics (STATENT, BFS) for a NOGA 2-digit division and optional canton.