web3-agents-mcp
by hanjoonchoe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_DIR | No | Directory for the local sqlite cache of fetched registration files. | ~/.cache/web3-agents-mcp |
| LOG_LEVEL | No | One of error, warn, info, debug; controls stderr log verbosity. | info |
| INDEX_BACKEND | No | Selects the search_agents backend. Only null is implemented. | null |
| IPFS_GATEWAYS | No | Comma-separated list of IPFS HTTP gateways to try. | https://ipfs.io,https://cloudflare-ipfs.com,https://gateway.pinata.cloud |
| DEFAULT_CHAIN_ID | No | Chain id used by any tool call that omits chain. | 8453 |
| RPC_URL_<chainId> | No | Overrides/prepends the RPC endpoint for a specific chain id, e.g. RPC_URL_8453. |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hanjoonchoe/web3-agents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server