Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COINMARKET_API_KEY | Yes | Your Coinmarket API key required for accessing the Coinmarket API |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Latest cryptocurrency listings from coinmarket | Cryptocurrency listings |
| Cryptocurrency quotes | Cryptocurrency quotes |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_currency_listings | Get latest cryptocurrency listings |
| get_quotes | Get cryptocurrency quotes |