Noesis — Solana On MCP Server

Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 20 MCP tools.

Remote serverstreamable-httpPython

What is the Noesis — Solana On MCP server?

Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 20 MCP tools. Exposed over MCP by the noesis — solana on mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Solana token & wallet analytics · bundle detection · fresh-wallet clustering · dev profiling · live event streams

Every rug, every insider pump, every bundled launch leaves a trail. Most traders never see it — the tools are fragmented, expensive, or locked behind UIs that don't integrate with how people actually work.

  • 🔍 Token analysis — market metrics, security flags, top traders, holder quality
  • 🧨 Bundle & sniper detection — bundler %, sniper count, fresh-wallet rate, dev holdings
  • 👛 Wallet profiling — PnL, winrate, 7d/30d stats, funding source, SOL transfer graph
  • 🆕 Fresh wallets — newly-created wallets holding a token, classified by age
  • 🧬 Dev profiling — creator PnL, every token they've made, funding trail
  • 🔗 Cross-token analysis — wallets holding or trading multiple tokens

Its toolset

Everything the assistant can do here goes through one of these:

  • Category — Endpoints
  • Tokens — preview · scan · top-holders · bundles · fresh-wallets · team-supply · dev-profile · best-traders · early-buyers · entry-price
  • Wallets — profile · history · connections · batch-identity
  • Cross-analysis — cross-holders · cross-traders
  • On-chain — account · accounts/batch · transactions/parse · chain/status
  • Chat — chat · chat/stats

Configuration

You will need one environment variable: NOESIS_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Noesis — Solana On's toolset — Category, Tokens, Wallets and 3 more — is a fair guide to whether it matches your workflow. It is maintained by Rengon0x; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the noesis — solana on mcp server does with a few real requests.

Available tools

ToolWhat it does
CategoryEndpoints
Tokenspreview · scan · top-holders · bundles · fresh-wallets · team-supply · dev-profile · best-traders · early-buyers · entry-price
Walletsprofile · history · connections · batch-identity
Cross-analysiscross-holders · cross-traders
On-chainaccount · accounts/batch · transactions/parse · chain/status
Chatchat · chat/stats

How to install the Noesis — Solana On MCP server

{
  "mcpServers": {
    "noesis": {
      "command": "npx",
      "args": ["-y", "noesis-api"],
      "env": {
        "NOESIS_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
NOESIS_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Noesis — Solana On to Category.
  • Use Noesis — Solana On to Tokens.
  • Use Noesis — Solana On to Wallets.

Frequently asked questions

It connects Noesis — Solana On to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Category, Tokens, Wallets, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Noesis — Solana On directly.