loading…
Search for a command to run...
loading…
Coinmarket API integration to fetch cryptocurrency listings and quotes
Coinmarket API integration to fetch cryptocurrency listings and quotes
MseeP.ai Security Assessment Badge
Coinmarket MCP Server
The server implements a few of the Coinmarket API endpoints
The server implements two tools:
get-currency-listings: Get the latest currency listingsget-quotes: Get quotes for tokensRequires coinmarket API key.
Install uv if you haven't already:
# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
You can also run the server using Docker:
# Build the image
docker build -t coinmarket-service .
# Run the container
docker run -e COINMARKET_API_KEY=your_api_key_here coinmarket-service
For Claude Desktop configuration with Docker:
"mcpServers": {
"coinmarket_service": {
"command": "docker",
"args": [
"run",
"--rm",
"-e",
"COINMARKET_API_KEY=<insert api key>",
"coinmarket-service"
]
}
}
If you see this error, it means uv is not installed or not in your PATH:
uv --version in terminal/path/to/coinmarket_service with the actual path to your cloned repositoryCOINMARKET_API_KEY is validpyproject.tomlRun in your terminal:
claude mcp add anjor-coinmarket-mcp-server -- npx Yes, anjor/coinmarket-mcp-server MCP is free — one-click install via Unyly at no cost.
No, anjor/coinmarket-mcp-server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open anjor/coinmarket-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
pro tip
Just installed anjor/coinmarket-mcp-server? Say to Claude: "remember why I installed anjor/coinmarket-mcp-serverand what I want to try" — it'll save into your Vault.
how this works →CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.