← coinstorage.co.uk

INDIVIDUAL MCP TOOL

search_products

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

coinstorage.co.uknone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

coinstorage.co.uk

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-co-uk]
url = "https://coinstorage.co.uk/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coinstorage-co-uk": {
      "type": "http",
      "url": "https://coinstorage.co.uk/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coinstorage-co-uk
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-co-uk": {
      "url": "https://coinstorage.co.uk/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coinstorage-co-uk": {
      "type": "http",
      "url": "https://coinstorage.co.uk/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coinstorage-co-uk",
  "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.

Related tools

  • 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.
  • find_capsule_for_coin — Find the Air-Tite capsule that fits a given coin, by coin name or by diameter in millimetres.
  • create_checkout_link — Create a secure checkout link for a basket of products.