Odel
Ashfields MCP Server

Ashfields MCP Server

Local
@smoke711711JavaScriptMITUpdated 5mo ago

Burn $ASH to mint on-chain NFTs on Ethereum. No browser. Two agent tool calls.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmashfields-mcp-serverv1.0.0

Run

npx -y ashfields-mcp-server

MCP client config

{
  "mcpServers": {
    "ashfields-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ashfields-mcp-server"
      ]
    }
  }
}