Loading...
{
"mcpServers": {
"coin-mcp": {
"command": "deno",
"args": [
"run",
"--allow-net",
"--allow-read",
"--allow-env",
"https://deno.land/x/coin_mcp_server/main.ts"
]
}
}
}getTokenPriceFetches the latest price of a specified cryptocurrency token in USDT.
Read-only operation; retrieves data without modifying any system state.
getAnnoucementsRetrieves announcements related to cryptocurrencies.
Read-only operation; retrieves data without modifying any system state.
getCoinInfoRetrieves detailed information about a specified cryptocurrency token.
Read-only operation; retrieves data without modifying any system state.
This server is relatively safe for fetching cryptocurrency prices due to its read-only nature and input validation. However, it's crucial to ensure the underlying Deno environment is securely configured and to monitor the reliability of the external Bitget API.