MCP Jupiter
MCP Júpiter
Este repositorio contiene un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona a Claude acceso a la API de swap de Jupiter. El servidor le permite realizar operaciones como obtener cotizaciones, crear y enviar transacciones de swap en la blockchain de Solana mediante Jupiter.
Descripción general
El servidor MCP expone varias herramientas a Claude:
jupiter_get_quote: Obtenga una cotización para intercambiar tokens en Jupiterjupiter_build_swap_transaction: Crea una transacción de intercambio en Júpiterjupiter_send_swap_transaction: Envía una transacción de intercambio en Júpiter
Related MCP server: Solana Agent Kit MCP Server
Prerrequisitos
Node.js (v16 o superior)
Aplicación de escritorio Claude
Instalación
Clonar este repositorio:
git clone https://github.com/dcSpark/mcp-server-jupiter.git cd mcp-server-jupiterInstalar dependencias:
npm ciConstruir el proyecto:
npm run build
Instalación global
También puedes instalar el paquete globalmente o usarlo directamente con npx:
# Install globally
npm install -g @mcp-dockmaster/mcp-server-jupiter
# Or use directly with npx
npx @mcp-dockmaster/mcp-server-jupiterConfiguración
Configurar Claude Desktop
Para configurar Claude Desktop para utilizar este servidor MCP:
Abra Claude Desktop
Navegue hasta el archivo de configuración de Claude Desktop:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonVentanas:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Agregue la configuración del servidor MCP:
{
"mcpServers": {
"mcp-server-jupiter": {
"command": "node",
"args": [
"/path/to/your/mcp-server-jupiter/build/index.js"
]
}
}
}Si ha instalado el paquete globalmente o desea utilizar npx, puede configurarlo de esta manera:
{
"mcpServers": {
"mcp-server-jupiter": {
"command": "npx",
"args": [
"@mcp-dockmaster/mcp-server-jupiter"
]
}
}
}Ejecutando localmente
# If installed locally
node build/index.js
# If installed globally
mcp-server-jupiter
# Using npx
npx @mcp-dockmaster/mcp-server-jupiterUso
Una vez configurado, reinicie Claude Desktop. Claude ahora tendrá acceso a las herramientas de intercambio de Jupiter. Puede pedirle a Claude que:
Obtenga una cotización para intercambiar tokens:
What's the quote for swapping 1 SOL to USDC?Crear una transacción de swap:
Build a swap transaction for the quote I just got.Enviar una transacción de swap:
Send the swap transaction I just built.
Claude utilizará el servidor MCP para interactuar directamente con la API de intercambio de Júpiter.
Desarrollo
Agregar nuevas herramientas
Para agregar nuevas herramientas al servidor MCP:
Define la herramienta en
src/tools.tsCree una función de controlador en el archivo de controlador apropiado
Agregue el controlador al objeto de
handlersensrc/tools.ts
Edificio
npm run buildLicencia
Instituto Tecnológico de Massachusetts (MIT)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server that provides Claude with comprehensive access to Solana blockchain data via the Helius API, enabling operations like checking wallet balances, retrieving blockchain information, and interacting with tokens and NFTs.381014MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.40162Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server enabling AI agents to interact with the Solana blockchain for DeFi operations like checking balances, transferring tokens, executing swaps, and fetching price data.4023MIT
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface for operations like managing assets, executing token operations, and retrieving network information.7
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.
Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcSpark/mcp-server-jupiter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server