Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
getLatestPrice | Fetches the latest price for a given pair on a specified chain |
queryPriceByRound | Queries the price for a given pair and round ID on a specified chain (placeholder due to historical data limitations) |
listSupportedChains | Returns a comma-separated list of all supported blockchain networks |
listSupportedFeedsByChain | Returns a comma-separated list of price feed names for a specified blockchain network |
listSupportedFeeds | Returns a Markdown list of all supported chains and their price feed names |