> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DexPaprika Claude Code plugin - Quick setup guide

> Install the DexPaprika Claude Code plugin with two simple commands. Access real-time DEX data, liquidity pools, and token prices directly in Claude Code. Integrated MCP server with zero additional setup required.

## Tutorial overview

Get instant access to real-time DeFi data in Claude Code. The DexPaprika Claude Code plugin provides built-in access to decentralized exchanges, liquidity pools, and token pricing--all with just two commands.

<Info>
  The DexPaprika plugin is a **Claude Code plugin** with built-in MCP server access. Two commands. Zero additional setup. Real-time DEX data ready to use.
</Info>

***

## What is the DexPaprika Claude Code plugin?

The DexPaprika plugin is a native Claude Code plugin that gives you instant access to real-time decentralized exchange (DEX) data, liquidity pool analytics, and token pricing information across 33 blockchain networks.

**Key features:**

* ✅ Real-time DEX and pool data access
* ✅ Token pricing and market analytics
* ✅ Liquidity pool information
* ✅ Multi-network blockchain support
* ✅ Built-in MCP server (no separate installation needed)
* ✅ Works in Claude Desktop and Cursor IDE
* ✅ No API keys required

***

## Quick installation (2 commands)

### Step 1: Add the CoinPaprika marketplace

```bash theme={null}
/plugin marketplace add coinpaprika/claude-marketplace
```

This adds access to the CoinPaprika marketplace where the DexPaprika plugin is hosted.

### Step 2: Install the DexPaprika plugin

```bash theme={null}
/plugin install dexpaprika
```

Select **"Install now"** when prompted.

### That's it! 🎉

You now have access to real-time DeFi data in Claude Code. No configuration files, no environment setup, no API keys needed.

***

## Using the plugin

Once installed, you can ask Claude about DeFi data naturally:

### Example queries

**Get pool information:**

```
What are the top liquidity pools on Ethereum by volume?
```

**Find token prices:**

```
Show me the current price of USDC and USDT on Ethereum.
```

**Analyze specific pools:**

```
Tell me about the USDC/ETH pool on Uniswap V3.
```

**Discover networks:**

```
What blockchain networks are supported by DexPaprika?
```

**Search for tokens:**

```
Find all pools that include the PEPE token.
```

Claude will automatically use the plugin to fetch real-time data and provide you with current market information.

***

## What's included in the plugin

The DexPaprika plugin gives Claude access to:

### Network information

* List of supported blockchain networks
* Network metadata and specifications

### Decentralized exchanges (DEXes)

* Available DEXes on each network
* DEX volume and activity data
* Protocol information

### Liquidity pools

* Top pools by volume, price, transactions
* Detailed pool metrics and token pairs
* Pool fee structures
* Recent transaction history

### Token data

* Current token prices in USD
* Market data and liquidity information
* Trading volume (5m, 15m, 1h, 6h, 24h)
* Token metadata and explorer links

### Search functionality

* Find tokens, pools, and DEXes across networks
* Search by name, symbol, or address

***

## Verify installation

After installing the plugin, you can check that it's working:

### Check available commands

```
/help
```

You should see the DexPaprika plugin listed among available commands.

### Test with a simple query

```
What networks does DexPaprika support?
```

Claude should return a list of supported blockchain networks (Ethereum, Solana, Base, Arbitrum, Polygon, etc.).

***

## Managing the plugin

### View installed plugins

```
/plugin
```

Select "Manage Plugins" to see all installed plugins and their status.

### Enable/disable the plugin

```
/plugin disable dexpaprika@coinpaprika
```

Disable the plugin if you want to reduce context usage, but keep it installed.

```
/plugin enable dexpaprika@coinpaprika
```

Re-enable the plugin when you need it again.

### Uninstall the plugin

```
/plugin uninstall dexpaprika@coinpaprika
```

Completely remove the plugin if you no longer need it.

### Update the plugin

```
/plugin marketplace update coinpaprika/claude-marketplace
```

Keep the plugin up-to-date with the latest features and improvements.

***

## Practical use cases

### Portfolio monitoring

Ask Claude to track your tokens:

