Kotlin Crypto Price Spring MCP Server Demo
@gaplo917
Kotlin Crypto Price Spring MCP Server Demo について
Kotlin Spring AI MCP server demo. Getting Cryptocurrency pricing from Binance
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Kotlin Crypto Price Spring MCP Server Demo?
A demonstration project that integrates Spring AI’s Model Context Protocol (MCP) server with a cryptocurrency price API service, allowing AI models to retrieve real-time cryptocurrency information through a standardized interface. It uses Kotlin, Spring Boot 3.4.4, and the CoinGecko API.
How to use Kotlin Crypto Price Spring MCP Server Demo?
Requires JDK 21 or higher and Gradle. Run with ./gradlew bootRun; the MCP server starts on port 8080 by default. AI models communicate via the exposed MCP tools: searchCryptocurrency(query) and getMarketDataByCryptocurrencyId(id).
Key features of Kotlin Crypto Price Spring MCP Server Demo
- Search cryptocurrencies, exchanges, categories, and NFTs by user query.
- Retrieve detailed market data for a specific cryptocurrency.
- Exposes functionality as tools for AI models via Spring AI MCP.
- Comprehensive logging of tool requests and responses.
- Built with Kotlin 1.9.25 and Spring Boot 3.4.4.
Use cases of Kotlin Crypto Price Spring MCP Server Demo
- AI assistants answering real-time cryptocurrency questions.
- Automated price monitoring via AI model tool calls.
- Demo for integrating Spring Boot MCP servers with crypto data.
FAQ from Kotlin Crypto Price Spring MCP Server Demo
What API does this server use to fetch cryptocurrency data?
It uses the CoinGecko API to retrieve real-time cryptocurrency information.
What are the runtime dependencies?
JDK 21 or higher and Gradle are required to build and run the application.
What tools does the server expose to AI models?
It exposes two tools: searchCryptocurrency (search by query) and getMarketDataByCryptocurrencyId (get market data by a coin ID from the search results).
Where does the cryptocurrency data come from?
All data is fetched live from the CoinGecko API; no local database is used.
What transport or authentication does the server use?
The README does not specify transport or authentication details beyond starting on default port 8080.
「金融とコマース」の他のコンテンツ
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Yahoo Finance MCP Server
narumirunaMetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
コメント