← Registry

eCommerce

coinstorage.co.uk

Provides product search, details, capsule fitting, and checkout link creation for a coin storage store.

1 endpoint4 known toolsFirst detected June 22, 2026Last detected September 7, 2026

ENDPOINT 1

https://coinstorage.co.uk/api/mcp

No auth detected

MCP server metadata

Name
coinstorage-catalogue
Version
1.0.0
Capabilities
tools

Known tools 4

search_products

Search Coin Storage's catalogue of Air-Tite coin capsules and storage tubes.

Inferred read-only
get_product

Get full details for one product by its SKU or slug: dimensions, price tiers, the coins it fits, and its product page URL.

Inferred read-only
find_capsule_for_coin

Find the Air-Tite capsule that fits a given coin, by coin name or by diameter in millimetres.

Inferred read-only
create_checkout_link

Create a secure checkout link for a basket of products.

Potential side effects

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.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.

Trust status Neutral

coinstorage.co.uk is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.