Loading...
{
"mcpServers": {
"crypto-trending": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/crypto-trending-mcp",
"run",
"main.py"
]
}
}
}get_trending_md_docRetrieves a Markdown document containing the trending cryptocurrencies from CoinGecko.
Read-only operation; retrieves publicly available data.
This server is generally safe due to its read-only nature and reliance on publicly available data. The primary risks involve potential parsing errors or reliance on the availability of the external CoinGecko API. It's safe to use for informational purposes but should not be used for critical financial decisions without independent verification.