agent-billboard-mcp
Related Servers
Alternatives to agent-billboard-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to make autonomous payments on Solana with on-chain enforced spending limits, preventing unauthorized fund drainage.2 npm1MIT
- AlicenseAqualityDmaintenanceEnables AI agents to discover, inspect, and pay for paid HTTP and MCP services using USDC on Solana with a self-custodial wallet.429 npm5-
- AlicenseAqualityDmaintenanceEnables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.36286 npm3Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables agents to discover and pay for AI services per call via USDC on Solana, supporting marketplace search, listing details, on-chain reputation, wallet info, and paid calls.3 npmMIT

@1ly/mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to discover, pay for, and sell APIs using crypto on Solana and Base networks, with support for automated x402 payments.87 npm3MIT- AlicenseBqualityDmaintenanceEnables AI agents to trade Solana prediction markets, including market creation, betting, claims, and affiliate management, all without exposing private keys.76263 npm1MIT
TDQS
Scored across 6 tools
Each tool targets a distinct operation—reading state, acquiring posting rights, appending, clearing, approving proposals, and viewing history—with no overlapping responsibilities. The descriptions also specify preconditions like holding the slot, which further differentiates the tools.
All tool names follow a consistent verb_noun snake_case pattern: read_billboard, acquire_posting_rights, append_message, clear_message, approve_proposal, get_flip_history. The minor use of both 'read' and 'get' is not a meaningful deviation since both are action verbs in the same style.
Six tools is well-scoped for the billboard domain, covering state inspection, bidding/acquisition, message mutation, approval flow, and historical data. There is no redundancy or bloat.
The set covers the full lifecycle: read current state, acquire/outbid, append/clear messages, approve proposals, and inspect historical holders. Stake displacement is handled atomically in acquisition, and proposal staleness/expiry covers edge cases, leaving no obvious dead ends.