Noesis β Solana On-Chain Intelligence
Solana on-chain intelligence β token scans, wallet profiling, bundle detection, 20 MCP tools.
Ask AI about Noesis β Solana On-Chain Intelligence
Powered by Claude Β· Grounded in docs
I know everything about Noesis β Solana On-Chain Intelligence. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Noesis
On-chain intelligence that levels the playing field.
Solana token & wallet analytics Β· bundle detection Β· fresh-wallet clustering Β· dev profiling Β· live event streams
Website Β· Docs Β· Get an API key Β· Telegram bot
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
- Light endpoints: 1 request/second
- Heavy endpoints: 1 request / 5 seconds
Exceeding limits 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.
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
- π noesisapi.dev
- π€ @noesisagent_bot
- π¬ noesisapi.dev/feedback
