Skip to main content
Glama

CoinGecko MCP Server

get-coins

Fetch a paginated list of all supported cryptocurrencies, including market data and metrics, via the CoinGecko Pro API. Specify page number and results per page to customize your query.

Instructions

Get a paginated list of all supported coins on CoinGecko. Data up to March 9, 2025

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (starts from 1, default: 1)
pageSizeNoResults per page (default: 100, max: 1000)

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number (starts from 1, default: 1)", "minimum": 1, "type": "number" }, "pageSize": { "description": "Results per page (default: 100, max: 1000)", "maximum": 1000, "minimum": 1, "type": "number" } }, "type": "object" }
Install Server

Other Tools from CoinGecko MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-coingecko-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server