Odel
Mintware Beta

Mintware Beta

Local
@mintwaredevelopersTypeScriptUpdated 4 days ago

Look up on-chain Attribution reputation scores for wallets and AI agents on Base.

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).

npm@mintwarehq/mcp-serverv0.1.3

Run

npx -y @mintwarehq/mcp-server

MCP client config

{
  "mcpServers": {
    "mintware-beta": {
      "command": "npx",
      "args": [
        "-y",
        "@mintwarehq/mcp-server"
      ]
    }
  }
}