Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose

@agentutility/mcp-rollforge

The whole tabletop toolkit, one call at a time. · 26 tools · $0.003 – $0.08

INSTALL — CLAUDE DESKTOP
{
  "mcpServers": {
    "agentutility-rollforge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-rollforge"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
      }
    }
  }
}

Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

INSTALL — CURSOR
{
  "mcpServers": {
    "agentutility-rollforge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-rollforge"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Path: .cursor/mcp.json in your project root.

FUNDING

Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.

USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

TOOLS (26)
toolpricedescription
ability-check$0.005Resolves a d20 ability check, skill check, attack roll, or saving throw for tabletop RPGs.
background-gen$0.005Character background generator API / personality trait, ideal, bond, flaw generator for tabletop RPGs.
character-gen$0.005Generates a complete D&D 5e-style character, from ability scores to a procedurally generated name.
character-portrait$0.08Generates an RPG character portrait from structured inputs and returns a hosted PNG URL.
class-lookup$0.003Looks up a D&D 5e class by name for its SRD reference details.
condition-lookup$0.003D&D 5e condition lookup API / SRD conditions reference (blinded, grappled, prone, stunned, etc.).
dice-roll$0.005Rolls dice from standard dice notation for tabletop RPGs.
dice-stats$0.005Calculates the probability distribution of a dice roll, anydice-style.
dungeon-room$0.005Generates a random dungeon room for game masters: shape, contents, a notable feature, a hazard, an occupant, and the number of exits.
encounter-builder$0.005Encounter builder / encounter difficulty calculator API for D&D 5e.
equipment-lookup$0.003Looks up D&D 5e weapons and armor from the SRD by name.
initiative-roll$0.005Initiative tracker / initiative order roller API for tabletop combat.
loot-gen$0.005Loot generator / treasure generator API for D&D 5e.
magic-item-lookup$0.003Looks up a D&D 5e magic item by name from the SRD.
monster-lookup$0.003Looks up a D&D 5e monster by name and returns a compact SRD stat block.
name-gen$0.005Generates original fantasy names for RPG characters and NPCs, optionally flavored by race (Dwarf, Elf, Half-Orc, etc.).
npc-gen$0.005Generates a quick NPC for game masters: name, race, occupation, personality trait, distinctive appearance, mannerism, and a hidden secret…
quest-gen$0.005Generates a random quest hook for tabletop adventures: giver, objective, location, complication, and reward, plus a one-line ready-to-rea…
race-lookup$0.003Looks up a D&D 5e race by name for its SRD racial traits.
random-table$0.005Rolls on any custom random table you provide, with optional weights or classic die ranges.
settlement-gen$0.005Generates a random fantasy settlement: name, size category with a plausible population, government, primary trade, a notable feature, and…
spell-lookup$0.003Looks up a D&D 5e spell by name and returns full SRD details.
spell-slots$0.005Looks up D&D 5e spell slots by class and level.
tavern-gen$0.005Generates a random fantasy tavern: name, proprietor, the house drink and meal, a notable patron, and a rumor overheard inside.
weather-gen$0.005Rolls a day's weather for a fantasy RPG campaign by climate (temperate, arid, cold, tropical), with conditions and wind.
xp-level$0.005Converts between XP and level using the D&D 5e experience table.
SEE ALSO
cluster overview (Rollforge) · all MCP servers · npm: @agentutility/mcp-rollforge