UNPKG

mcp-crypto-price

Version:

A Model Context Protocol (MCP) server that provides real-time cryptocurrency data and analysis through CoinCap's API. Features include price tracking, market analysis, and historical trends.

8 lines (7 loc) 265 B
export const COINCAP_API_V2_BASE = "https://api.coincap.io/v2"; export const COINCAP_API_V3_BASE = "https://rest.coincap.io/v3"; export const SERVER_CONFIG = { name: "mcp-crypto-price", version: "1.0.0", }; export const CACHE_TTL = 60000; // 1 minute cache