mcp-crypto-price 5.0.4 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/homepage.js CHANGED
@@ -176,6 +176,8 @@ export function renderHomepage() {
176
176
  .span-5 { grid-column: span 5; }
177
177
  .span-4 { grid-column: span 4; }
178
178
  .span-6 { grid-column: span 6; }
179
+ .span-8 { grid-column: span 8; }
180
+ .span-12 { grid-column: span 12; }
179
181
 
180
182
  .section-title {
181
183
  margin: 0 0 12px;
@@ -189,6 +191,37 @@ export function renderHomepage() {
189
191
  line-height: 1.7;
190
192
  }
191
193
 
194
+ .tool-grid {
195
+ display: grid;
196
+ grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
197
+ gap: 12px;
198
+ }
199
+
200
+ .tool-card {
201
+ padding: 14px 16px;
202
+ border-radius: 18px;
203
+ background: rgba(255,255,255,0.03);
204
+ border: 1px solid rgba(255,255,255,0.05);
205
+ }
206
+
207
+ .tool-card strong {
208
+ display: block;
209
+ margin-bottom: 4px;
210
+ }
211
+
212
+ .tool-card span {
213
+ color: var(--muted);
214
+ font-size: 0.9rem;
215
+ line-height: 1.5;
216
+ display: block;
217
+ }
218
+
219
+ .tool-card code {
220
+ font-size: 0.8rem;
221
+ color: var(--accent);
222
+ margin-left: 6px;
223
+ }
224
+
192
225
  .metrics {
193
226
  display: grid;
194
227
  gap: 12px;
@@ -242,7 +275,7 @@ export function renderHomepage() {
242
275
 
243
276
  @media (max-width: 920px) {
244
277
  .hero { grid-template-columns: 1fr; }
245
- .span-7, .span-5, .span-4, .span-6 { grid-column: span 12; }
278
+ .span-7, .span-5, .span-4, .span-6, .span-8 { grid-column: span 12; }
246
279
  }
247
280
  </style>
248
281
  </head>
@@ -253,9 +286,10 @@ export function renderHomepage() {
253
286
  <div class="badge"><span class="badge-dot"></span><span>MCP cryptocurrency intelligence</span></div>
254
287
  <h1>Real-time crypto pricing, market analysis, and historical trend insights.</h1>
255
288
  <p class="lede">
256
- <strong>${SERVER_CONFIG.name}</strong> is a Model Context Protocol tool for exploring cryptocurrency data
257
- through CoinCap. It delivers current price data, market depth analysis, historical trend summaries,
258
- and top-asset rankings through a clean MCP interface.
289
+ <strong>${SERVER_CONFIG.name}</strong> is a Model Context Protocol server for cryptocurrency data
290
+ powered by CoinCap. It provides 13 tools and 7 guided prompts covering real-time prices, market
291
+ analysis, historical trends, technical indicators, candlestick data, asset search, currency conversion,
292
+ global metrics, and side-by-side comparisons.
259
293
  </p>
260
294
  <div class="actions">
261
295
  <a class="button primary" href="${smitheryUrl}">Install on Smithery</a>
@@ -270,15 +304,62 @@ export function renderHomepage() {
270
304
  </section>
271
305
 
272
306
  <section class="grid" aria-label="Feature overview">
273
- <article class="panel span-7">
274
- <h2 class="section-title">What this MCP tool does</h2>
275
- <ul class="list">
276
- <li><strong>Get live crypto prices</strong> with 24-hour change, market cap, and trading volume.</li>
277
- <li><strong>Analyze market structure</strong> across exchanges to understand liquidity and distribution.</li>
278
- <li><strong>Review historical movement</strong> with configurable intervals and lookback windows.</li>
279
- <li><strong>Inspect top assets</strong> ranked by market cap and activity.</li>
280
- <li><strong>Use it from MCP clients</strong> like Claude, Cursor, or other compatible hosts.</li>
281
- </ul>
307
+ <article class="panel span-12">
308
+ <h2 class="section-title">Tools &mdash; 13 MCP tools at your disposal</h2>
309
+ <div class="tool-grid">
310
+ <div class="tool-card">
311
+ <strong>Get Crypto Price<code>price-get</code></strong>
312
+ <span>Real-time price, 24h change, volume, and market cap for any cryptocurrency.</span>
313
+ </div>
314
+ <div class="tool-card">
315
+ <strong>Get Market Analysis<code>market-analysis</code></strong>
316
+ <span>Top 5 exchanges by volume, price per exchange, and volume distribution.</span>
317
+ </div>
318
+ <div class="tool-card">
319
+ <strong>Get Historical Analysis<code>analysis-historical</code></strong>
320
+ <span>Historical price data with trend analysis, high/low, and volatility metrics.</span>
321
+ </div>
322
+ <div class="tool-card">
323
+ <strong>Get Top Assets<code>assets-top</code></strong>
324
+ <span>Top cryptocurrencies ranked by market cap with price and 24h change.</span>
325
+ </div>
326
+ <div class="tool-card">
327
+ <strong>Get Technical Analysis<code>analysis-technical</code></strong>
328
+ <span>SMA, EMA, RSI, MACD, and VWAP indicators for momentum and trend analysis.</span>
329
+ </div>
330
+ <div class="tool-card">
331
+ <strong>Get Currency Rates<code>market-rates</code></strong>
332
+ <span>USD-based conversion rates for fiat currencies and cryptocurrencies.</span>
333
+ </div>
334
+ <div class="tool-card">
335
+ <strong>Get Exchanges<code>market-exchanges</code></strong>
336
+ <span>Top exchanges by 24h volume or details for a specific exchange.</span>
337
+ </div>
338
+ <div class="tool-card">
339
+ <strong>Search Crypto Assets<code>assets-search</code></strong>
340
+ <span>Search by name, symbol, or partial match with rank and price.</span>
341
+ </div>
342
+ <div class="tool-card">
343
+ <strong>Get Global Metrics<code>market-global</code></strong>
344
+ <span>Total market cap, 24h volume, Bitcoin dominance, and active crypto count.</span>
345
+ </div>
346
+ <div class="tool-card">
347
+ <strong>Compare Cryptocurrencies<code>assets-compare</code></strong>
348
+ <span>Side-by-side comparison of 2-5 cryptos: price, change, volume, cap, rank.</span>
349
+ </div>
350
+ <div class="tool-card">
351
+ <strong>Get Candlestick Data<code>analysis-candlestick</code></strong>
352
+ <span>OHLCV candlestick data for charting and technical analysis.</span>
353
+ </div>
354
+ <div class="tool-card">
355
+ <strong>Get Price Conversion<code>price-convert</code></strong>
356
+ <span>Convert any crypto amount to fiat using real-time exchange rates.</span>
357
+ </div>
358
+ <div class="tool-card">
359
+ <strong>Get Asset Info<code>assets-info</code></strong>
360
+ <span>Detailed metadata: rank, supply, max supply, VWAP, market cap, and volume.</span>
361
+ </div>
362
+ </div>
282
363
  </article>
283
364
 
284
365
  <article class="panel span-5">
@@ -299,6 +380,40 @@ export function renderHomepage() {
299
380
  </div>
300
381
  </article>
301
382
 
383
+ <article class="panel span-7">
384
+ <h2 class="section-title">Prompts &mdash; 7 guided analysis templates</h2>
385
+ <div class="tool-grid">
386
+ <div class="tool-card">
387
+ <strong>Analyze Cryptocurrency</strong>
388
+ <span>Comprehensive analysis covering price, market, and historical trends.</span>
389
+ </div>
390
+ <div class="tool-card">
391
+ <strong>Compare Cryptocurrencies</strong>
392
+ <span>Side-by-side comparison of 2-5 cryptos with performance highlights.</span>
393
+ </div>
394
+ <div class="tool-card">
395
+ <strong>Market Overview</strong>
396
+ <span>Global metrics, top assets, and top exchanges in one summary.</span>
397
+ </div>
398
+ <div class="tool-card">
399
+ <strong>Crypto Conversion</strong>
400
+ <span>Convert a crypto amount to any fiat currency with real-time rates.</span>
401
+ </div>
402
+ <div class="tool-card">
403
+ <strong>Exchange Analysis</strong>
404
+ <span>Trading activity and volume distribution across exchanges.</span>
405
+ </div>
406
+ <div class="tool-card">
407
+ <strong>Technical Analysis</strong>
408
+ <span>Full technical breakdown: indicators, candlesticks, and historical trends.</span>
409
+ </div>
410
+ <div class="tool-card">
411
+ <strong>Crypto Screener</strong>
412
+ <span>Search and screen assets for the best opportunities.</span>
413
+ </div>
414
+ </div>
415
+ </article>
416
+
302
417
  <article class="panel span-6">
303
418
  <h2 class="section-title">Why CoinCap</h2>
304
419
  <ul class="list">
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-crypto-price",
3
- "version": "5.0.4",
3
+ "version": "5.1.0",
4
4
  "description": "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.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@modelcontextprotocol/sdk": "^1.29.0",
38
- "hono": "^4.12.25",
38
+ "hono": "^4.12.27",
39
39
  "zod": "^4.4.3"
40
40
  },
41
41
  "devDependencies": {
@@ -45,16 +45,16 @@
45
45
  "@semantic-release/git": "^10.0.1",
46
46
  "@semantic-release/github": "^12.0.8",
47
47
  "@semantic-release/npm": "^13.1.5",
48
- "@types/node": "^25.9.3",
48
+ "@types/node": "^25.9.4",
49
+ "@vitest/coverage-v8": "^4.1.9",
49
50
  "conventional-changelog-conventionalcommits": "^9.3.1",
50
- "eslint": "^10.5.0",
51
- "prettier": "^3.8.4",
51
+ "eslint": "^10.6.0",
52
+ "prettier": "^3.9.4",
52
53
  "semantic-release": "^25.0.5",
53
54
  "shx": "^0.4.0",
54
55
  "typescript": "^6.0.3",
55
- "typescript-eslint": "^8.61.1",
56
- "vitest": "^4.1.9",
57
- "@vitest/coverage-v8": "^4.1.9"
56
+ "typescript-eslint": "^8.62.1",
57
+ "vitest": "^4.1.9"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=22.14.0"
@@ -81,5 +81,5 @@
81
81
  "bugs": {
82
82
  "url": "https://github.com/truss44/mcp-crypto-price/issues"
83
83
  },
84
- "homepage": "https://github.com/truss44/mcp-crypto-price"
84
+ "homepage": "https://mcp-crypto-price.codemonkeyinnovations.com"
85
85
  }
Binary file