eCommerce
coinstorage.co.uk
Provides product search, details, capsule fitting, and checkout link creation for a coin storage store.
ENDPOINT 1
https://coinstorage.co.uk/api/mcp
MCP server metadata
- Name
- coinstorage-catalogue
- Version
- 1.0.0
Known tools 4
search_productsSearch Coin Storage's catalogue of Air-Tite coin capsules and storage tubes.
Inferred read-onlyget_productGet full details for one product by its SKU or slug: dimensions, price tiers, the coins it fits, and its product page URL.
Inferred read-onlyfind_capsule_for_coinFind the Air-Tite capsule that fits a given coin, by coin name or by diameter in millimetres.
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.coinstorage-catalogue]
url = "https://coinstorage.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coinstorage-catalogue": {
"type": "http",
"url": "https://coinstorage.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coinstorage-catalogue
Remote MCP URL: https://coinstorage.co.uk/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": {
"coinstorage-catalogue": {
"url": "https://coinstorage.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coinstorage-catalogue": {
"type": "http",
"url": "https://coinstorage.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coinstorage-catalogue",
"transport": "streamable-http",
"url": "https://coinstorage.co.uk/api/mcp"
}
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 coinstorage.co.uk was fetched 2026-07-27T08:56:17.724Z and is being refreshed.
coinstorage.co.uk 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.