Mmcp.market

Solana Nft MCP server

by p1xelapp·io.github.p1xelapp/solana-nft-mcp·v1.17.2

Read-only Solana NFT data for AI: ownership history, custody rules, marketplace sales and floors.

B80/100grade B
What users say
No reviews yet
Be the first
Safety scan
B80/100

full report

Adoption
New

1 stars

Reviews

Write one

Nobody has reviewed Solana Nft yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Solana Nft tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan36 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 80/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Solana Nft repository's README, as published. We do not edit it. Read it on GitHub

solana-nft-mcp

The NFT APIs I tried return an empty ownership history for a Metaplex Core asset, and an AI reading that empty answer tells you the card has never traded. solana-nft-mcp reads the chain itself: who owned it, who can freeze it, what sold and for how much, and where the deals are. Read-only, no sign-up, nothing collected, runs on your machine.

Why

Ask an assistant about a Solana card today and it answers from memory. It will say a card "never traded", because the mainstream NFT APIs return an empty history for Metaplex Core assets while the transfers sit on chain the whole time. It will compare two floors quoted in two currencies as if they were one.

solana-nft-mcp hands the same assistant live, labelled data instead: the chain for supply, ownership, provenance and custody rules, Magic Eden without a key, and OpenSea through a free key the server issues itself. Each number comes back with its marketplace, its currency, its read time, and what the source could not see.

The server runs on your machine and your AI app starts it. There is no hosted service and no account between you and the data. The picture is generated from the running server, so the counts cannot drift from the code: npm test fails if they do.

Install

Node 22 or newer. Two ways to run it.

From npm, no clone. Wherever a client asks for a command, give it npx with the arguments -y solana-nft-mcp. The first start downloads the package; later starts reuse it.

claude mcp add solana-nft -- npx -y solana-nft-mcp

From source. Build once, then point the client at dist/index.js:

git clone https://github.com/p1xelapp/solana-nft-mcp.git
cd solana-nft-mcp && npm install && npm run build

Claude Code

claude mcp add solana-nft -- node /absolute/path/to/solana-nft-mcp/dist/index.js

Claude Desktop. Settings -> Developer -> Edit Config, add the block below, then quit the app fully and reopen it. Or install the .mcpb bundle from the latest release by dragging it onto Settings -> Extensions.

{
  "mcpServers": {
    "solana-nft": {
      "command": "node",
      "args": ["/absolute/path/to/solana-nft-mcp/dist/index.js"]
    }
  }
}

Other clients. Tested: Claude Desktop, Claude Code, Codex CLI 0.153.4 (codex exec -c 'mcpservers.solana-nft.command="node"' -c 'mcpservers.solana-nft.args=["/absolute/path/to/dist/index.js"]'). Cursor, Windsurf, Gemini CLI, Zed, Cline and VS Code take the same command / args pair in their own config; the server is plain stdio with no client-specific code, but those have not been tested here. ChatGPT on the web and Grok cannot run a local process.

Did it work? Your app lists the tools near the message box (Claude Code: /mcp). You should see 21, starting with identify. If none: the path must be absolute and end in dist/index.js, npm run build must have run, and the app must be fully quit and reopened.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y solana-nft-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add solana-nft-mcp -- npx -y solana-nft-mcp
Add to Cursor

Solana Nft: common questions

Is Solana Nft MCP server safe?
Mostly: it is graded B (80/100). Read the Solana Nft safety report
How do I install Solana Nft?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Solana Nft need an API key?
Yes. The registry entry asks for OPENSEA_API_KEY.
Is Solana Nft maintained?
The last commit was in the last day (2026-09-21). The latest release is v1.17.2.
What can I use instead of Solana Nft?
Servers from other publishers that do the same job: HubSpot MCP server, MisarReach MCP Server and Mysocial MCP server. Compare all Solana Nft alternatives.

Alternatives to Solana Nft

Same job from other publishers: the closest match first, then the best rated.

All Solana Nft alternatives →
  • HubSpot MCP
    Every HubSpot Sales Hub feature, plus offline cross-object queries, property-change-history
    B
  • MisarReach MCP Server
    Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.
    A
  • Mysocial
    Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.
    A
  • Linkedin Data
    LinkedIn data for AI agents: profiles, companies, jobs, posts, search. Sales research, recruiting.
    A
  • Upspring
    Live ads as reasoning-ready context, plus advertiser spend/traffic/sales scale grades over MCP.
    A

More from p1xelapp