Servers
π Nobitex Market Data MCP Server
@xmannii
a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"evals.ts",
"tools/market.tools.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
}