ttmunyunguma/spring-mcp-server
If you are the rightful owner of spring-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The CoinMarketCap MCP Server is a Spring Boot-based server that provides cryptocurrency data tools powered by the CoinMarketCap API, offering efficient data fetching, caching, and querying capabilities.
Tools
Functions exposed to the LLM to take actions
getLatestCryptoListings
Fetches the latest cryptocurrency listings from CoinMarketCap and stores them in memory.
getCachedCryptoCount
Returns the number of cryptocurrencies currently cached in memory.
getCryptoBySymbol
Retrieves detailed information about a specific cryptocurrency by its symbol.
getTopCryptos
Returns the top N cryptocurrencies by market cap rank from the cache.
searchCryptoByName
Searches for cryptocurrencies by name (case-insensitive partial match).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client