Does CoinGate Gift Cards have an MCP server?
CoinGate Gift Cards maintains an official MCP server.
The server covers CoinGate's gift-card catalog (search, country filters, discounts, trending cards) rather than the payment-gateway API.
- Access
- Remote server
- Endpoint
- https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp
- Category
- E-Commerce
A remote server run by CoinGate Gift Cards itself — nothing to install. Documented at coingate.com.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http coingategiftcards https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"coingategiftcards": {
"url": "https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"coingategiftcards": {
"type": "http",
"url": "https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp - Complete sign-in, then enable the connector in a new chat
Does CoinGate Gift Cards have an official MCP server?
Yes. CoinGate Gift Cards maintains an official MCP server, hosted at https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp.
How do I connect CoinGate Gift Cards to Claude?
Add https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http coingate-gift-cards https://mcp.eu.algolia.com/1/xe5UKTfUQlyUr3Hs4nkiiA/mcp" in Claude Code.
Do I need to install anything to use the CoinGate Gift Cards MCP server?
No. It is a remote server hosted by CoinGate Gift Cards, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
CoinGate's official page at coingate.com/gift-cards/mcp publishes a hosted remote MCP endpoint (Algolia-hosted, no install or auth required) for searching its gift-card catalog. GitHub metadata is refreshed every six hours.
CoinGate's official page at coingate.com/gift-cards/mcp publishes a hosted remote MCP endpoint (Algolia-hosted, no install or auth required) for searching its gift-card catalog.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-11
Spotted something out of date? Tell us — corrections ship same-day.