Skip to main content
Glama

DexPaprika MCP Server

getNetworkDexes

Retrieve available decentralized exchanges (DEXes) for a specific blockchain network using network IDs obtained from getNetworks, with pagination support for large datasets.

Instructions

Get available DEXes on a specific network. First call getNetworks to see valid network IDs.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of items per page
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
pageNoPage number for pagination

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of items per page", "type": "number" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "page": { "default": 0, "description": "Page number for pagination", "type": "number" } }, "required": [ "network" ], "type": "object" }

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/infinity-smithpl/dexpaprika-mcp'

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