```
Monitor these tokens on Ethereum:
- WETH (0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
- USDC (0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48)
- DAI (0x6b175474e89094c44da98b954eedeac495271d0f)

Show their current prices and highest volume pools.
```

### DEX comparison

```
Compare trading volumes on Uniswap and Curve across Ethereum and Polygon.
Which DEX has higher volume? Which pools are most active?
```

### Market research

```
On Solana, what are the top 10 liquidity pools by 24h volume?
For each pool, show token pairs, current price, volume in USD, and liquidity.
```

### Token discovery

```
Find emerging tokens on Base network.
Show the ones created recently with highest trading volume.
```

***

## How it works

The DexPaprika Claude Code plugin:

1. **Installs via the marketplace** -- `/plugin install dexpaprika`
2. **Includes built-in MCP server access** -- No separate MCP configuration needed
3. **Connects to DexPaprika API** -- Fetches real-time DEX and token data
4. **Provides data to Claude** -- Claude uses the data to answer your questions
5. **Returns formatted results** -- Get market analysis, pool data, pricing information

The MCP server is **built into the plugin**, so you don't need to install or configure it separately.

***

## Troubleshooting

### Plugin not showing up

**Problem:** After installing, you don't see the DexPaprika plugin in `/help`

**Solution:**

1. Run `/plugin marketplace update coinpaprika/claude-marketplace`
2. Restart Claude Code
3. Run `/plugin install dexpaprika` again

### Claude not using the plugin

**Problem:** You ask about DEX data but Claude doesn't use the plugin

**Solution:**

* Ask explicitly: "Using DexPaprika, show me..."
* Or phrase questions about pools, tokens, and DEXes specifically
* Claude automatically recognizes plugin-relevant queries

### Plugin commands not working

**Problem:** `/plugin` commands not recognized

**Solution:**

* Ensure you're in Claude Code (not another terminal)
* Check that you're using the correct syntax: `/plugin install dexpaprika`
* Verify marketplace is added: `/plugin marketplace add coinpaprika/claude-marketplace`

### No data returned

**Problem:** Claude can't find data for your query

**Solution:**

* Check the network name (use lowercase: `ethereum`, `solana`, not `Ethereum`)
* Verify token address format for your blockchain
* Some tokens may not have pricing data; try with major tokens (WETH, USDC, DAI)

***

## Integration with CoinPaprika plugin

The same marketplace also hosts the **CoinPaprika plugin** for global cryptocurrency market data.

**Install both for complete crypto coverage:**

```bash theme={null}
/plugin install dexpaprika
/plugin install coinpaprika
```

**What you get:**

* **DexPaprika plugin** -- DEX pools, on-chain liquidity, tokens on specific networks
* **CoinPaprika plugin** -- Global crypto rankings, market cap, exchange data

Use them together to compare DEX prices with exchange prices and find arbitrage opportunities.

***

## Next steps

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Explore the complete DexPaprika API documentation for all available data.
  </Card>

  <Card title="Batch Token Prices" icon="bolt" href="/tutorials/batch-token-prices">
    Learn how to efficiently fetch prices for multiple tokens.
  </Card>

  <Card title="Fetch Token Prices" icon="search" href="/tutorials/fetch-token-price">
    Step-by-step guide to querying token data via the API.
  </Card>

  <Card title="Plugin Marketplaces" icon="store" href="https://docs.claude.com/en/docs/claude-code/plugin-marketplaces">
    Learn more about Claude Code plugins and marketplaces.
  </Card>
</CardGroup>

***

## Get support

<CardGroup cols={2}>
  <Card title="Join Discord" icon="discord" href="https://discord.gg/DhJge5TUGM">
    Connect with our community and get real-time support.
  </Card>

  <Card title="Give Feedback" icon="message" href="mailto:support@coinpaprika.com">
    Share your experience and help us improve the plugin.
  </Card>
</CardGroup>

### FAQs

