Crypto MCP Server
Fetches real-time cryptocurrency prices from the CoinGecko API.
Crypto MCP Server
This project integrates the Model Context Protocol (MCP) using a server built with Spring AI. It fetches real-time cryptocurrency prices from the CoinGecko API and exposes the data through an MCP-compliant interface. This enables seamless integration with AI agents, automation tools, and intelligent applications that depend on structured, real-time financial data.
See: https://github.com/modelcontextprotocol
Features
- MCP Protocol Support: Implements the MCP server protocol using Spring AI for seamless interoperability.
- Real-Time Crypto Prices: Fetches up-to-date prices for various cryptocurrencies from the CoinGecko API.
- Spring Boot Integration: Built on top of Spring Boot for easy configuration, extension, and deployment.
- Extensible: Easily add support for more cryptocurrencies or data sources.
Getting Started
Prerequisites
- Java 17 or later
- Maven
Generate the JAR package
mvn clean package
JSON for this (local) MCP server
{
"mcpServers": {
"crypto-price": {
"command": "/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home/bin/java",
"args": ["-jar", "/Users/{user}/projects/crypto-mcp-server/target/crypto-0.0.1-SNAPSHOT.jar"]
}
}
}
See: https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server
Example of prompt on Claude desktop
Learn more
関連サーバー
Binance MCP Server
Access the Binance Futures API for trading, account management, and market data.
CData eBay Analytics
Access eBay Analytics data via the CData JDBC Driver.
MultiversX MCP Server
Interact with the MultiversX blockchain for wallet creation, balance fetching, and token management.
VixMCP.Ai.Bridge
An MCP server that exposes VMware VIX operations for AI assistants and automation workflows.
Replicate Designer
Generate images using Replicate's Flux 1.1 Pro model.
Opal API
A RESTful API to programmatically interact with the Opal Security platform.
Lumenore-MCP
A Model Context Protocol (MCP) server that provides AI assistants with access to Lumenore's analytics and natural language query capabilities. Built with FastMCP and Python 3.13 for scalable data analytics integration.
Stripe
Interact with Stripe API
Presso
AI-powered analytics platform connecting e-commerce and marketing data (GA4, Google Ads, Meta Ads, Shopify, Search Console) to AI assistants via MCP.
Okta MCP Server
Interact with Okta's user management system for comprehensive user, group, and onboarding automation.