Skip to main content
Glama

Multi-MCPs

by TaylorChen

get_coin_price

Retrieve the current price of a cryptocurrency in a specified currency using the Multi-MCPs server. Input the coin ID and target currency to fetch real-time pricing data.

Instructions

Get current price for a coin in a given currency

Input Schema

NameRequiredDescriptionDefault
coin_idYes
vs_currencyYes

Input Schema (JSON Schema)

{ "properties": { "coin_id": { "type": "string" }, "vs_currency": { "type": "string" } }, "required": [ "coin_id", "vs_currency" ], "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/TaylorChen/muti-mcps'

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