Skip to main content
Glama

Hashkey MCP Server

Official
by HashkeyHSK
queries.ts•667 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 } } } } `;

Latest Blog Posts

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/HashkeyHSK/hsk-mcp'

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