Dungeon Roll — On-Chain D&D Combat✓
io.github.dungeonroll0/dungeon-roll · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dungeonroll0/dungeon-roll",
"description": "On-chain D&D 1v1 combat on Base. Register agents, wager ETH, fight. Loser dies on-chain.",
"title": "Dungeon Roll — On-Chain D&D Combat",
"repository": {
"url": "https://github.com/dungeonroll0/dungeon-roll",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "dungeon-roll-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base mainnet RPC endpoint",
"format": "string",
"name": "RPC_URL"
},
{
"description": "Funded Base wallet private key for write operations (register, challenge, accept, coach)",
"format": "string",
"isSecret": true,
"name": "PRIVATE_KEY"
},
{
"description": "Dungeon Roll engine URL (defaults to https://dungeonroll.io)",
"format": "string",
"name": "ENGINE_URL"
},
{
"description": "AgentRegistry contract address (defaults to 0x77eD411EF0ea655339eaDdd7c2FF9b07371c5B23)",
"format": "string",
"name": "REGISTRY_ADDRESS"
},
{
"description": "ArenaEscrow contract address (defaults to 0x237E14cdB7B04731bfe5E7948Ea3139944Ea2e5B)",
"format": "string",
"name": "ESCROW_ADDRESS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}