Skip to main content
Glama
pareen

monad-mcp

by pareen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the HTTP server (default 8787).8787
PRIVY_APP_IDYesPrivy App ID from dashboard.privy.io. Required for write tools.
STORE_BACKENDNoBackend for stored requests and grants. Options: memory (default) or postgres.
PUBLIC_BASE_URLYesPublic URL where this server is reachable from a browser, used in approval URLs. Example: http://localhost:8787
PRIVY_APP_SECRETYesPrivy App Secret from dashboard.privy.io. Required for write tools.
PRIVY_KEY_QUORUM_IDYesKey quorum ID generated by `npm run bootstrap:auth-key`. Required for server-side signing authorization.
MONAD_DEFAULT_NETWORKNoDefault Monad network for tools that omit `network` parameter. Values: mainnet or testnet (default testnet).testnet
PRIVY_VERIFICATION_KEYNoOptional JWT verification key (PEM-encoded ES256 public key) for fastest token verification. Falls back to JWKS if omitted.
UNISWAP_MAINNET_QUOTER_V2NoUniswap V3 Quoter contract address on Monad mainnet. Required for Uniswap plugin on mainnet.
UNISWAP_TESTNET_QUOTER_V2NoUniswap V3 Quoter contract address on Monad testnet. Required for Uniswap plugin on testnet.
UNISWAP_MAINNET_SWAP_ROUTER_02NoUniswap V3 SwapRouter02 contract address on Monad mainnet. Required for Uniswap plugin on mainnet.
UNISWAP_TESTNET_SWAP_ROUTER_02NoUniswap V3 SwapRouter02 contract address on Monad testnet. Required for Uniswap plugin on testnet.
PRIVY_AUTHORIZATION_PRIVATE_KEYYesP-256 private key generated by `npm run bootstrap:auth-key`. Required for server-side signing authorization.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pareen/monad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server