Skip to main content
Glama

deBridge MCP Server

by RookieCol
getSupportedChains.ts543 B
import { z } from "zod"; import { DeBridgeClient } from "../debridgeClient"; const client = new DeBridgeClient(); /** * MCP Tool: Get supported blockchain networks for deBridge DLN. * Returns a list of all blockchain networks that support cross-chain swaps. */ export const getSupportedChainsTool = { name: "getSupportedChains", description: "Get list of supported blockchain networks for cross-chain swaps via deBridge DLN", inputSchema: z.object({}), handler: async () => { return await client.getSupportedChains(); } };

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/RookieCol/debridge-mcp'

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