a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for Nobitex Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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