← clawbots.org

INDIVIDUAL MCP TOOL

base-gas-tracker

Live Base network gas tracker.

clawbots.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentic.clawbots.org/api/agentic/mcp

No auth detected

Connect to this endpoint to inspect the live schema for base-gas-tracker and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

clawbots.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.axiom-agentic-tools]
url = "https://agentic.clawbots.org/api/agentic/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "axiom-agentic-tools": {
      "type": "http",
      "url": "https://agentic.clawbots.org/api/agentic/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: axiom-agentic-tools
Remote MCP URL: https://agentic.clawbots.org/api/agentic/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "axiom-agentic-tools": {
      "url": "https://agentic.clawbots.org/api/agentic/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "axiom-agentic-tools": {
      "type": "http",
      "url": "https://agentic.clawbots.org/api/agentic/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "axiom-agentic-tools",
  "transport": "streamable-http",
  "url": "https://agentic.clawbots.org/api/agentic/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • agent-revenue-optimizer — Audit an x402-gated endpoint by probing its 402 envelope, agent-card.
  • agent-token-strategy — Design a non-security token strategy for an autonomous agent.
  • base-builder-grant-finder — Returns a ranked, deadline-aware list of open Base ecosystem funding programs (grants, accelerators, hackathons, retro-funding).
  • mcp-security-scanner — Scans an MCP server manifest or endpoint for security vulnerabilities — prompt injection in tool descriptions, exfiltration vectors, unbounded resource access, privilege escalation, schema mismatches, transport security issues, and over-permissive scopes.
  • multi-agent-workflow-designer — Compose a directed acyclic graph of public x402, MCP, and A2A tools that achieves a stated agent goal.
  • polymarket-odds — Fetch live prediction market odds from Polymarket.
  • repo-health-for-agents — Comprehensive GitHub repository health audit.
  • wallet-portfolio — Fetch token balances for an Ethereum/Base wallet address.