From ded662717f1250a8d0476333fdce958393a5387f Mon Sep 17 00:00:00 2001 From: paulf280-ui Date: Thu, 3 Sep 2026 18:21:23 +0100 Subject: [PATCH] Add Cabal-Hunter to Finance & Fintech Pre-trade risk checks for Solana tokens, exposed as an MCP server for trading agents. Two tools: check_cabal_risk returns one Exit-Liquidity Risk verdict with the on-chain evidence transactions, and check_wallet_in_token screens a single wallet against a single token. One line added to the Finance & Fintech section, in alphabetical position between partymola/monzo-mcp and payclaw/mcp-server. No other lines touched. Glama score badge included. Co-Authored-By: Claude Opus 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08f1f3ee3..a2c02382d 100644 --- a/README.md +++ b/README.md @@ -2058,6 +2058,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [openMF/mcp-mifosx](https://github.com/openMF/mcp-mifosx) ☁️ 🏠 - A core banking integration for managing clients, loans, savings, shares, financial transactions and generating financial reports. - [orcalayer/orcalayer-mcp](https://github.com/orcalayer/orcalayer-mcp) [![orcalayer/orcalayer-mcp MCP server](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp/badges/score.svg)](https://glama.ai/mcp/servers/orcalayer/orcalayer-mcp) 🐍 ☁️ - Polymarket whale tracking & smart-money analytics. Filtered leaderboard (airdrop-farmers excluded), hedge detection, NegRisk correction, and Ukraine territorial markets with ISW frontline overlay. - [partymola/monzo-mcp](https://github.com/partymola/monzo-mcp) [![partymola/monzo-mcp MCP server](https://glama.ai/mcp/servers/partymola/monzo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/partymola/monzo-mcp) 🐍 ☁️ 🏠 - Read-only MCP server for the Monzo banking API (UK). OAuth with auto-refresh, local SQLite transaction cache, full-text search, and spending analysis with category breakdowns. +- [paulf280-ui/solana-safe-sniper-mcp-template](https://github.com/paulf280-ui/solana-safe-sniper-mcp-template) [![paulf280-ui/solana-safe-sniper-mcp-template MCP server](https://glama.ai/mcp/servers/paulf280-ui/solana-safe-sniper-mcp-template/badges/score.svg)](https://glama.ai/mcp/servers/paulf280-ui/solana-safe-sniper-mcp-template) 📇 ☁️ - Pre-trade safety check for Solana tokens. `check_cabal_risk` traces holder funding to shared sources, flags same-block bundle buys, coordinated dumps and serial-launcher deployer history, and returns one Exit-Liquidity Risk verdict with a 0-100 score before an agent buys. Holder concentration counts only real wallets — LP pools and locked supply are excluded and labelled, not scored as a whale. The deployer is resolved from the token's Create transaction rather than the mutable `creator` field, which pump.fun's ownership transfer can rewrite. A second tool, `check_wallet_in_token`, screens one specific wallet against one token — rank, share of supply, whether it funded a coordinated cluster, or whether it held and has since sold out — and states the limit of what was actually checked instead of returning a false "clean". Free tier available with no signup; then $0.001 USDC per scan via x402. Remote at https://api.cabal-hunter.com/mcp - [payclaw/mcp-server](https://github.com/payclaw/mcp-server) [![payclaw-mcp MCP server](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@payclaw/payclaw-mcp) 📇 ☁️ - Virtual Visa cards for AI agents. Just-in-time card issuance per transaction, human-approved spend authorization, MCP-native. Works anywhere Visa is accepted. - [mikusnuz/pexbot-mcp](https://github.com/mikusnuz/pexbot-mcp) [![mikusnuz/pexbot-mcp MCP server](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mikusnuz/pexbot-mcp) 📇 ☁️ - AI simulated crypto trading with real-time Upbit prices. 11 tools for registration, trading, and autonomous AI investment with 100M KRW virtual balance. `npx -y @pexbot/mcp` - [PaulieB14/graph-aave-mcp](https://github.com/PaulieB14/graph-aave-mcp) [![graph-aave-mcp MCP server](https://glama.ai/mcp/servers/@PaulieB14/graph-aave-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@PaulieB14/graph-aave-mcp) 📇 ☁️ - AAVE V2/V3 lending protocol data across 7 chains via The Graph — reserves, user positions, health factors, liquidations, flash loans, and governance.