-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsmithery-registry.json
More file actions
37 lines (37 loc) · 1.03 KB
/
smithery-registry.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "mcp-coincap-jj",
"displayName": "CoinCap Crypto Analysis",
"description": "A cryptocurrency price and market analysis tool using CoinCap API v3",
"author": "wazzan",
"repository": "https://github.com/wazzan/mcp-coincap-jj",
"npm": "@bujaayjaay/mcp-coincap-jj",
"version": "1.0.0",
"tags": [
"cryptocurrency",
"finance",
"price-tracking",
"market-analysis"
],
"category": "Finance & Trading",
"tools": [
{
"name": "get-crypto-price",
"description": "Get current price and 24h stats for a cryptocurrency"
},
{
"name": "get-market-analysis",
"description": "Get detailed market analysis including top exchanges and volume distribution"
},
{
"name": "get-historical-analysis",
"description": "Get historical price analysis with customizable timeframe"
}
],
"requirements": {
"apiKey": {
"name": "CoinCap API Key",
"description": "Required for access to CoinCap API v3",
"url": "https://pro.coincap.io/api-docs/"
}
}
}