@everimbaq/mcp-nftgo-api

0.1.2 • Public • Published

NFTGoAPI

A Model Context Protocol server that provides HTTP request to NFTGo Developer API based on NFTGo API documentation.

Components

Usage with Claude Desktop

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

NPX

{
  "mcpServers": {
    "nftgoapi": {
      "command": "npx",
      "args": ["-y", "@everimbaq/mcp-nftgo-api", "NFTGO-API-KEY"]
    }
  }
}

Replace NFTGO-API-KEY with your API key.

Building

pnpm install
pnpm build

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Readme

Keywords

none

Package Sidebar

Install

npm i @everimbaq/mcp-nftgo-api

Homepage

nftgo.io

Weekly Downloads

17

Version

0.1.2

License

MIT

Unpacked Size

445 kB

Total Files

5

Last publish

Collaborators

  • everimbaq