PluginBench
MCP Server

Gemini Crypto MCP Server

io.github.pipeworx-io/gemini-crypto

What is the Gemini Crypto MCP server?

Gemini Exchange keyless public market: symbols, ticker, candles, book, trades, price feed.

How to install Gemini Crypto

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gemini-crypto": {
      "url": "https://gateway.pipeworx.io/gemini-crypto/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gemini-crypto": {
      "serverUrl": "https://gateway.pipeworx.io/gemini-crypto/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gemini-crypto": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/gemini-crypto/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gemini-crypto": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/gemini-crypto/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gemini-crypto https://gateway.pipeworx.io/gemini-crypto/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →