Base Blockchain
Provides a bridge to the Base blockchain network for wallet management, balance checking, and transaction execution through natural language commands, eliminating the need to manage technical blockchain details.
2 stars
0 tools
Created Aug 2025
@fakepixels/fakepixels-base-blockchain-base-mcp-serverAbout
Provides a bridge to the Base blockchain network for wallet management, balance checking, and transaction execution through natural language commands, eliminating the need to manage technical blockchain details.
Categories
general
Installation
npm
npm install @fakepixels/fakepixels-base-blockchain-base-mcp-server
Configuration
{
"mcpServers": {
"fakepixels-base-blockchain-base-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fakepixels/fakepixels-base-blockchain-base-mcp-server"
]
}
}
}