# MACH Base [Verified] [Health: Active]

**Category:** 📊 Data Platforms  
**Repository:** https://api.mach.gallery/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/mach-base

## Description
16 paid Base mainnet data tools for autonomous agents over Streamable HTTP MCP. Pay per call with USDC via x402; no account, API key or subscription required.

## Tools
Capabilities this server exposes over MCP:

- **base_block_number** — Return the current Base mainnet block number from a live RPC. Costs $0.005 USDC via x402.
- **base_gas_price** — Return the current Base gas price in wei from a live RPC. Costs $0.005 USDC via x402.
- **base_wallet_balance** — Read the live native ETH balance for one Base address. Costs $0.005 USDC via x402.
- **base_erc20_balance** — Read an ERC-20 token balance for one Base wallet using balanceOf. Costs $0.005 USDC via x402.
- **base_nonce** — Return the current transaction nonce for one Base address. Costs $0.005 USDC via x402.
- **base_contract_code** — Check live Base bytecode to determine whether an address is a deployed contract. Costs $0.005 USDC via x402.
- **base_allowance** — Read an ERC-20 allowance on Base for owner and spender. Costs $0.005 USDC via x402.
- **base_receipt** — Return a live Base transaction receipt plus current confirmation depth. Costs $0.005 USDC via x402.
- **base_logs** — Query bounded Base contract event logs using address, topics and block range filters. Costs $0.005 USDC via x402.
- **base_eth_call** — Execute one read-only eth_call against a Base contract at a chosen block tag. Costs $0.005 USDC via x402.
- **base_transaction** — Return a live Base transaction by hash, including sender, recipient, value and calldata. Costs $0.008 USDC via x402.
- **base_block** — Return a live Base block header and transaction hashes by number or tag. Costs $0.005 USDC via x402.
- **base_wallet_snapshot** — Read native ETH plus up to 10 caller-supplied ERC-20 balances for one Base wallet. Costs $0.005 USDC via x402.
- **base_total_supply** — Read totalSupply for an ERC-20 or ERC-721 contract on Base. Costs $0.005 USDC via x402.
- **base_contract_info** — Inspect Base contract bytecode and best-effort token metadata and common token interfaces. Costs $0.005 USDC via x402.
- **base_erc20_transfers** — Query bounded ERC-20 Transfer events on Base by token with optional from/to wallet filters. Costs $0.005 USDC via x402.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "mach-base": {
    "url": "https://api.mach.gallery/mcp"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

