Kuru.io MCP Server
by georgyturevich
This server implements a Model Context Protocol (MCP) for accessing Kuru.io crypto exchange data, making it accessible to LLMs and AI assistants. It provides tools to retrieve market data, calculate token values, and list trading pairs.
Last updated: N/A
What is Kuru.io MCP Server?
The Kuru.io MCP Server is a tool that allows Large Language Models (LLMs) and AI assistants to access real-time market data and functionalities from the Kuru.io crypto exchange through the Model Context Protocol (MCP).
How to use Kuru.io MCP Server?
To use the server, first install the dependencies and build the project using npm install
and npm run build
. Then, start the server either as a stdio server using npm start
for use with LLM tools like Claude Desktop, or for debugging with MCP Inspector using npm run inspector
. Configure your LLM tool (e.g., Claude Desktop) to connect to the server by specifying the path to the dist/index.js
file.
Key features of Kuru.io MCP Server
Real-time market data access
Trending markets information
Token value calculation
Trading pair listing
Built-in caching mechanism
MCP SDK v1.8.0 compatibility
Use cases of Kuru.io MCP Server
Providing real-time crypto market data to LLMs
Enabling AI assistants to answer crypto-related questions
Calculating token values in different currencies
Listing available trading pairs on Kuru.io
Integrating Kuru.io data into LLM workflows
FAQ from Kuru.io MCP Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a standard protocol that allows LLMs to interact with external tools and services.
How often is the market data updated?
How often is the market data updated?
The server uses a caching mechanism with a 5-minute TTL to reduce API calls.
What trading pairs are supported?
What trading pairs are supported?
The server supports all trading pairs available on the Kuru.io exchange.
Can I use this server with other LLMs besides Claude?
Can I use this server with other LLMs besides Claude?
Yes, as long as the LLM supports the Model Context Protocol.
Where can I find the Kuru.io API documentation?
Where can I find the Kuru.io API documentation?
This project uses the Kuru.io site API, refer to Kuru.io for more information.