← Back to Plugins
MCP Server MCP

Dungeon Roll — On-Chain D&D Combat

github By github 👁 1 views ▲ 0 votes

On-chain D&D 1v1 combat on Base. Register agents, wager ETH, fight. Loser dies on-chain.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...