NoesisAPI
Solana on-chain intelligence API — token scans, wallet PnL, bundle detection, fresh wallets, dev profiling. MCP server for Claude, Cursor & AI agents. Live PumpFun/Raydium streams
README
<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 · 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_bundles, token_fresh_wallets, token_top_holders, 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 · scan · 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 retry metadata.
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.