eCommerce
klassio.se
Classifies products and looks up customs CN codes for e-commerce and trade.
ENDPOINT 1
https://klassio.se/api/mcp
MCP server metadata
- Name
- klassio-mcp
- Version
- 0.6.4
Klassio MCP — HS/CN classification, EUDR scope checks, and MFN duty lookups. Anonymous: 2 read-only tools. Authed (Bearer klsm_...): 9 tools incl. bulk classification, dictionary writes, and prior-decisions recall. For bulk eval/scoring use the BYOM loop, not the inline judge: klassio_classify_article(dry_run:true) returns retrieval-only candidates with no judge spend — judge with your own model (fan out across subagents to parallelise) — then klassio_submit_classification_verdict. BYOM token-saving knobs on classify_article: omit_system_prompt, omit_raw_candidates, include:['compact_rules','truncate_rules'], and lang — see each field's description. Note: klassio_classify_articles_bulk runs the inline judge and consumes judge quota per item; for zero-quota batches use per-item classify_article(dry_run:true).
Known tools 2
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.klassio-mcp]
url = "https://klassio.se/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"klassio-mcp": {
"type": "http",
"url": "https://klassio.se/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: klassio-mcp
Remote MCP URL: https://klassio.se/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": {
"klassio-mcp": {
"url": "https://klassio.se/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"klassio-mcp": {
"type": "http",
"url": "https://klassio.se/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "klassio-mcp",
"transport": "streamable-http",
"url": "https://klassio.se/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.