Mmcp.market

Cluster MCP server

by clusteragent.dev·dev.clusteragent/cluster-mcp·v1.0.12

Self-hostable index of AI financial agents — tokenized stocks + crypto, memory, LLM gateway.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
Growing

0 stars1.4k downloads/wk

Reviews

Write one

Nobody has reviewed Cluster yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Cluster tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityremote reachable in 994ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityauth enforced (unknown)9/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Cluster repository's README, as published. We do not edit it. Read it on GitHub

cluster

The runtime layer for agentic finance on Robinhood Chain. Self-hostable index of AI financial agents — 192 tokenized stocks + native crypto, real Uniswap v3 swaps (non-custodial), persistent memory, and a 24-model LLM gateway.

npx @clusteragent/cluster-mcp
npx skills add clusteragent/cluster        # any skills-CLI agent
pip install cluster-agent                  # Python SDK

Repo Layout

├── SKILL.md                    main installer skill (any agent)
├── index.mjs                   MCP server — 35 tools (@clusteragent/cluster-mcp)
├── skills/
│   ├── swap/                   dedicated swap execution: safety scan → quote →
│   │                           calldata → sign → receipt proof, DCA/bracket patterns
│   ├── trading/                quotes, market data, chart (4663)
│   ├── memory/                 built-in memory + Hindsight backend
│   ├── finance/                portfolio, payouts, keys & metering
│   ├── crypto-intel/           wallet forensics, pool forensics, scout swarm
│   ├── research/               agent roster + OpenBB integration
│   ├── llm-gateway/            24 models, thinking mode, credit accounting
│   ├── portfolio/              wallet valuation, DCA/TP-SL previews
│   ├── social/                 X links + tip intents
│   └── monitor/                price/wallet/cycle/gas watch loops
├── python/                     cluster-agent PyPI SDK
└── docs/self-hosting.md        deployment guide

11 skills total — 1 installer + 10 domain sub-skills.

The cluster backend, frontend and keeper bot are not in this repo — the bot

signs real treasury transactions, so the operational stack stays private. This

repo is the skill/MCP platform: point it at any cluster deployment.

Quick Start

Agent users — see SKILL.md. MCP config:

{ "mcpServers": { "cluster": {
    "command": "npx", "args": ["-y", "@clusteragent/cluster-mcp"],
    "env": { "CLUSTER_API_URL": "https://clusteragent.dev", "CLUSTER_API_KEY": "clst_...", "CLUSTER_WALLET": "0x..." }
}}}

Self-hosters — see docs/self-hosting.md. Docker images + a deployment guide; SQLite default, zero external services except one LLM key for chat.

Python — see python/:

from cluster import Cluster
c = Cluster(api_url="https://your-host", api_key="clst_...")
c.quotes(["NVDA", "PONS"]); c.payout_basket(); c.chat("hi", thinking=True)

The Mechanism

fees in ──▶ vault ──▶ keeper bot buys the 19-name basket ──▶ $CLST holders paid pro-rata

Holding is the position. Every cycle is public: GET /api/distributions.

Integrations

The Agents

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http cluster-mcp https://mcp.clusteragent.dev/mcp
Add to Cursor

Cluster: common questions

Is Cluster MCP server safe?
Yes, by our scan: it is graded A (88/100). Read the Cluster safety report
How do I install Cluster?
It runs remotely at mcp.clusteragent.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Cluster need an API key?
Yes. The registry entry asks for CLUSTER_API_KEY, Authorization.
Is Cluster maintained?
The last commit was in the last day (2026-09-21). The latest release is v1.0.12.
Is Cluster up?
100% of our last 5 checks got an answer. We check remote servers about four times a day.
What can I use instead of Cluster?
Servers from other publishers that do the same job: Tradingview MCP server, Tapetide — Indian Stock Market (NSE & BSE) MCP server and Cryptoetf MCP server. Compare all Cluster alternatives.

Alternatives to Cluster

Same job from other publishers: the closest match first, then the best rated.

All Cluster alternatives →
  • Tradingview
    Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
    A
  • Tapetide — Indian Stock Market (NSE & BSE)
    52 tools for Indian stock markets — NSE & BSE quotes, screener, financials, FII/DII, options
    A
  • Cryptoetf
    Live spot crypto ETF flows for 13 assets, CEFI sentiment index and prices.
    A
  • Eqvitta
    Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.
    B
  • Losbeto
    x402-paid market intelligence: forex, stocks, Brazil macro (BCB/B3) + crypto.
    A

More from clusteragent.dev