MCP Server
MCP
io.github.pareen/monad-mcp
Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.
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
By
Comments
Sign in to leave a comment