Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
Noesis — Solana On-Chain Intelligence logo

Noesis — Solana On-Chain Intelligence

Rengon0x/NoesisAPI
1 starsMITUpdated 2026-05-18Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

<div align="center">

Noesis

On-chain intelligence that levels the playing field.

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

![Website](https://noesisapi.dev) ![API Docs](https://noesisapi.dev/docs) ![OpenAPI](https://github.com/Rengon0x/NoesisAPI/blob/main/openapi.yaml) ![MCP](https://noesisapi.dev/mcp) ![Telegram](https://t.me/noesisagent_bot)

Website · Docs · Get an API key · Telegram bot

</div>

---

What is Noesis?

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.

Noesis collapses that into a single agent-native surface: one API, one MCP server, one chat. Built for traders, researchers, and AI agents that would rather see than guess.

Features

  • 🔍 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
  • 📡 Live event streams — real-time SSE for PumpFun, Raydium, Meteora
  • 💬 Natural-language chat — ask in plain English, answers grounded in on-chain data
  • 🤖 MCP server — native integration with Claude, Cursor, Cline, Windsurf
  • 📱 Telegram bot — full analysis surface in DMs or groups

Quick start

1. Get an API key

noesisapi.dev/keys — sign in with Solana, create a key.

2. Make a request

curl -H "X-API-Key: $NOESIS_API_KEY" \
  "https://noesisapi.dev/api/v1/token/<MINT>/preview"

3. Or use an SDK

# TypeScript / Node
npm install noesis-api

# Python
pip install noesis-api

# Rust
cargo add noesis-api
import { Noesis } from "noesis-api";

const noesis = new Noesis({ apiKey: process.env.NOESIS_API_KEY });
const preview = await noesis.token.preview("<MINT>");
console.log(preview);

MCP server

Add Noesis to any MCP-compatible client (Claude Desktop, Cursor, Cline, Windsurf):

{
  "mcpServers": {
    "noesis": {
      "url": "https://noesisapi.dev/mcp"
    }
  }
}

19 tools available — token analysis (token_scan, token_preview, token_info, token_holders, token_top_holders, token_bundles, token_fresh_wallets, token_team_supply, token_entry_price, token_dev_profile, token_best_traders, token_early_buyers), wallet analysis (wallet_profile, wallet_connections, wallet_history), cross-token (cross_holders, cross_traders), and on-chain (chain_status, transactions_parse). See full list.

Repository layout

| Path | Description | |---|---| | openapi.yaml | OpenAPI 3.1 specification | | sdks/typescript | TypeScript / Node.js SDK — noesis-api on npm | | sdks/python | Python SDK — noesis-api on PyPI | | sdks/rust | Rust SDK — noesis-api on crates.io | | examples/ | Runnable examples in Bash, Node, Python, and Rust | | docs/ | Guides and documentation |

API surface

| 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 | | Live streams (SSE) | pumpfun/new-tokens · pumpfun/migrations · raydium/new-pools · meteora/new-pools | | Chat | chat · chat/stats |

Full reference: noesisapi.dev/docs · OpenAPI spec

Rate limits

Two layers apply to every authenticated API key. Noesis is free during beta — these are abuse-prevention caps, not pricing.

1. Per-second request rate

  • Light endpoints: 1 request/second
  • Heavy endpoints: 1 request / 5 seconds

Exceeding returns 429 with a Retry-After header and a JSON body: {error, limit, type, retry_after_seconds, signed_in}. All three SDKs surface this as a typed rate-limit error with retry_after_seconds as a first-class field.

2. Per-wallet daily + monthly usage cap (soft-launch — counters live, hard cap not yet enforced)

Each owner wallet has a usage budget shared across all of its API keys, so creating extra keys doesn't multiply your allowance.

  • 500 units/day, 10,000 units/month per wallet
  • Heavy endpoints (best-traders, top-holders, bundles, fresh-wallets, team-supply, dev-profile, early-buyers, entry-price, batch-identity, wallet/connections): 10 units each
  • Light endpoints (preview, info, ticker/resolve, basic wallet): 1 unit each
  • SSE streams: 0 units (no per-request cost)
  • MCP requests: 10 units each (one heavy call per request)

Every API response carries headers so you can pace yourself:

X-Credits-Limit: 500
X-Credits-Used: 32
X-Credits-Remaining: 468
X-Credits-Month-Limit: 10000
X-Credits-Month-Used: 32

Bypassed: signed-in web sessions (in-app at noesisapi.dev) and the Telegram bot. The cap only applies to direct API / SDK / MCP traffic.

Need more headroom? DM @Rengon0x on Telegram or X.

Status

✅ Live and actively developed · ⭐ star this repo for updates

License

Noesis is a hosted service. This repository contains landing-page content and public documentation.

The Noesis engine is closed-source. Client SDKs, examples, and the OpenAPI spec are published under the MIT License in sibling repositories.

Contact

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.