Skip to content

gemini/gemini-mcp

v1.0.0Apache-2.0

Connects AI assistants to the Gemini cryptocurrency exchange via the hosted Gemini MCP server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

geministreamable-http
{
  "type": "streamable-http",
  "url": "https://api.gemini.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "gemini-mcp",
  "version": "1.0.0",
  "description": "Connects AI assistants to the Gemini cryptocurrency exchange via the hosted Gemini MCP server.",
  "author": {
    "name": "Gemini",
    "url": "https://www.gemini.com"
  },
  "homepage": "https://docs.gemini.com/rest-api/",
  "repository": "https://github.com/gemini/developer-platform",
  "license": "Apache-2.0",
  "keywords": ["gemini", "cryptocurrency", "exchange", "mcp", "trading"]
}