Skip to main content
Glama

Hashkey MCP Server

Official
by HashkeyHSK
schemas.ts•651 B
import { z } from 'zod'; export const ListNftsSchema = z.object({ ownerAddress: z .string() .describe('The address of the owner whose NFTs to list'), limit: z .number() .optional() .describe('Maximum number of NFTs to return (default: 50)'), }); export const TransferNftSchema = z.object({ contractAddress: z.string().describe('The address of the NFT contract'), tokenId: z.string().describe('The token ID of the NFT to transfer'), toAddress: z.string().describe('The address of the recipient'), amount: z .string() .optional() .describe('The amount to transfer (only used for ERC1155, default: 1)'), });

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