
Tokenmonkey
Wire a Solana wallet into your agent so it can create and join USDC coinflip and dice P2P wagers via Tokenmonkey’s protocol.
Overview
Tokenmonkey is a Build-phase MCP server that connects AI agents to Solana USDC coinflip and dice P2P wagering via a wallet-backed stdio server.
What is this MCP server?
- P2P wagering protocol for AI agents on Solana
- Coinflip and dice challenge flows settled in USDC
- stdio npm tokenmonkey-mcp-server v0.1.1
- Requires SOLANA_PRIVATE_KEY (Base58) for the agent wallet
- Experimental crypto gameplay surface, not traditional SaaS billing
- 2 game types referenced: coinflip and dice
- Package tokenmonkey-mcp-server version 0.1.1
- Required env: SOLANA_PRIVATE_KEY
What problem does it solve?
You are building a Solana agent demo and need programmatic wager creation without hand-rolling every on-chain call in custom scripts.
Who is it for?
Advanced builders prototyping Solana agent economies, games, or research bots who accept wallet custody risk.
Skip if: Typical indie SaaS founders, regulated fintech products, or anyone unwilling to expose a hot wallet to an agent runtime.
What do I get? / Deliverables
After MCP setup with SOLANA_PRIVATE_KEY, your agent can invoke Tokenmonkey tools to run protocol-defined P2P USDC challenges.
- MCP tools for coinflip and dice P2P challenges on Solana
- Agent-driven wager flows without custom RPC glue in-app
- v0.1.1 protocol integration surface
Recommended MCP Servers
Journey fit
This is an integration layer for on-chain agent behavior during Build, not a launch or growth distribution tool. Integrations fits connecting MCP to an external protocol (Solana wagering) with wallet keys and tool calls.
How it compares
On-chain wagering MCP, not a payment processor skill or Stripe-style billing integration.
Common Questions / FAQ
Who is Tokenmonkey for?
Developers experimenting with AI agents on Solana who want MCP-driven coinflip and dice wagering in USDC for demos or protocol research.
When should I use Tokenmonkey?
Use it during Build when your product explicitly integrates P2P agent wagering and you have isolated wallet keys and compliance awareness.
How do I add Tokenmonkey to my agent?
Install tokenmonkey-mcp-server from npm, add stdio MCP config, and set SOLANA_PRIVATE_KEY to a dedicated low-balance Base58 key never used for treasury funds.