base-mcp-server
Verified Safeby dchu3
Overview
The MCP server wraps the Base Blockscout API to provide agent-friendly tools for querying account, transaction, contract, token, log, and DEX router activity on Base Mainnet and Base Sepolia.
Installation
npm run startEnvironment Variables
- BASE_NETWORK
- BLOCKSCOUT_API_KEY
Security Notes
The server appears well-designed for security, using environment variables for API keys and configurable values (like router addresses), adhering to read-only operations, and implementing rate limiting, caching, and retries for external API interactions. There is no usage of 'eval' or other inherently dangerous patterns. Router addresses are hardcoded as defaults but are explicitly overrideable via a JSON file and CLI, mitigating potential single-point-of-failure concerns.
Similar Servers
MCPify
Exposes ASP.NET Core APIs and OpenAPI specifications as Model Context Protocol (MCP) tools for AI agents.
ACI_MCP
A Node.js-based Model Context Protocol (MCP) server for managing and configuring Cisco ACI fabrics through its APIC REST API.
ancplua-mcp
Provides C#/.NET Model Context Protocol (MCP) servers to expose development tools for filesystem, Git, CI/CD, Roslyn analysis, and multi-AI orchestration, facilitating advanced developer workflows and AI-assisted development.
mcp-servers
Provides integration servers for Horison's agentic chat service to connect with external applications like Google Drive, Gmail, and Outlook.