UNPKG

@bujaayjaay/mcp-coincap-jj

Version:

A Model Context Protocol (MCP) server that provides real-time cryptocurrency data and analysis through CoinCap's API v3. Features include price tracking, market analysis, and historical trends. This is a fork of the original repo by truss44, with updates

7 lines (6 loc) 196 B
export const COINCAP_API_BASE = "https://rest.coincap.io/v3"; export const SERVER_CONFIG = { name: "mcp-coincap-jj", version: "1.0.0", }; export const CACHE_TTL = 60000; // 1 minute cache