Skip to main content
Glama

Server Details

Jupiter - 4 tools for swap quotes, liquidity pools, and trading data

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/jupiter-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: program_id_to_label_get maps program IDs to labels for error handling, quote_get retrieves a quote for a swap, swap_instructions_post generates instructions from a quote, and swap_post creates a swap transaction. There is no overlap in functionality, and the descriptions clearly differentiate their roles in the swap workflow.

Naming Consistency4/5

The tool names follow a consistent snake_case pattern with a verb_noun structure (e.g., program_id_to_label_get, quote_get, swap_instructions_post, swap_post), which is predictable and readable. The minor deviation is that 'program_id_to_label_get' includes an extra 'to_label' element, but overall the naming is highly consistent.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of facilitating swaps on Jupiter. Each tool earns its place by covering essential steps: mapping program IDs, getting quotes, generating instructions, and executing swaps. This count is appropriate and avoids being too thin or heavy.

Completeness5/5

The tool set provides complete coverage for the swap domain, including error mapping (program_id_to_label_get), quote retrieval (quote_get), instruction generation (swap_instructions_post), and transaction creation (swap_post). There are no obvious gaps; agents can perform a full swap workflow without dead ends.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.