Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Noesis β€” Solana On Chain Intelligence
N
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:11:54 AM

Noesis β€” Solana On Chain Intelligence

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "noesis-solana-on-chain-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "noesis-solana-on-chain-intelligence"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Noesis

On-chain intelligence that levels the playing field.

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

Website API Docs OpenAPI MCP Telegram

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

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

3. Or use an SDK

bash
# TypeScript / Node
npm install noesis-api

# Python
pip install noesis-api

# Rust
cargo add noesis-api
server.ts
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):

config.json
{
  "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

PathDescription
openapi.yamlOpenAPI 3.1 specification
sdks/typescriptTypeScript / Node.js SDK β€” noesis-api on npm
sdks/pythonPython SDK β€” noesis-api on PyPI
sdks/rustRust SDK β€” noesis-api on crates.io
examples/Runnable examples in Bash, Node, Python, and Rust
docs/Guides and documentation

API surface

CategoryEndpoints
Tokenspreview Β· scan Β· top-holders Β· bundles Β· fresh-wallets Β· team-supply Β· dev-profile Β· best-traders Β· early-buyers Β· entry-price
Walletsprofile Β· history Β· connections Β· batch-identity
Cross-analysiscross-holders Β· cross-traders
On-chainaccount Β· accounts/batch Β· transactions/parse Β· chain/status
Live streams (SSE)pumpfun/new-tokens Β· pumpfun/migrations Β· raydium/new-pools Β· meteora/new-pools
Chatchat Β· 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:

Code
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

  • 🌐 noesisapi.dev
  • πŸ€– @noesisagent_bot
  • πŸ“¬ noesisapi.dev/feedback

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • C
    Cloaked Agent

    Trustless spending accounts for AI agents on Solana with on-chain enforced limits.

    πŸ’° Finance & Fintech0 views
    Compare vs Cloaked Agent β†’
  • B
    Bvcc Agent Wallet

    Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

    πŸ’° Finance & Fintech0 views
    Compare vs Bvcc Agent Wallet β†’
  • M
    Mcp Contracts

    MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Contracts β†’

Frequently Asked Questions about Noesis β€” Solana On Chain Intelligence

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "noesis-solana-on-chain-intelligence": { "command": "npx", "args": ["-y", "Noesis β€” Solana On-Chain Intelligence"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNoesis β€” Solana On Chain Intelligence AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/noesis-solana-on-chain-intelligence?style=directory)](https://allmcps.com/mcp/noesis-solana-on-chain-intelligence)
HTML Embed
<a href="https://allmcps.com/mcp/noesis-solana-on-chain-intelligence"><img src="https://allmcps.com/api/badge/noesis-solana-on-chain-intelligence?style=directory" alt="Noesis β€” Solana On Chain Intelligence on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Noesis β€” Solana On Chain Intelligence β†’Install in Claude DesktopInstall in CursorInstall in VS Code