← Back to Plugins
MCP Server MCP

io.github.pareen/monad-mcp

github By github 👁 1 views ▲ 0 votes

Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "monad-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Privy app ID (dashboard.privy.io). Required for write tools.",
          "name": "PRIVY_APP_ID"
        },
        {
          "description": "Privy app secret. Required for write tools.",
          "isSecret": true,
          "name": "PRIVY_APP_SECRET"
        },
        {
          "description": "Default Monad network: 'mainnet' or 'testnet'.",
          "default": "testnet",
          "name": "MONAD_DEFAULT_NETWORK"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...