Claude Marketplace
FreeNot checkedOfficial Claude Code plugins for CoinPaprika & DexPaprika - free crypto market data & DeFi analytics. 29+14 MCP tools, agents, skills. No API key needed.
About
Official Claude Code plugins for CoinPaprika & DexPaprika - free crypto market data & DeFi analytics. 29+14 MCP tools, agents, skills. No API key needed.
README
Official Claude Code plugins for CoinPaprika and DexPaprika: crypto market data and DeFi analytics, no API key needed to start.
- CoinPaprika: 12,000+ cryptocurrencies, 350+ exchanges, 31 MCP tools
- DexPaprika: 36 blockchains, 36M+ pools, 17 MCP tools
Both APIs have a free tier that works without an API key. Paid plans raise the quotas; see the rate limits below.
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
31 MCP tools for centralized exchange market data:
- Prices, tickers, market caps for 12,000+ cryptocurrencies
- OHLCV candlestick data (historical, latest, today)
- Exchange directory across 350+ exchanges, including per-coin exchange listings and trading pairs
- 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
17 MCP tools for decentralized exchange data:
- Token prices and details across 36 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
No API key needed to start: keyless access at 30 requests/minute, with data delayed up to 15 seconds. A free key raises the monthly quota. Pro is $99/month at 300/minute with real-time data. Monthly quotas change, so read the current figures from pricing.
Updating
Installed plugins are version-pinned snapshots. Claude Code copies plugin files at install time and only re-copies them when the plugin's version string changes. Pulling this repo or pushing new commits does nothing for users who already installed a plugin.
For contributors: every change to plugin content (manifests, READMEs, agents, skills) must ship with a version bump in two places, or installed users never receive it:
plugins/<plugin>/.claude-plugin/plugin.json(version).claude-plugin/marketplace.json(the matching plugin entry'sversion)
For users: marketplace clones are not auto-fetched either, so refresh in two steps:
# In Claude Code
/plugin marketplace update coinpaprika-plugins
/plugin update coinpaprika@coinpaprika-plugins
/plugin update dexpaprika@coinpaprika-plugins
Then restart Claude Code to apply.
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 (31 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 (17 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 (streamable HTTP)
# 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 | Key needed to start |
|---|---|---|
| CoinPaprika | 20,000 calls/month | No |
| DexPaprika | Keyless, and a free key raises the quota (current figures) | No |
Per-minute limits differ per API: CoinPaprika allows 10 requests/second per IP, DexPaprika 30 requests/minute on the free tiers and 300 on Pro. On DexPaprika, free-tier data is delayed up to 15 seconds; real-time is the Pro figure.
Resources
- CoinPaprika Docs | DexPaprika Docs
- CoinPaprika API | DexPaprika API
- AI Agents Showcase
- LLM-readable docs
- Streaming API (SSE, pushed when a swap moves the price)
- CoinPaprika CLI | DexPaprika CLI
SDKs: Go | Python | Node.js | PHP | Swift | Kotlin
Support
License
MIT, see LICENSE
Installing Claude Marketplace
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/coinpaprika/claude-marketplaceFAQ
Is Claude Marketplace MCP free?
Yes, Claude Marketplace MCP is free — one-click install via Unyly at no cost.
Does Claude Marketplace need an API key?
No, Claude Marketplace runs without API keys or environment variables.
Is Claude Marketplace hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Claude Marketplace in Claude Desktop, Claude Code or Cursor?
Open Claude Marketplace on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Claude Marketplace with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
