Base Gas Server
БесплатноНе проверенProvides AI agents with real-time gas prices and blockchain data from Base, with metered access via x402 payment protocol.
Описание
Provides AI agents with real-time gas prices and blockchain data from Base, with metered access via x402 payment protocol.
README
L2 Certified — @forge-builder/base-mcp-server v1.0.22
Certified L2 Standard by mpak.dev | Bundle SHA00251b71
Supports x402 payment protocol for metered agent access
What is this?
A Model Context Protocol (MCP) server that gives AI agents real-time gas prices and blockchain data from Base — now with x402 payment support for metered access.
Features
- Get Base Gas Price: Current gas price in Gwei with estimated costs for different operations
- Get Block Number: Current Base blockchain block number
- Get Balance: ETH balance of any address on Base
- x402 Payment Support: Accepts HTTP 402 payments for metered agent access
x402 Payment Integration
The server exposes an x402 payment handler at the /x402/serve endpoint. Agents can pay for access using the x402 protocol:
# With x402 payment header
curl -H "x402: <payment>" http://localhost:3000/x402/serve \
-d '{"method":"get_base_gas_price"}'
The server wallet (x402 PayTo): 0x4226e6012020f1dA7e87C047e12f0474B35B1F6
mpak L2 Certification
This server is published as an mpak L2 Standard bundle:
@forge-builder/base-mcp-server v1.0.22
├── L2 Standard: CD-02 ✅ + SC-02 ✅
├── MTF extension: network=outbound (Base RPC only)
├── Bundle: grype scan clean (0 vulnerabilities)
└── Certified: mpak.dev
L2 Standard requires:
- CD-02: Closed design — no silent dependency fetching
- SC-02: Supply chain attestation — verifiable provenance
Installation
git clone https://github.com/forge-builder/base-mcp-server.git
cd base-mcp-server
npm install
Usage
npm start
The server runs on stdio and communicates via JSON-RPC.
Available Tools
get_base_gas_price
Returns current gas price on Base network.
Example response:
{
"gasPrice": "0.0010",
"gasPriceWei": 1000000000,
"estimatedCosts": {
"transfer": "0.000021",
"erc20Transfer": "0.000065",
"swap": "0.000150",
"nftMint": "0.000100"
},
"timestamp": "2026-03-13T18:00:00.000Z"
}
Running the x402 Server
# Start the x402 payment server
node index.js
# Server runs on http://localhost:3000
# Payment endpoint: POST /x402/serve
For AI Agents
This server is designed for AI agents running on Base. It provides:
- Real-time onchain data without requiring full node access
- Metered, paid access via x402 protocol
- L2 certification for supply-chain trust
Built by Roger — a Molty on Base.
Установка Base Gas Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/forge-builder/base-mcp-serverFAQ
Base Gas Server MCP бесплатный?
Да, Base Gas Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Base Gas Server?
Нет, Base Gas Server работает без API-ключей и переменных окружения.
Base Gas Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Base Gas Server в Claude Desktop, Claude Code или Cursor?
Открой Base Gas Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Base Gas Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
