MCP.so
Sign In

Jupiter MCP Server

@quanghuynguyen1902

About Jupiter MCP Server

Model Context Protocol server providing Claude AI with access to Jupiter's swap API on Solana

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

quanghuynguyen1902

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "jupiter-mcp-server": {
      "command": "npx",
      "args": [
        "jupiter-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Jupiter MCP Server?

Jupiter MCP Server is a Model Context Protocol server that gives Claude access to Jupiter's Portfolio API and Price API on Solana. It enables viewing wallet positions, tracking staked JUP tokens, and retrieving real‑time token prices for Solana‑based tokens. It is built for Claude Desktop users who manage Solana portfolios or need live price data.

How to use Jupiter MCP Server?

Install globally via npm install -g jupiter-mcp-server or run with npx jupiter-mcp-server. Configure Claude Desktop by adding the server entry to claude_desktop_config.json with the required JUPITER_API_KEY environment variable. Restart Claude Desktop and then ask for portfolio data, staked JUP info, supported platforms, or current token prices.

Key features of Jupiter MCP Server

  • Portfolio positions: wallet balances, staked tokens, liquidity pools, farming, vaults, lending.
  • Staked JUP tracking with unstaking positions.
  • List of integrated DeFi platforms.
  • Real‑time token prices with USD value, 24h change, and decimals.
  • Supports single or multiple token queries by mint address.
  • Uses Jupiter Portfolio API v1 and Price API v3.

Use cases of Jupiter MCP Server

  • Retrieve a full portfolio overview for any Solana wallet address.
  • Check the amount of staked JUP and any unstaking positions.
  • Get live prices for one or more Solana tokens (e.g., SOL, USDC).

FAQ from Jupiter MCP Server

What are the system requirements?

Node.js v16 or higher and the Claude Desktop application.

How do I get a Jupiter API key?

Visit the Jupiter Portal at https://portal.jup.ag/ to obtain an API key.

How do I configure Claude Desktop to use this server?

Edit the Claude Desktop configuration file (claude_desktop_config.json) and add a jupiter-mcp-server entry with "command": "npx", "args": ["jupiter-mcp-server"], and a JUPITER_API_KEY environment variable. Restart Claude Desktop.

What tools does the server provide?

It provides four tools: jupiter_get_positions, jupiter_get_staked_jup, jupiter_get_platforms, and jupiter_get_price.

What APIs does the server use?

It uses Jupiter Portfolio API v1 for portfolio and staking data, and Jupiter Price API v3 for token prices.

Comments

More Other MCP servers