Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Axiom Agentic Tools

io.github.0xaxiom/axiom-agentic-tools

x402-paid Base agent tools (USDC). 5 deterministic tools. No API keys. No NFT pass.

Uptime
100.0%
2 direct probes · 30d
Response
697ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

agent-revenue-optimizer

Audit an x402-gated endpoint by probing its 402 envelope, agent-card.json, well-known surfaces, and response headers. Returns a closed-vocabulary verdict plus 3-7 scored recommendations across pricing…

agent-token-strategy

Design a non-security token strategy for an autonomous agent. Returns a deployable spec: symbol, supply, distribution allocations summing to 100, OpenZeppelin contract templates (ERC20, ERC4626, ERC72…

base-builder-grant-finder

Returns a ranked, deadline-aware list of open Base ecosystem funding programs (grants, accelerators, hackathons, retro-funding). Each result cites source_url, deadline, funding_range_usd, and last_ver…

base-gas-tracker

Live Base network gas tracker. Returns current gas price in gwei, base fee, priority fee (tip), and a block history showing recent gas trends. Useful for timing transactions and estimating costs. $0.0…

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,…

multi-agent-workflow-designer

Compose a directed acyclic graph of public x402, MCP, and A2A tools that achieves a stated agent goal. Returns step-by-step plan with tool slug, endpoint URL, protocol, inputs, dependencies, per-step …

polymarket-odds

Fetch live prediction market odds from Polymarket. Returns current probabilities, volume, liquidity, and resolution status for any active or resolved market. Accepts a market slug or keyword search te…

repo-health-for-agents

Comprehensive GitHub repository health audit. Scores repos 0-100 across 8 categories: activity, community, maintenance, contributors, security (via OpenSSF Scorecard), CI/CD, documentation, and popula…

wallet-portfolio

Fetch token balances for an Ethereum/Base wallet address. Returns ETH, USDC, WETH, AXIOM, and BNKR balances on Base with current USD values from DeFiLlama price data. $0.01/call.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "axiom_agentic_tools": {
      "url": "https://agentic.clawbots.org/api/agentic/mcp",
      "transport": "streamable-http"
    }
  }
}