Alpha Vantage Mcp
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
{
"mcpServers": {
"io-github-rengon0x-noesis": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
An MCP server for Massive.com Financial Market Data
Allow parsing of object rest/spread
MCP server for Financial Modeling Prep API with 250+ financial data tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.Rengon0x/noesis and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
On-chain intelligence that levels the playing field.
Solana token & wallet analytics · bundle detection · fresh-wallet clustering · dev profiling · live event streams
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.
noesisapi.dev/keys — sign in with Solana, create a key.
curl -H "X-API-Key: $NOESIS_API_KEY" \
"https://noesisapi.dev/api/v1/token/<MINT>/preview"
# 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);
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.
| 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/ | G |