Skip to main content
Glama
monad-vibe

Monad MCP Server

by monad-vibe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

NameDescription
get-mon-balanceC

Get MON balance for an address on Monad testnet

send-mon-transactionC

Send MON transaction on Monad testnet

deploy-mon-contractC

Deploy a smart contract on Monad testnet

watch-contract-eventsC

Watch for smart contract events on Monad testnet

query-mon-nftC

Query NFT information on Monad testnet

get-latest-blockB

Get the latest block on Monad testnet

get-block-by-numberC

Get a block by number on Monad testnet

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific blockchain operations on the Monad testnet. There is no overlap in functionality between tools like deploying contracts, querying blocks, checking balances, handling NFTs, sending transactions, and monitoring events.

Naming Consistency5/5

All tool names follow a consistent verb-object pattern with hyphens (e.g., deploy-mon-contract, get-block-by-number). The naming is uniform across all seven tools, making them predictable and easy to understand.

Tool Count5/5

With 7 tools, the server is well-scoped for blockchain interactions, covering essential operations like contract deployment, block queries, balance checks, NFT queries, transactions, and event monitoring. Each tool serves a clear and necessary function without redundancy.

Completeness4/5

The toolset provides comprehensive coverage for core blockchain operations on the Monad testnet, including deployment, queries, and transactions. A minor gap is the lack of tools for contract interaction (e.g., calling functions) or advanced querying (e.g., transaction history), but the existing tools support basic workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues