Server Config
{
"mcpServers": {
"gas-agent": {
"name": "MCP Gas Price Agent",
"description": "Multi-chain gas price server for Ethereum, BNB, and Polygon. Provides live gas data and smart recommendations using AI-ready endpoints.",
"url": "https://mcp-gas-agent-pro-final-pueyk67dg-samarabdelhameeds-projects.vercel.app",
"endpoints": [
"/api/gas-price",
"/api/recommend-time",
"/api/nlp-agent"
],
"chains": [
"ethereum",
"bnb",
"polygon"
],
"version": "1.0.0",
"author": "samarabdelhameed",
"command": "vercel --prod"
}
}
}