Coin MCP Server
by longmans
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COINMARKETCAP_API_KEY | Yes | Your CoinMarketCap API key obtained from CoinMarketCap's website |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
listing-coins | Returns a paginated list of all active cryptocurrencies with latest market data |
get-coin-info | Get coins' information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation. |
get-coin-quotes | the latest market quote for 1 or more cryptocurrencies. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. |