Skip to main content
Glama

Hashkey MCP Server

Official
by HashkeyHSK
index.ts•882 B
import { callContractTool } from './contracts/index.js'; import { erc20BalanceTool, erc20TransferTool } from './erc20/index.js'; import { getMorphoVaultsTool } from './morpho/index.js'; import { listNftsTool, transferNftTool } from './nft/index.js'; import { getOnrampAssetsTool, onrampTool } from './onramp/index.js'; import { buyOpenRouterCreditsTool } from './open-router/index.js'; import type { ToolHandler, ToolWithHandler } from './types.js'; export const baseMcpTools: ToolWithHandler[] = [ getMorphoVaultsTool, callContractTool, getOnrampAssetsTool, onrampTool, erc20BalanceTool, erc20TransferTool, listNftsTool, transferNftTool, buyOpenRouterCreditsTool, ]; export const toolToHandler: Record<string, ToolHandler> = baseMcpTools.reduce< Record<string, ToolHandler> >((acc, tool) => { acc[tool.definition.name] = tool.handler; return acc; }, {});

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