Skip to main content
Glama

NFTGo MCP Server

Official
by NFTGo
smithery.yaml449 B
startCommand: type: stdio configSchema: type: object properties: apiKey: type: string description: 'NFTGo API Key' required: ['apiKey'] commandFunction: | function getCommand(config) { return { command: "node", args: ["dist/index.js", config.apiKey], env: { NFTGO_API_KEY: config.apiKey } } } build: dockerfile: Dockerfile dockerBuildPath: .

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/NFTGo/mcp-nftgo-api'

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