Jupiter Solana Mcp Server

Created By
pipedude5 months ago
A comprehensive MCP (Model Context Protocol) server for interacting with Jupiter Protocol on Solana. Features token swaps, search, portfolio management, and intelligent error diagnostics.
Overview

What is Jupiter Solana MCP Server?

Jupiter Solana MCP Server is a comprehensive Model Context Protocol (MCP) server designed for interacting with the Jupiter Protocol on the Solana blockchain. It facilitates token swaps, portfolio management, and provides intelligent error diagnostics.

How to use Jupiter Solana MCP Server?

To use the server, clone the repository from GitHub, install the necessary dependencies, and configure your environment variables with your Solana RPC URL, private key, and Jupiter API key. Then, run the server using Node.js.

Key features of Jupiter Solana MCP Server?

  • Token Swaps: Execute token swaps with intelligent slippage and fee handling.
  • Token Search: Find tokens by symbol, name, or mint address with detailed market data.
  • Portfolio Management: View and manage token balances across your wallet.
  • Smart Diagnostics: Intelligent error detection with user guidance.
  • SOL Fee Checking: Automatic validation of sufficient SOL for transaction fees.
  • Multi-language Support: Full English localization for international users.

Use cases of Jupiter Solana MCP Server?

  1. Executing token swaps on the Solana blockchain.
  2. Managing and viewing token balances in a user-friendly format.
  3. Searching for tokens and retrieving market data.
  4. Diagnosing and resolving transaction errors efficiently.

FAQ from Jupiter Solana MCP Server?

  • What is required to run the server?

You need Node.js version 18 or higher, a Jupiter API key, a Solana wallet private key, and access to a Solana RPC node.

  • Is there a cost to use the server?

The server is free to use, but you may incur transaction fees on the Solana network.

  • How does the error handling work?

The server provides intelligent error messages and suggestions for resolving common issues like insufficient SOL or network problems.

Server Config

{
  "mcpServers": {
    "Jupiter-MCP": {
      "command": "node",
      "args": [
        "path/to/jupiter-mcp/index.js"
      ],
      "env": {
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
        "PRIVATE_KEY": "your_base58_encoded_private_key_here",
        "JUPITER_API_KEY": "your_jupiter_api_key_here"
      }
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
pipedude
Star
-
Language
-
License
-

Recommend Servers

View All
Docwand

42 minutes ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

37 minutes ago
Puter Mcp

a day ago