Skip to main content
Glama
heyzgj

CoinMarketCap Universal MCP Server

by heyzgj
global.ts607 B
import { z } from 'zod'; import { GlobalMetricsService } from '../services/global'; import { ToolRegistry } from './base'; /** * Registers global market metrics tools with the MCP server * @param registry Tool registry instance */ export function registerGlobalTools(registry: ToolRegistry): void { const service = new GlobalMetricsService(); // 获取全球加密货币市场指标 registry.registerTool( 'get_global_metrics', { convert: z.string().optional().describe('Currency to convert metrics to (default: USD)') }, (params) => service.getGlobalMetrics(params) ); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/heyzgj/mcp-feargreedindex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server