Skip to main content
Glama
LaplaceMan

Web3 Assistant MCP

by LaplaceMan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANKR_KEYNoYour Ankr API key for blockchain access
INFURA_KEYNoYour Infura API key for blockchain access
ALCHEMY_KEYNoYour Alchemy API key for blockchain access
PRIVATE_KEYYesYour wallet private key for transaction signing

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
analyze_contract_abiC

Analyze the functions provided in the solidity contract.

call_contractC

Call a function in the solidity contract.

local_wallet_addressB

Get the local wallet evm address.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: analyze_contract_abi is for inspecting contract functions, call_contract is for executing functions, and local_wallet_address is for retrieving wallet information. There is no overlap or ambiguity between these tools.

Naming Consistency4/5

The tools follow a consistent snake_case naming convention, but the naming pattern is not perfectly uniform: analyze_contract_abi and call_contract use verb_noun format, while local_wallet_address is a noun phrase. This minor deviation keeps it mostly consistent.

Tool Count3/5

With only 3 tools, the set feels thin for a 'Web3 Assistant' domain, which typically involves more operations like deploying contracts, checking balances, or interacting with blockchains. While the tools cover some basics, the count is borderline for the apparent scope.

Completeness2/5

There are significant gaps in the tool surface for Web3/blockchain interactions. Missing are essential operations such as deploying contracts, reading blockchain data (e.g., balances, transactions), or sending transactions. This incompleteness will likely cause agent failures in common workflows.

Maintenance

ActivityInactive
ResponsivenessSyncing