Skip to main content
Glama

Base Network MCP Server

by fakepixels

process_command

Execute blockchain operations on the Base network using natural language commands for tasks like sending transactions, managing wallets, and checking balances.

Instructions

Process a natural language command for Base network operations

Input Schema

NameRequiredDescriptionDefault
commandYesNatural language command (e.g., "Send 0.1 ETH to 0x123...")

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Natural language command (e.g., \"Send 0.1 ETH to 0x123...\")", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from Base Network MCP Server

Related Tools

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/fakepixels/base-mcp-server'

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