NoesisAPI
Noesis
让竞争环境更公平的链上智能。
Solana 代币与钱包分析 · 捆绑交易检测 · 新钱包聚类 · 开发者画像 · 实时事件流
网站 · 文档 · 获取 API 密钥 · Telegram 机器人
什么是 Noesis?
每一次“割韭菜”、每一次内幕拉盘、每一次捆绑发币都会留下痕迹。大多数交易者从未察觉——因为工具过于碎片化、昂贵,或者被锁定在无法与实际工作流程集成的 UI 之后。
Noesis 将这一切整合到一个代理原生界面中:一个 API,一个 MCP 服务器,一次对话。专为那些宁愿眼见为实也不愿盲目猜测的交易者、研究人员和 AI 代理而构建。
Related MCP server: solana-mcp-server
功能特性
🔍 代币分析 — 市场指标、安全标记、顶级交易者、持仓质量
🧨 捆绑与狙击检测 — 捆绑交易占比、狙击手数量、新钱包比例、开发者持仓
👛 钱包画像 — 盈亏 (PnL)、胜率、7日/30日统计、资金来源、SOL 转账图谱
🆕 新钱包 — 持有代币的新建钱包,按活跃时间分类
🧬 开发者画像 — 创建者盈亏、其创建的所有代币、资金来源追踪
🔗 跨代币分析 — 持有或交易多个代币的钱包关联
📡 实时事件流 — 针对 PumpFun、Raydium、Meteora 的实时 SSE 数据流
💬 自然语言对话 — 用简单的英语提问,基于链上数据获取精准答案
🤖 MCP 服务器 — 与 Claude、Cursor、Cline、Windsurf 原生集成
📱 Telegram 机器人 — 在私聊或群组中提供完整的分析界面
快速开始
1. 获取 API 密钥
noesisapi.dev/keys — 使用 Solana 钱包登录并创建密钥。
2. 发起请求
curl -H "X-API-Key: $NOESIS_API_KEY" \
"https://noesisapi.dev/api/v1/token/<MINT>/preview"3. 或使用 SDK
# TypeScript / Node
npm install noesis-api
# Python
pip install noesis-api
# Rust
cargo add noesis-apiimport { 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 服务器
将 Noesis 添加到任何支持 MCP 的客户端(Claude Desktop、Cursor、Cline、Windsurf):
{
"mcpServers": {
"noesis": {
"url": "https://noesisapi.dev/mcp"
}
}
}提供 19 种工具 — 代币分析 (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_profile, wallet_connections, wallet_history),跨代币分析 (cross_holders, cross_traders),以及链上数据 (chain_status, transactions_parse)。查看 完整列表。
仓库布局
路径 | 描述 |
OpenAPI 3.1 规范 | |
TypeScript / Node.js SDK — npm 上的 | |
Python SDK — PyPI 上的 | |
Rust SDK — crates.io 上的 | |
Bash、Node、Python 和 Rust 的可运行示例 | |
指南与文档 |
API 概览
分类 | 端点 |
代币 | preview · scan · top-holders · bundles · fresh-wallets · team-supply · dev-profile · best-traders · early-buyers · entry-price |
钱包 | profile · history · connections · batch-identity |
跨分析 | cross-holders · cross-traders |
链上 | account · accounts/batch · transactions/parse · chain/status |
实时流 (SSE) | pumpfun/new-tokens · pumpfun/migrations · raydium/new-pools · meteora/new-pools |
对话 | chat · chat/stats |
完整参考:noesisapi.dev/docs · OpenAPI 规范
速率限制
轻量级端点:1 次请求/秒
重量级端点:1 次请求/5 秒
超出限制将返回 429 状态码,包含 Retry-After 响应头以及 JSON 正文:{error, limit, type, retry_after_seconds, signed_in}。所有三个 SDK 都会将其作为类型化的速率限制错误抛出,并将 retry_after_seconds 作为一级字段。
状态
✅ 在线并积极开发中 · ⭐ 请为本仓库加星以获取更新
许可
Noesis 是一项托管服务。本仓库包含落地页内容和公开文档。
Noesis 引擎为闭源。客户端 SDK、示例和 OpenAPI 规范在相关仓库中以 MIT 许可证发布。
联系方式
This server cannot be deployed
Maintenance
Related MCP Connectors
Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Intelligence marketplace on Solana — 86 tools, 168+ endpoints, per-call USDC.
Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools.
Related MCP Servers
- AlicenseAqualityFmaintenanceReal-time Solana token risk scoring, momentum signals, and graduation alerts via MCP. Free tier with 4 tools (no auth), PRO tier with 6 tools + batch analysis ($0.01/call via x402).61MIT
- AlicenseAqualityDmaintenanceMCP server giving AI agents access to Solana blockchain data. 7 tools: wallet balances, transaction history, token prices (Jupiter + CoinGecko), token metadata, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection).81MIT
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that gives AI agents real-time Solana DeFi intelligence — smart money tracking, rug detection, wallet analysis, and token research.-
- FlicenseBqualityDmaintenanceReal-time Solana pump.fun token scanner with MCP stdio transport and HTTP API. Enables AI agents to monitor and trade pump.fun tokens via natural language.83-