Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Jupiter Mcp
  4. vs Hyperliquid Info Mcp
Side-by-Side Model Context Protocol Comparison

Jupiter Mcp vs Hyperliquid Info Mcp

In-depth architectural comparison of the Jupiter Mcp and Hyperliquid Info Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Jupiter Mcp
Finance & Fintech · Local stdio
Quality: 40/100 (Fair) | Auth: API Key required
Hyperliquid Info Mcp
Finance & Fintech · Local stdio
Quality: 43/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Jupiter Mcp if you need specialized Finance & Fintech tools running via a local process. Choose Hyperliquid Info Mcp if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Jupiter Mcp logo

Choose Jupiter Mcp when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: PRIVATE_KEY, SOLANA_RPC_URL, SOLANA_NETWORK, REQUEST_TIMEOUT.
  • Primary tools included: Immediate token swaps with unsigned and signed transactions, Access to wallet token balances, Token search by query.
Explore Jupiter Mcp Details
Hyperliquid Info Mcp logo

Choose Hyperliquid Info Mcp when:

  • You need dedicated capabilities in the Finance & Fintech domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • You have access to required keys: HYPERLIQUID_ACCOUNT_ADDRESS.

Feature & Specification Comparison

Specification
Jupiter Mcp logo
Jupiter Mcp
araa47
Finance & Fintech
Hyperliquid Info Mcp logo
Hyperliquid Info Mcp
kukapay
Finance & Fintech
SummaryJupiter API Access (allow AI to Trade Tokens on Solana + Access Balances + Search Tokens + Create Limit Orders )An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.
Category & ScopeFinance & Fintech

Tools & Capabilities Breakdown

Jupiter Mcp Tools (5)

Immediate token swaps with unsigned and signed transactions
Access to wallet token balances
Token search by query
Limit order creation, execution, and cancellation
Configurable Solana RPC endpoint and network

Hyperliquid Info Mcp Tools (5)

User-specific queries for positions, orders, trades, funding, fees, and staking

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Jupiter Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "araa47-jupiter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "--version"
      ],
      "env": {
        "PRIVATE_KEY": "YOUR_PRIVATE_KEY_HERE",
        "SOLANA_RPC_URL": "YOUR_SOLANA_RPC_URL_HERE",
        "SOLANA_NETWORK": "YOUR_SOLANA_NETWORK_HERE",
        "REQUEST_TIMEOUT": "YOUR_REQUEST_TIMEOUT_HERE"
      }
    }
  }
}
Hyperliquid Info Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "kukapay-hyperliquid-info-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kukapay-hyperliquid-info-mcp"
      ],
      "env": {
        "HYPERLIQUID_ACCOUNT_ADDRESS": "YOUR_HYPERLIQUID_ACCOUNT_ADDRESS_HERE"
      }
    }
  }
}

Frequently Asked Questions

Jupiter Mcp is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Hyperliquid Info Mcp belongs to Finance & Fintech using local stdio subprocess. Select Jupiter Mcp when you need capabilities focused on finance & fintech and Hyperliquid Info Mcp when you require tools for finance & fintech.

More alternatives to Jupiter McpMore alternatives to Hyperliquid Info McpFinance & Fintech category hub

Related MCP Server Comparisons

Popular comparisons with Jupiter Mcp

  • Jupiter Mcp logoJupiter Mcp vs Jupiter Mcp
  • Trade Router Mcp logoJupiter Mcp vs Trade Router Mcp
  • Pumpswap Mcp logoJupiter Mcp vs Pumpswap Mcp
  • Tasty Agent logoJupiter Mcp vs Tasty Agent

Popular comparisons with Hyperliquid Info Mcp

  • Primary tools included: User-specific queries for positions, orders, trades, funding, fees, and staking, Market data including mid prices, L2 order book snapshots, and candlestick data, Metadata retrieval for perpetual and spot markets.
  • Explore Hyperliquid Info Mcp Details
    Finance & Fintech
    Quality signal40/100 (Fair)43/100 (Fair)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementAPI Key requiredNo auth required
    Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
    Required Env Vars
    PRIVATE_KEYSOLANA_RPC_URLSOLANA_NETWORKREQUEST_TIMEOUT
    HYPERLIQUID_ACCOUNT_ADDRESS
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · highnpx · low
    Engagement & Health 3 views 0 copies 0 upvotes 1 stars 1 views 0 copies 0 upvotes 30 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Jupiter Mcp ListingView Hyperliquid Info Mcp Listing
    Market data including mid prices, L2 order book snapshots, and candlestick data
    Metadata retrieval for perpetual and spot markets
    ISO 8601 time string support for precise time-based queries
    Analysis prompt to summarize user trading activity
    Lighter Mcp logo
    Hyperliquid Info Mcp vs Lighter Mcp
  • Openmm Mcp logoHyperliquid Info Mcp vs Openmm Mcp
  • Tasty Agent logoHyperliquid Info Mcp vs Tasty Agent
  • Metatrader Mcp Server logoHyperliquid Info Mcp vs Metatrader Mcp Server