# ChatGPT Actions integration Source: https://docs.dexpaprika.com/ai-integration/chatgpt-actions Integrate DexPaprika data with ChatGPT using OpenAPI actions for real-time crypto and DeFi data access directly in your conversations. ## What are ChatGPT Actions? ChatGPT Actions allow you to connect ChatGPT to external APIs, enabling it to retrieve real-time data and perform actions beyond its training data. With DexPaprika's ChatGPT Actions integration, you can access live cryptocurrency and DeFi data directly within your ChatGPT conversations. **Ready-to-use OpenAPI URL:** Visit [mcp.dexpaprika.com/openapi](https://mcp.dexpaprika.com/openapi) to get the pre-configured OpenAPI specification URL for immediate use with ChatGPT Actions. ## Prerequisites * **ChatGPT Plus or Enterprise subscription** - Actions are only available for paid ChatGPT users * Access to **ChatGPT's custom GPT creation** interface * Basic understanding of API integrations (helpful but not required) *** ## Step-by-Step setup guide ### Step 1: Create a new Custom GPT 1. **Log in to ChatGPT** and navigate to your dashboard 2. **Click "Explore"** in the sidebar 3. **Select "Create a GPT"** from the top of the page 4. **Choose "Configure"** tab for manual setup ### Step 2: Configure your GPT Fill in the basic information for your custom GPT: * **Name**: `DexPaprika Crypto Assistant` * **Description**: `Get real-time cryptocurrency and DeFi data across 20+ blockchain networks` * **Instructions**: ``` You are a cryptocurrency and DeFi data assistant powered by DexPaprika. You can access real-time data about: - Blockchain networks and their supported DEXes - Liquidity pools and their metrics (TVL, volume, fees) - Token prices and market data - DEX trading activity and analytics - Cross-chain comparisons and analysis Always provide accurate, up-to-date information and explain complex DeFi concepts clearly. When showing pool data, include relevant metrics like TVL, 24h volume, and fee tiers when available. ``` ### Step 3: Add the DexPaprika Action 1. **Scroll down to the "Actions" section** 2. **Click "Create new action"** 3. **Get the OpenAPI URL** from [mcp.dexpaprika.com/openapi](https://mcp.dexpaprika.com/openapi) 4. **Import the schema**: * Select **"Import from URL"** * Paste the OpenAPI URL: `https://mcp.dexpaprika.com/openapi` * Click **"Import"** The OpenAPI specification will automatically configure all available DexPaprika endpoints, including networks, pools, tokens, and search functionality. ### Step 4: Configure action settings 1. **Authentication**: Select "None" (DexPaprika API is publicly accessible) 2. **Privacy policy**: Add `https://dexpaprika.com/terms/` if required 3. **Action description**: The description will be auto-filled from the OpenAPI spec ### Step 5: Test and Publish 1. **Click "Test"** to verify the integration works 2. **Try a sample query**: "What are the top 5 liquidity pools on Ethereum?" 3. **Click "Save"** when everything works correctly 4. **Choose visibility**: Keep private or share with others *** ## Usage examples Once your ChatGPT Action is set up, you can ask questions like: ### Network and DEX queries * "Which blockchain networks does DexPaprika support?" * "What are the top DEXes on Solana by trading volume?" * "Show me all available DEXes on Arbitrum" ### Pool analysis * "What are the most liquid USDC/ETH pools across all networks?" * "Find the highest volume pools on Uniswap V3" * "Compare fees between different USDT/USDC pools" ### Token information * "What's the current price of SOL across different DEXes?" * "Show me all pools containing PEPE token" * "Get detailed information about Chainlink token on Ethereum" ### Market research * "Find newly created pools with high trading volume" * "What's the total trading volume on PancakeSwap today?" * "Compare liquidity between Ethereum and Polygon networks" ### Advanced analytics * "Analyze arbitrage opportunities between Uniswap and SushiSwap" * "Show me pools with unusual price movements in the last 24 hours" * "Find the most profitable liquidity provision opportunities" **Want to explore more?** Visit [mcp.dexpaprika.com](https://mcp.dexpaprika.com) to test the interface, check out our [tutorials](/tutorials/tutorial_intro) for step-by-step guides, or browse the [API documentation](/api-reference/introduction) for technical details. *** ## Troubleshooting **Solutions**: 1. Verify the OpenAPI URL is correctly imported: `https://mcp.dexpaprika.com/openapi` 2. Check that your ChatGPT subscription includes Actions (Plus or Enterprise) 3. Try recreating the Action if import failed 4. Ensure no typos in the OpenAPI URL **Solutions**: 1. Be more specific in your queries (include network names, token symbols) 2. Try different phrasings for your questions 3. Check if the requested data exists (some networks/tokens may have limited pools) **Solutions**: 1. Break complex queries into smaller, focused questions 2. Ask for specific data rather than broad overviews 3. Be patient - real-time data fetching may take a few seconds *** ## What's next? Explore all available endpoints and their capabilities Try our Model Context Protocol integration for Claude Zero-setup MCP integration for Claude and Cursor Learn how to discover newly created liquidity pools ## Need Help? Connect with our community for real-time support Contact our team for technical assistance **Custom integrations needed?** Our team can help you build advanced ChatGPT Actions tailored to your specific use cases. [Contact us](mailto:support@coinpaprika.com) to discuss your requirements. # DexPaprika Hosted MCP Server Source: https://docs.dexpaprika.com/ai-integration/hosted-mcp-server Access real-time DeFi data in Claude, Cursor, and other MCP-compatible tools without any installation or setup. Our hosted MCP server provides instant access to comprehensive DEX data across 20+ blockchains. Having trouble connecting? We're here to help - [reach out](mailto:support@coinpaprika.com) and we'll get you up and running. ## Why use our hosted MCP server? Skip the installation hassle and get instant access to comprehensive DeFi data. Our hosted MCP server eliminates setup complexity while providing enterprise-grade reliability and performance. **What you get instantly:** * **Zero setup required** - just add the URL to your config * **Multiple transport options** - SSE, streamable HTTP, and JSON-RPC support * **Always up-to-date** - we handle updates and maintenance * **Enterprise reliability** - High availability and performance * **Real-time data** - live prices, volumes, and pool information * **20+ blockchain networks** - Ethereum, Solana, Base, Arbitrum, and more Visit [mcp.dexpaprika.com](https://mcp.dexpaprika.com) to explore our hosted MCP server interface and see the available data before integrating. *** ## Quick integration guide ### Claude desktop setup Add our hosted MCP server to Claude Desktop in just 2 steps: Find your Claude Desktop configuration file: * **macOS**: `~/Library/Application\ Support/Claude/claude_desktop_config.json` * **Windows**: `%APPDATA%/Claude/claude_desktop_config.json` * **Linux**: `~/.config/Claude/claude_desktop_config.json` If the file doesn't exist, create it with this content: ```json { "mcpServers": { "dexpaprika": { "url": "https://mcp.dexpaprika.com/sse" } } } ``` If the file already exists, add our server to the existing `mcpServers` object: ```json { "mcpServers": { "dexpaprika": { "url": "https://mcp.dexpaprika.com/sse" } } } ``` Save the file and restart Claude Desktop. You're ready to go! ### Cursor setup 1. Open Cursor IDE 2. Go to **Settings** (Cmd/Ctrl + ,) 3. Navigate to **Tools & Integrations** 4. Click **New MCP server** This will open the `mcp.json` file. Add the DexPaprika server configuration: ```json { "mcpServers": { "dexpaprika": { "url": "https://mcp.dexpaprika.com/sse" } } } ``` Save the file and restart Cursor if needed. ### ChatGPT integration Want to use DexPaprika data in ChatGPT? You can integrate our API directly into ChatGPT using Actions: 1. **Create a custom GPT** in ChatGPT (requires Plus or Enterprise subscription) 2. **Add our OpenAPI specification** from [mcp.dexpaprika.com/openapi](https://mcp.dexpaprika.com/openapi) 3. **Start asking crypto questions** directly in your ChatGPT conversations **Ready to set up ChatGPT?** Follow our complete [ChatGPT Actions integration guide](/ai-integration/chatgpt-actions) for step-by-step instructions. *** ## Connection options Our hosted MCP server supports multiple transport protocols to ensure compatibility with different clients and use cases: **Endpoint:** `https://mcp.dexpaprika.com/sse` **Best for:** Claude Desktop, Cursor, and most MCP clients\ **Benefits:** Real-time streaming updates, excellent browser compatibility, automatic reconnection\ **Use cases:** Live price monitoring, real-time pool updates, continuous market data feeds This is the recommended option for most users as it provides the smoothest experience with popular AI tools. **Endpoint:** `https://mcp.dexpaprika.com/streamable-http` **Best for:** Custom applications, web services, and clients that prefer HTTP streaming\ **Benefits:** Standard HTTP protocol, works well with firewalls, easier debugging\ **Use cases:** Integration with existing web infrastructure, corporate environments with strict network policies Perfect for developers building custom integrations or working in environments where SSE might be restricted. **Endpoint:** `https://mcp.dexpaprika.com/json-rpc` **Best for:** Traditional API integrations, batch processing, simple request-response patterns\ **Benefits:** Familiar REST-like interface, stateless communication, easy to cache\ **Use cases:** Periodic data fetching, batch analysis, integration with existing JSON-RPC systems Ideal for applications that don't need real-time updates and prefer traditional API communication patterns. **Getting started?** Use the SSE endpoint (`https://mcp.dexpaprika.com/sse`) for the best experience with Claude Desktop and Cursor. You can always switch protocols later based on your specific needs. **Need help choosing?** Visit [mcp.dexpaprika.com](https://mcp.dexpaprika.com) to test different connection methods and see which works best for your setup. *** ## Available features Our hosted MCP server provides comprehensive access to DeFi data: ### Core data access * **Multi-chain support** - 20+ blockchain networks including Ethereum, Solana, Base, Arbitrum, Polygon, and more * **Real-time prices** - Live token prices and market data * **Liquidity pools** - Detailed pool information, volumes, and fees * **DEX analytics** - Trading data across major decentralized exchanges * **Search functionality** - Find tokens, pools, and DEXes across all networks ### Advanced analytics * **Historical data** - Price history and trading volumes over time * **Pool monitoring** - Track new pool creation and liquidity changes * **Cross-chain comparisons** - Compare prices and liquidity across different networks * **Volume analysis** - Trading volume trends and patterns *** ## Usage examples Once configured, you can ask Claude or Cursor powerful questions about DeFi data: ### Example queries you can make | Category | Example Query | | --------------------------- | ------------------------------------------------------------------------------------------- | | **Basic market data** | "What are the top 5 liquidity pools by volume today?" | | **Network information** | "Which blockchain networks does DexPaprika support?" | | **Token prices** | "What's the current price of SOL across different DEXes?" | | **Pool analysis** | "Show me the most liquid USDC/ETH pools across all networks and compare their trading fees" | | **New opportunities** | "Find newly created liquidity pools in the last 24 hours with volume over \$100k" | | **Cross-chain comparison** | "Compare ETH prices between Ethereum mainnet and Layer 2 solutions like Arbitrum and Base" | | **DEX performance** | "Which DEX has the highest trading volume on Solana today?" | | **Token discovery** | "Search for meme tokens with high trading volume in the last hour" | | **Arbitrage opportunities** | "Find price differences for USDC across different DEXes on Ethereum" | **Want to explore more?** Visit [mcp.dexpaprika.com](https://mcp.dexpaprika.com) to test the interface, check out our [tutorials](/tutorials/tutorial_intro) for step-by-step guides, or browse the [API documentation](/api-reference/introduction) for technical details. *** ## Benefits over self-hosted solutions | Feature | Hosted MCP | Self-Hosted MCP | | --------------- | -------------------- | ------------------------------ | | **Setup time** | \< 2 minutes | 15-30 minutes | | **Maintenance** | Zero - we handle it | Regular updates required | | **Reliability** | High availability | Depends on your infrastructure | | **Performance** | Optimized hosting | Limited by your server | | **Updates** | Automatic | Manual intervention | | **Support** | Professional support | Community only | *** ## Troubleshooting ### Common issues and solutions **Symptoms**: Claude shows connection errors or timeouts when making requests. **Solutions**: 1. Check your internet connection 2. Restart Claude Desktop/Cursor 3. Verify the configuration syntax in your config file 4. Try removing and re-adding the server configuration **Symptoms**: Can't locate the Claude Desktop configuration file. **Solutions**: 1. Create the directories if they don't exist: * **macOS**: `mkdir -p ~/Library/Application\ Support/Claude/` * **Windows**: Create the `Claude` folder in your `%APPDATA%` directory 2. Create the `claude_desktop_config.json` file manually 3. Ensure proper JSON syntax **Symptoms**: The DexPaprika server doesn't appear in Claude's available tools. **Solutions**: 1. Verify JSON syntax in your configuration file 2. Restart Claude Desktop completely 3. Check that the server URL is correct: `https://mcp.dexpaprika.com/sse` 4. Try removing and re-adding the server configuration **Symptoms**: Getting rate limit errors or API failures. **Solutions**: 1. Our hosted service includes built-in rate limiting protection 2. If you're hitting limits, contact support for assistance 3. Try spacing out your requests if making many in quick succession *** ## API coverage Our hosted MCP server provides access to all DexPaprika API endpoints: Access all supported blockchain networks and their available decentralized exchanges Comprehensive pool data including TVL, volume, fees, and token pairs Real-time token prices, market data, and detailed token information Price history, volume trends, and historical pool performance Powerful search across tokens, pools, and DEXes with filtering options Live data feeds with the latest market information and trading activity *** ## What's next? Explore all available data endpoints and their capabilities Learn how to discover newly created liquidity pools and tokens Want to run your own MCP server? Check out our self-hosted guide Access and analyze historical price and volume data ## Need help? Connect with our community and get real-time support from other builders Reach out directly for technical support or feature requests **Looking for custom integrations?** Our team can help you integrate DexPaprika data into any application or workflow. [Contact us](mailto:support@coinpaprika.com) to discuss your specific needs. # Installing MCP Server for DexPaprika Source: https://docs.dexpaprika.com/ai-integration/mcp Integrating DexPaprika data with Claude.ai using Model Context Protocol (MCP) ## What is MCP? MCP (Model Context Protocol) is an [open protocol standard customized by Claude](https://modelcontextprotocol.io/introduction) for establishing unified context interaction between AI models and development environments, enabling AI to better understand and process code. The DexPaprika MCP server leverages this protocol to provide AI assistants like Claude with access to real-time crypto and DeFi market data, enabling advanced conversations about blockchain networks, decentralized exchanges (DEXes), liquidity pools, and tokens across the DeFi ecosystem. **Looking for an easier setup?** If you prefer not to install anything locally, check out our [DexPaprika Hosted MCP Server](/ai-integration/hosted-mcp-server) for instant access with zero installation required. ## Installation Guide