claude-marketplace

mcp
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 5 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This MCP server provides 43 tools that feed free cryptocurrency market data and DeFi analytics from CoinPaprika and DexPaprika directly into compatible AI clients, such as Claude.

Security Assessment
The automated code scan found no dangerous patterns, hardcoded secrets, or requests for dangerous local permissions. Since the primary function is to fetch market data, the tool inherently makes external network requests to the providers' APIs. It does not require local API keys to function. However, it asks users to clone a GitHub repository to auto-install plugins. While no immediate risks were flagged in the scanned files, executing remote configurations always warrants a quick manual review of the `.claude/settings.json` file before running. Overall risk is rated as Low.

Quality Assessment
The project is very new and actively maintained, with the most recent code pushed within the last day. However, it currently has low community visibility, evidenced by only 5 GitHub stars. Additionally, the repository uses a "NOASSERTION" license, meaning the exact terms of use and redistribution are legally unclear. Community trust is currently limited due to the low adoption rate.

Verdict
Safe to use, but users should perform a quick manual code review prior to cloning and auto-installing, as community trust and established licensing are still minimal.
SUMMARY

Official Claude Code plugins for CoinPaprika & DexPaprika - free crypto market data & DeFi analytics. 29+14 MCP tools, agents, skills. No API key needed.

README.md

CoinPaprika Claude Marketplace

Official Claude Code plugins for CoinPaprika and DexPaprika — free crypto market data and DeFi analytics.

  • CoinPaprika: 12,000+ coins, 350+ exchanges, 29 MCP tools
  • DexPaprika: 34+ blockchains, 30M+ pools, 14 MCP tools

Both APIs are free with no API key required.

Quick Start

Option 1: Auto-Install (Recommended)

git clone https://github.com/coinpaprika/claude-marketplace.git
cd claude-marketplace
# Open in Claude Code — plugins install automatically via .claude/settings.json

Option 2: Plugin Marketplace

# In Claude Code
/plugin marketplace add coinpaprika/claude-marketplace
/plugin install coinpaprika@coinpaprika-plugins
/plugin install dexpaprika@coinpaprika-plugins

What You Get

CoinPaprika Plugin

29 MCP tools for centralized exchange market data:

  • Prices, tickers, market caps for 12,000+ coins
  • OHLCV candlestick data (historical, latest, today)
  • Exchange and market data for 350+ exchanges
  • Contract address lookups across chains
  • Tags, categories, search, price converter
  • People profiles, ID mappings, changelog

1 agent (@crypto-analyst): Market analysis, price trends, risk assessment

1 skill (crypto-market-search): Search, discover, and analyze coins

Free tier: 20,000 calls/month, no API key needed. Pro tier via api-pro.coinpaprika.com.

DexPaprika Plugin

14 MCP tools for decentralized exchange data:

  • Token prices and details across 34+ blockchains
  • Liquidity pool discovery, filtering, and details
  • OHLCV charts for any pool
  • Pool transactions and trading activity
  • Batch price lookups (up to 10 tokens)
  • Cross-chain search for tokens, pools, and DEXes

1 agent (@defi-data-analyst): DeFi security analysis, honeypot detection, scam identification

4 skills: Token Security Analyzer, Technical Analyzer, Batch Token Price Lookup, Trending Pools Analyzer

Free tier: 10,000 requests/day, no API key needed.

Quick Test

# CoinPaprika
Using CoinPaprika, show me Bitcoin price and market cap

# DexPaprika
Using DexPaprika, show top 10 pools on Base by 24h volume

# Security analysis (auto-activates)
Is this token safe? 0x1234567890abcdef on Ethereum

Repository Structure

claude-marketplace/
├── .claude/
│   └── settings.json                       # Auto-install config
├── .claude-plugin/
│   └── marketplace.json                    # Marketplace definition (2 plugins)
├── plugins/
│   ├── coinpaprika-claude-plugin/
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json                 # Plugin manifest (29 MCP tools)
│   │   ├── .mcp-hosted.json                # MCP server connection
│   │   ├── agents/
│   │   │   └── crypto-analyst.md           # Market analyst agent
│   │   ├── skills/
│   │   │   └── crypto-market-search/
│   │   │       └── SKILL.md                # Coin search & analysis skill
│   │   └── README.md
│   └── dexpaprika-claude-plugin/
│       ├── .claude-plugin/
│       │   └── plugin.json                 # Plugin manifest (14 MCP tools)
│       ├── agents/
│       │   └── defi-data-analyst.md        # DeFi security agent
│       ├── skills/
│       │   ├── token-security-analyzer/
│       │   │   └── SKILL.md                # Honeypot/rug pull detection
│       │   ├── technical-analyzer/
│       │   │   └── SKILL.md                # OHLCV chart analysis
│       │   ├── batch-token-price-lookup/
│       │   │   └── SKILL.md                # Multi-token price checks
│       │   └── trending-pools-analyzer/
│       │       └── SKILL.md                # Top pools by volume
│       └── README.md
├── CHANGELOG.md
├── LICENSE
└── README.md

Verification

# Check MCP servers are connected
claude mcp list
# Should show: coinpaprika (SSE) and dexpaprika (SSE)

# Test CoinPaprika
Using CoinPaprika, what's the price of Ethereum?

# Test DexPaprika
Using DexPaprika, show me trending pools on Solana

API Rate Limits

API Free Tier Auth Required
CoinPaprika 20,000 calls/month No
DexPaprika 10,000 requests/day No

Global rate limit: 10 requests/second per IP.

Resources

SDKs: Go | Python | Node.js | PHP | Swift | Kotlin

Support

License

MIT — see LICENSE

Reviews (0)

No results found