Skip to main content
Glama

Paloma DEX MCP Server

by VolumeFi
main.py224 B
import asyncio from padex import main as run_server def main(): """Launch the Paloma DEX MCP Server""" print("Starting Paloma DEX MCP Server...") asyncio.run(run_server()) if __name__ == "__main__": main()

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/VolumeFi/mcpPADEX'

If you have feedback or need assistance with the MCP directory API, please join our Discord server