DumbMoney MCP Server
Related Servers
Alternatives to DumbMoney MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for interacting with the Solana blockchain. Provides tools to query balances, transactions, tokens, and network stats.15 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables Solana wallet forensics via MCP, including tracing funds, identifying entities, scoring risk, and comparing wallets using Helius APIs.MIT
- AlicenseAqualityCmaintenanceMCP server combining DEX Screener market data with Jupiter swap quotes and gated execution on Solana, offering read-only tools and an optional trading mode with safety caps.115 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Solana blockchain through MCP, supporting wallet queries, token swaps via Jupiter, token transfers, and market data.MIT
- FlicenseNot gradedqualityCmaintenanceExposes Solana meme-coin safety data as MCP tools, enabling AI assistants to check token trust scores, rug-risk flags, holder analysis, and trending tokens directly in conversation.4,138 npm-
- 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
TDQS
Scored across 7 tools
Each tool targets a distinct resource and action: list_tokens provides an overview, get_token drills into a specific mint, check_earnings focuses on a wallet's pending rewards, top_earners is a ranking, create_token launches a new token, register_agent handles account creation, and get_my_agent_info shows the agent's profile. No two tools have overlapping primary purposes.
The vast majority follow a clear verb_noun snake_case pattern (list_tokens, get_token, check_earnings, create_token, register_agent, get_my_agent_info). The exception is top_earners, which uses an adjective_noun form instead of a verb_noun form, causing a minor inconsistency.
With 7 tools, the server is well-scoped for its purpose. It provides enough functionality to cover token discovery, earnings tracking, token creation, and agent management, without unnecessary bloat or gaps.
The tool surface covers the core workflows: listing and inspecting tokens, checking earnings, creating tokens, and managing agent credentials. Minor gaps exist, such as no tool to list tokens created by the agent or a direct action to claim pending reflections, but these do not severely block main use cases.