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

# CoinPaprika Crypto MCP Server

> Access real-time cryptocurrency data in Claude, Cursor, and other MCP-compatible tools through our hosted MCP server

## What is MCP?

Model Context Protocol (MCP) is an [open standard](https://modelcontextprotocol.io/introduction) that enables AI systems to connect to external data sources and tools. It provides a consistent interface for AI models to access real-time information, perform calculations, and interact with external services.

The CoinPaprika MCP server leverages this protocol to provide AI assistants like Claude with access to real-time cryptocurrency market data, enabling advanced conversations about crypto prices, market caps, trading volumes, and comprehensive token information across the entire cryptocurrency ecosystem.

## Why use our hosted MCP server?

Skip the installation hassle and get instant access to comprehensive cryptocurrency 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 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 market information
* **Comprehensive coverage** - Access to our full cryptocurrency database

<Note>
  Visit [mcp.coinpaprika.com](https://mcp.coinpaprika.com) to explore our hosted MCP server interface and see the available data before integrating.
</Note>

## Connection Methods

There are two ways to connect to the CoinPaprika MCP server:

<AccordionGroup>
  <Accordion title="Server-Sent Events (SSE) - Recommended for pre-configured tools like Claude Desktop and Cursor">
    **Endpoint:** `https://mcp.coinpaprika.com/sse`

    **Best for:** Claude Desktop, Cursor, and most MCP clients\
    **Benefits:** Latest data updates, excellent browser compatibility, automatic reconnection\
    **Use cases:** Live price monitoring, real-time market data feeds, continuous cryptocurrency updates

    This is the recommended option for most users as it provides the smoothest experience with popular AI tools.
  </Accordion>

  <Accordion title="JSON-RPC over HTTP - Perfect for AI agent integrations and custom applications">
    **Endpoint:** `https://mcp.coinpaprika.com/json-rpc`

    **Best for:** AI agent integrations, custom applications, server-to-server communication\
    **Benefits:** Reliable data access, consistent response format, easy integration with existing systems\
    **Use cases:** AI agent data fetching, custom trading bots, automated portfolio monitoring, integration with existing applications

    Ideal for developers building AI agents or applications that need reliable, on-demand access to cryptocurrency data.
  </Accordion>
</AccordionGroup>

<Tip>
  **Getting started?** Use the SSE endpoint (`https://mcp.coinpaprika.com/sse`) for the best experience with Claude Desktop and Cursor. Check out our [Claude & Cursor integration guide](/mcp-connect-claude-cursor) for step-by-step instructions. For custom AI agents and applications, the JSON-RPC endpoint provides reliable data access with consistent response formats.
</Tip>

***

## Use Cases

The CoinPaprika MCP server is perfect for:

* **AI Assistants** - Provide latest crypto information and market analysis
* **AI Trading Bots** - Access market data for decision making and portfolio management
* **Analytics Dashboards** - Display live cryptocurrency metrics and trends
* **Educational Applications** - Teach cryptocurrency concepts with live, up-to-date data
* **Portfolio Trackers** - Monitor cryptocurrency holdings with latest price updates

## Getting Started

Ready to integrate? Choose your path:

<CardGroup cols={2}>
  <Card title="Connect Claude Desktop or Cursor" icon="plug" href="/mcp-connect-claude-cursor">
    Set up MCP in your AI development environment with step-by-step instructions
  </Card>

  <Card title="Use JSON-RPC Directly" icon="code" href="/mcp-json-rpc-usage">
    Make direct API calls to our MCP server with practical examples
  </Card>
</CardGroup>

***

## Need Help?

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

  <Card title="Direct Support" icon="envelope" href="mailto:support@coinpaprika.com">
    Contact our team for technical assistance and custom integrations
  </Card>
</CardGroup>

<Note>
  **Building something amazing?** Share your CoinPaprika MCP integrations with our community! We love seeing what developers build with our tools. [Reach out](mailto:support@coinpaprika.com) to showcase your work.
</Note>