<AccordionGroup>
  <Accordion title="How do I install the DexPaprika plugin?">
    Two commands:

    1. `/plugin marketplace add coinpaprika/claude-marketplace`
    2. `/plugin install dexpaprika`

    That's it! No configuration needed.
  </Accordion>

  <Accordion title="Do I need an API key?">
    No. The DexPaprika API is public and free. No authentication required.
  </Accordion>

  <Accordion title="Does the plugin work in Cursor IDE?">
    Yes. The plugin works in both Claude Desktop and Cursor IDE.
  </Accordion>

  <Accordion title="What's the difference between this plugin and the MCP server?">
    The **Claude Code plugin** is the easy way to get started--just install and use. It includes built-in access to the MCP server. If you need advanced MCP configuration, you can set up the MCP server separately for more control, but the plugin handles this for you automatically.
  </Accordion>

  <Accordion title="Can I disable the plugin without uninstalling?">
    Yes. Run `/plugin disable dexpaprika@coinpaprika` to turn it off, then `/plugin enable dexpaprika@coinpaprika` to turn it back on.
  </Accordion>

  <Accordion title="How often is the plugin updated?">
    The plugin receives updates automatically from the marketplace. Run `/plugin marketplace update coinpaprika/claude-marketplace` to check for updates.
  </Accordion>

  <Accordion title="What networks are supported?">
    33 networks including Ethereum, Solana, Base, Arbitrum, Polygon, Optimism, Fantom, Avalanche, Binance Smart Chain, and more. Ask Claude: "What networks are supported?"
  </Accordion>

  <Accordion title="Can I use both DexPaprika and CoinPaprika plugins together?">
    Yes! Install both for comprehensive crypto data:

    * `DexPaprika` -- DEX and on-chain pool data
    * `CoinPaprika` -- Global market cap and exchange data
  </Accordion>

  <Accordion title="What if Claude doesn't use the plugin automatically?">
    Ask explicitly: "Using DexPaprika, show me..." or phrase your question about pools, tokens, and DEXes specifically.
  </Accordion>

  <Accordion title="Is the plugin secure?">
    The plugin only makes read-only API calls to public DexPaprika endpoints. No private data is transmitted. All queries are logged per standard Anthropic policy.
  </Accordion>
</AccordionGroup>

<script type="application/ld+json">
  {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {"@type": "Question","name": "How do I install the DexPaprika Claude Code plugin?","acceptedAnswer": {"@type": "Answer","text": "Run two commands: /plugin marketplace add coinpaprika/claude-marketplace and /plugin install dexpaprika. No additional configuration needed."}},
        {"@type": "Question","name": "Do I need an API key for the plugin?","acceptedAnswer": {"@type": "Answer","text": "No. The DexPaprika API is public and free. No API keys, registration, or authentication required."}},
        {"@type": "Question","name": "Works with Cursor IDE?","acceptedAnswer": {"@type": "Answer","text": "Yes. The plugin works in both Claude Desktop and Cursor IDE."}},
        {"@type": "Question","name": "What networks does DexPaprika support?","acceptedAnswer": {"@type": "Answer","text": "33 networks including Ethereum, Solana, Base, Arbitrum, Polygon, Optimism, Fantom, Avalanche, Binance Smart Chain, and more."}},
        {"@type": "Question","name": "Can I disable the plugin without uninstalling?","acceptedAnswer": {"@type": "Answer","text": "Yes. Run /plugin disable dexpaprika@coinpaprika to turn it off, then /plugin enable dexpaprika@coinpaprika to turn it back on."}},
        {"@type": "Question","name": "How is the plugin updated?","acceptedAnswer": {"@type": "Answer","text": "The plugin receives automatic updates from the marketplace. Run /plugin marketplace update coinpaprika/claude-marketplace to check for updates."}},
        {"@type": "Question","name": "Can I use DexPaprika and CoinPaprika together?","acceptedAnswer": {"@type": "Answer","text": "Yes. Install both plugins for comprehensive crypto data: DexPaprika for DEX data and CoinPaprika for global market data."}},
        {"@type": "Question","name": "What if Claude doesn't use the plugin?","acceptedAnswer": {"@type": "Answer","text": "Ask explicitly: Using DexPaprika, show me... or phrase questions about pools, tokens, and DEXes specifically."}}
      ]
    })}
</script>
