diff --git a/servers/jupiter-mcp.json b/servers/jupiter-mcp.json new file mode 100644 index 0000000000..93bf03255f --- /dev/null +++ b/servers/jupiter-mcp.json @@ -0,0 +1,20 @@ +{ + "id": "jupiter-mcp", + "name": "Jupiter MCP", + "description": "quote — Request for a quote to be used in `POST /swap`\n Returns: { inputMint: string, inAmount: string, outputMint: string, ... }.", + "repository": "https://github.com/junct-bot/jupiter-mcp", + "endpoint": "https://jupiter.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "swap", + "write", + "dex" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://jupiter.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T06:30:00.512Z" +}