General Tools
openswissdata.com
Provides Swiss customs tariff lookups, FINMA regulatory checks, industry code translation, semantic search, and text classification.
ENDPOINT 1
https://mcp.openswissdata.com/jsonrpc
MCP server metadata
- Name
- openswissdata-mcp
- Version
- 0.2.0
Known tools 9
tariff_lookupLookup a Swiss customs tariff (HS8) and return the full TARES row including MFN duty, preferential regimes, restrictions and customs relief codes.
Inferred read-onlykyc_checkSearch the FINMA registry of supervised entities and the FINMA warnings list by name.
Inferred read-onlycross_walkTranslate an industry classification code between schemes (NOGA 2008/2025, NACE 2.
Inferred read-onlytariff_semantic_searchSemantic search across Swiss customs tariff (TARES) descriptions in French.
Inferred read-onlyclassify_textClassify a free-text business description into top-K NOGA 2025 codes with confidence scores.
Inferred read-onlyfinma_searchFuzzy search the FINMA registry by name (tolerates typos and legal-suffix variants like 'UBS Switzerland AG' vs 'UBS AG').
Inferred read-onlytariff_changelogReturns 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).
Inferred read-onlyentity_historyReturns the timeline of changes for a FINMA-supervised entity (registration, authorisation type changes, status mutations, address moves, warning-list flag transitions).
Inferred read-onlystatent_lookupSwiss enterprise statistics (STATENT, BFS) for a NOGA 2-digit division and optional canton.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for openswissdata.com was fetched 2026-08-03T15:27:46.287Z and is being refreshed.
openswissdata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.