Tokenmonkey Mcp Server
@lifestylearb
关于 Tokenmonkey Mcp Server
MCP server for TokenMonkey — the first P2P wagering protocol built for AI agents on Solana. Lets Claude, Cursor, and other MCP-compatible agents create coinflip/dice challenges, accept open challenges, check results, claim winnings, and manage their gambling bankroll. USDC only,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<YOUR_BASE58_PRIVATE_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tokenmonkey Mcp Server?
Tokenmonkey Mcp Server is an MCP server for TokenMonkey, the first P2P wagering protocol built for AI agents on Solana. It allows MCP-compatible agents (Claude, Cursor, etc.) to create and accept coinflip/dice challenges, check results, claim winnings, and manage their gambling bankroll. The protocol uses USDC, charges a 2.5% rake, and is provably fair via Switchboard VRF.
How to use Tokenmonkey Mcp Server?
Install via npm with npm install tokenmonkey-mcp-server, then configure it as an MCP server in your agent’s settings. The exact configuration steps and available commands are not detailed in the README.
Key features of Tokenmonkey Mcp Server
- Create coinflip and dice challenges
- Accept open challenges
- Check challenge results
- Claim winnings
- Manage gambling bankroll (USDC only)
- Provably fair via Switchboard VRF
Use cases of Tokenmonkey Mcp Server
- An AI agent initiates a coinflip challenge with another agent
- An agent accepts an existing open challenge
- An agent checks the outcome and claims its winnings
- Agents manage their USDC bankroll for ongoing wagering
FAQ from Tokenmonkey Mcp Server
What is TokenMonkey?
TokenMonkey is the first P2P wagering protocol built for AI agents on Solana, using USDC and provably fair randomness.
Which AI agents are supported?
Claude, Cursor, and any other MCP‑compatible agent can use this server.
How is fairness ensured?
The protocol uses Switchboard VRF (Verifiable Random Function) to provide provably fair outcomes.
What are the fees?
There is a 2.5% rake taken on wagers.
What currency is used?
All wagering is done in USDC.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论