Provides real-time cryptocurrency market data and global statistics via Model Context Protocol, enabling access to specific trading pair metrics and comprehensive market insights.
Unlock the full potential of Nobitex Market Data MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
This is a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
getMarketStats
: Fetch statistics for a specific cryptocurrency market pairgetGlobalStats
: Fetch global cryptocurrency market statisticsInstall dependencies:
npm install
Run the server:
npm run start
To add this server to Claude Desktop:
claude_desktop_config.json
:{ "mcpServers": { "nobitex": { "command": "npm", "args": [ "--prefix", "/path/to/this/repo", "run", "start" ] } } }
Replace /path/to/this/repo
with the actual path to this repository on your computer.
The evals package loads an mcp client that then runs the index.ts file, so there is no need to rebuild between tests. You can load environment variables by prefixing the npx command. Full documentation can be found here.
OPENAI_API_KEY=your-key npx mcp-eval evals.ts tools/market.tools.ts
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!