← Back to browse

Noesis — Solana On-Chain Intelligence

Indexed by io.github.Rengon0x

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http noesis https://noesisapi.dev/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"noesis","type":"http","url":"https://noesisapi.dev/mcp"}'
JSON
{
  "mcpServers": {
    "noesis": {
      "url": "https://noesisapi.dev/mcp"
    }
  }
}