mcpXWIRA · MODEL CONTEXT PROTOCOL
live

One endpoint. Every xwira tool.

Give your agent real tools.

A hosted Model Context Protocol server. Point Claude, Cursor, or any MCP client at one URL and it can classify products into HS codes, pull national tariffs, look up postcodes and addresses worldwide, and run everyday dev utilities — no API keys to wrangle, nothing to install.

add to Claude Code
$claude mcp add --transport http xwira https://mcp.xwira.tech/mcp

Cursor / other clients: add an HTTP server with url https://mcp.xwira.tech/mcp — no auth header needed.

Tools

hs_code_lookup
Classify a product description into ranked HS codes, with the reasoning behind each.
trade
hs_code_tariff
National tariff lines + duty detail for an HS6 code in a given country.
trade
postcode_lookup
Postal codes and places across ~200 countries, by code or place name.
geo
address_search
Geocode real-world addresses and POIs worldwide from free text.
geo
uuid
Generate random v4 UUIDs.
dev
hash_text
sha256 / sha1 / sha512 / md5 hex digests.
dev
jwt_decode
Decode a JWT's header + payload (inspection, no verify).
dev
base64
Encode or decode base64 text.
dev
timestamp
Convert between Unix epoch and ISO-8601.
dev