← cryptorefills.com

INDIVIDUAL MCP TOOL

getProductPrice

Get pricing for range-based products where customer can select face value within min/max range

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

cryptorefills.com

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.cryptorefills-com]
url = "https://api.cryptorefills.com/mcp/http"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cryptorefills-com": {
      "type": "http",
      "url": "https://api.cryptorefills.com/mcp/http"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cryptorefills-com
Remote MCP URL: https://api.cryptorefills.com/mcp/http

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": {
    "cryptorefills-com": {
      "url": "https://api.cryptorefills.com/mcp/http"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "cryptorefills-com",
  "transport": "streamable-http",
  "url": "https://api.cryptorefills.com/mcp/http"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • purchaseElicitation — Interactive, stateful endpoint to guide small-footprint AI agents through a purchase flow for gift cards or mobile top-ups.
  • getCurrencies — Fetch supported crypto currencies
  • listBrands — Fetch available gift-card and mobile top-ups brands for a given country
  • listProductsForCountry — List all products in a country, optionally filtering by brand, family, coin, payment method, language, or promo code
  • getPaymentViasWithCurrencies — Fetch possible payment methods and supported currencies/networks
  • validateOrder — Validate a potential order against minimum amount and business rules
  • createOrder — Submit a new order with selected products and payment method
  • getOrderStatus — Retrieve the status and details of a submitted order