Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:15:07 +08:00
commit 2d3749bd83
5 changed files with 820 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "coinpaprika",
"description": "Access comprehensive cryptocurrency market data from CoinPaprika including real-time prices, market metrics, historical data, and on-chain analytics for 8000+ cryptocurrencies",
"version": "1.0.0",
"author": {
"name": "CoinPaprika"
},
"skills": [
"./skills/crypto-market-search"
],
"agents": [
"./agents/crypto-analyst.md"
],
"mcp": {
"coinpaprika": {
"type": "sse",
"url": "https://mcp.coinpaprika.com/sse"
}
}
}