monad-mcp
by pareen
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server (default 8787). | 8787 |
| PRIVY_APP_ID | Yes | Privy App ID from dashboard.privy.io. Required for write tools. | |
| STORE_BACKEND | No | Backend for stored requests and grants. Options: memory (default) or postgres. | |
| PUBLIC_BASE_URL | Yes | Public URL where this server is reachable from a browser, used in approval URLs. Example: http://localhost:8787 | |
| PRIVY_APP_SECRET | Yes | Privy App Secret from dashboard.privy.io. Required for write tools. | |
| PRIVY_KEY_QUORUM_ID | Yes | Key quorum ID generated by `npm run bootstrap:auth-key`. Required for server-side signing authorization. | |
| MONAD_DEFAULT_NETWORK | No | Default Monad network for tools that omit `network` parameter. Values: mainnet or testnet (default testnet). | testnet |
| PRIVY_VERIFICATION_KEY | No | Optional JWT verification key (PEM-encoded ES256 public key) for fastest token verification. Falls back to JWKS if omitted. | |
| UNISWAP_MAINNET_QUOTER_V2 | No | Uniswap V3 Quoter contract address on Monad mainnet. Required for Uniswap plugin on mainnet. | |
| UNISWAP_TESTNET_QUOTER_V2 | No | Uniswap V3 Quoter contract address on Monad testnet. Required for Uniswap plugin on testnet. | |
| UNISWAP_MAINNET_SWAP_ROUTER_02 | No | Uniswap V3 SwapRouter02 contract address on Monad mainnet. Required for Uniswap plugin on mainnet. | |
| UNISWAP_TESTNET_SWAP_ROUTER_02 | No | Uniswap V3 SwapRouter02 contract address on Monad testnet. Required for Uniswap plugin on testnet. | |
| PRIVY_AUTHORIZATION_PRIVATE_KEY | Yes | P-256 private key generated by `npm run bootstrap:auth-key`. Required for server-side signing authorization. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |