MCP Server
MCP
io.github.lifestylearb/tokenmonkey
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tokenmonkey-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base58-encoded Solana private key for the agent's wallet",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SOLANA_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment