coin_api_mcp

coin_api_mcp

25

Coin MCP Server is a server that provides access to cryptocurrency data from CoinMarketCap. It enables AI applications to obtain listings, quotes, and detailed information about various coins. The server is built for easy integration and encourages community contributions.

What is the Coin MCP Server?

The Coin MCP Server is a Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data for AI-powered applications.

How do I install the Coin MCP Server?

You can install the Coin MCP Server via Smithery using the command npx -y @smithery/cli install coin-api-mcp --client claude or by cloning the repository and building it with Python.

What API key is required for the server?

The server requires a CoinMarketCap API key, which can be obtained from CoinMarketCap's website.

How can I provide the API key to the server?

The API key can be provided as an environment variable or as a command-line argument when running the server.

Can I contribute to the Coin MCP Server?

Yes, contributions are welcome. You can add new features, improve existing functionality, or enhance documentation by submitting pull requests.