Skip to main content
Glama

CoinGecko MCP Server

by IAcomunIA

get_simple_price

Query real-time cryptocurrency prices using unique Coin API IDs with the CoinGecko MCP Server. Specify target currencies, include optional data like 24hr changes, and optimize response size by applying jq filters for performance.

Instructions

When using this tool, always use the jq_filter parameter to reduce the response size and improve performance.

Only omit if you're sure you don't need the data.

This endpoint allows you to query the prices of one or more coins by using their unique Coin API IDs

Response Schema

{ type: 'object' }

Input Schema

NameRequiredDescriptionDefault
idsNocoins' IDs, comma-separated if querying more than 1 coin. <br> *refers to [`/coins/list`](/reference/coins-list).
include_24hr_changeNoinclude 24hr change, default: false
include_24hr_volNoinclude 24hr volume, default: false
include_last_updated_atNoinclude last updated price time in UNIX, default: false
include_market_capNoinclude market capitalization, default: false
include_tokensNofor `symbols` lookups, specify `all` to include all matching tokens <br> Default `top` returns top-ranked tokens (by market cap or volume)
jq_filterNoA jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available. For example: to include only the `name` field in every object of a results array, you can provide ".results[].name". For more information, see the [jq documentation](https://jqlang.org/manual/).
namesNocoins' names, comma-separated if querying more than 1 coin.
precisionNodecimal place for currency price value
symbolsNocoins' symbols, comma-separated if querying more than 1 coin.
vs_currenciesYestarget currency of coins, comma-separated if querying more than 1 currency. <br> *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "coins' IDs, comma-separated if querying more than 1 coin. <br> *refers to [`/coins/list`](/reference/coins-list).", "type": "string" }, "include_24hr_change": { "description": "include 24hr change, default: false", "type": "boolean" }, "include_24hr_vol": { "description": "include 24hr volume, default: false", "type": "boolean" }, "include_last_updated_at": { "description": "include last updated price time in UNIX, default: false", "type": "boolean" }, "include_market_cap": { "description": "include market capitalization, default: false", "type": "boolean" }, "include_tokens": { "description": "for `symbols` lookups, specify `all` to include all matching tokens <br> Default `top` returns top-ranked tokens (by market cap or volume)", "enum": [ "top", "all" ], "type": "string" }, "jq_filter": { "description": "A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide \".results[].name\".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).", "title": "jq Filter", "type": "string" }, "names": { "description": "coins' names, comma-separated if querying more than 1 coin.", "type": "string" }, "precision": { "description": "decimal place for currency price value", "enum": [ "full", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" ], "type": "string" }, "symbols": { "description": "coins' symbols, comma-separated if querying more than 1 coin.", "type": "string" }, "vs_currencies": { "description": "target currency of coins, comma-separated if querying more than 1 currency. <br> *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).", "type": "string" } }, "required": [ "vs_currencies" ], "type": "object" }

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/IAcomunIA/MCP_firts'

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