Back to MCP Directory
Connections & Capabilities
Connects To
Docker
Capabilities
read
Exposed MCP Tools (2)
safe
get-currency-listingsRetrieves the latest currency listings from the Coinmarket API.
Read-only operation, no side effects.
safe
get-quotesRetrieves quotes for specific cryptocurrencies based on slug or symbol.
Read-only operation, no side effects.
Safety Assessment
This server is relatively safe for read-only access to cryptocurrency data. However, the security of the API key is critical. Ensure the API key is stored securely and not exposed in client-side code or logs.
- Read-only access to cryptocurrency data.
- Requires API key for authentication.
- No direct write or delete operations.
- Limited scope of data retrieval.
- Exposure of API key if not handled securely.
- Potential for data scraping if rate limits are not respected.
- Dependency on external Coinmarket API availability.
- No built-in input validation or sanitization.
