Skip to main content
Glama

Polygon MCP Server

by Dablclub
queries.ts667 B
import { gql } from "graphql-request"; // Get a list of vaults from Morpho export const GET_VAULTS_QUERY = gql` query VaultsQuery($chainId: Int!, $assetSymbol: String!) { vaults( where: { chainId_in: [$chainId], assetSymbol_in: [$assetSymbol] } orderBy: TotalAssetsUsd orderDirection: Desc ) { items { asset { address name symbol } address name liquidity { usd underlying } metadata { description forumLink } riskAnalysis { provider score } } } } `;

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/Dablclub/polygon-mcp'

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