# Axiom Agentic Tools (remote · agentic.clawbots.org)

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

- Trust score: 74/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agentic.clawbots.org`: 74/100 (this document), [markdown](https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp.md), [page](https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp)

## Channel facts

- Endpoint: `https://agentic.clawbots.org/api/agentic/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1557 tokens (~173/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http 0xaxiom-axiom-agentic-tools https://agentic.clawbots.org/api/agentic/mcp
```

### Codex

```toml
[mcp_servers.0xaxiom-axiom-agentic-tools]
url = "https://agentic.clawbots.org/api/agentic/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0xaxiom-axiom-agentic-tools": {
      "type": "remote",
      "url": "https://agentic.clawbots.org/api/agentic/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add 0xaxiom-axiom-agentic-tools --url https://agentic.clawbots.org/api/agentic/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  0xaxiom-axiom-agentic-tools:
    url: "https://agentic.clawbots.org/api/agentic/mcp"
```

### Other

```json
{
  "mcpServers": {
    "0xaxiom-axiom-agentic-tools": {
      "type": "http",
      "url": "https://agentic.clawbots.org/api/agentic/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 72, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (9)

### `agent-revenue-optimizer` (~199 tokens)

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, bundling, discoverability, envelope correctness, rate limiting, tier expansion, facilitator choice, and schema clarity. Each recommendation cites the observed current-state value as evidence.

Input parameters:

- `assumed_monthly_paid_calls` (integer): Optional estimate of how many paid calls per month the endpoint currently receives. Used to scale recommendation impact_usd_per_month from a per-call delta to a monthly figure. Defaults to 1000 if om…
- `endpoint_url` (string, required): Public HTTP(S) URL of the x402-gated endpoint to audit. Must respond with an HTTP 402 envelope on an unauthenticated GET (or POST). Example: https://x402.org or any /api/tools/<slug> on a deployed x4…

Output parameters:

- `current_state` (object)
- `endpoint_url` (string)
- `evidence` (object)
- `expected_lift_usd_per_month` (number)
- `next_check_at` (string): ISO 8601 timestamp suggesting when the caller should re-invoke this tool. Derived from the tool's recurringHint.intervalSeconds.
- `probed_at` (string)
- `recommendations` (array)
- `verdict` (string)

### `agent-token-strategy` (~181 tokens)

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, ERC721), fair-launch defaults, a six-criterion non-security checklist, an estimated Base deploy cost, and a curated risks list covering Sybil, LP rug, and key-compromise vectors.

Input parameters:

- `agent_name` (string, required): Display name of the agent the token represents.
- `include_nft` (boolean): Include an ERC721 access pass alongside the ERC20.
- `pattern` (string, required): Which template to base the strategy on.
- `symbol` (string, required): Ticker symbol, 2-10 chars, A-Z and digits, leading letter.
- `total_supply` (integer): Optional total supply override. Defaults to template default.

Output parameters:

- `agent_name` (string)
- `allocations` (array)
- `contracts_to_deploy` (array)
- `decimals` (integer)
- `deploy_cost_assumptions` (object)
- `estimated_deploy_cost_usd` (number)
- `evidence` (object)
- `fair_launch_defaults` (object)
- `generated_at` (string)
- `next_check_at` (string): ISO 8601 timestamp suggesting when the caller should re-invoke this tool. Derived from the tool's recurringHint.intervalSeconds.
- `non_security_checklist` (array)
- `pattern` (string)
- `risks` (array)
- `symbol` (string)
- `total_supply` (integer)

### `base-builder-grant-finder` (~292 tokens)

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_verified_at. Stale entries are flagged. Designed for agents and builders shipping on Base who need a single call to surface the next applicable funding deadline.

Input parameters:

- `category` (string, required): Project category. Used to match grant program eligibility and scope. 'ai-agent' covers agent infrastructure, autonomous agents, and agent-economy projects; 'tooling' covers dev tools and SDKs; 'any'…
- `has_live_base_contract` (boolean): True if the project already has at least one deployed contract on Base mainnet. Several grants (Base Builder Grants, Coinbase Developer Grants) score higher for live-on-Base projects. Defaults to fal…
- `max_results` (integer): Maximum number of ranked program results to return. Programs are scored by match against category, stage, has_live_base_contract, and deadline proximity. Defaults to 10.
- `stage` (string): Current project stage. 'idea' is pre-prototype; 'prototype' has working demo; 'mainnet' has deployed Base contracts; 'scaling' has live users and revenue. Used as an additional eligibility filter aga…

Output parameters:

- `evaluated_at` (string)
- `evidence` (object)
- `next_check_at` (string): ISO 8601 timestamp suggesting when the caller should re-invoke this tool. Derived from the tool's recurringHint.intervalSeconds.
- `query` (object)
- `results` (array)
- `stale_warnings` (array)
- `total_open_programs` (integer)

### `base-gas-tracker` (~80 tokens)

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.01/call.

Input parameters:

- `blocks` (integer): Number of recent blocks to include in history (1-20, default 10)

Output parameters:

- `base_fee_gwei` (number)
- `block_history` (array)
- `fetched_at` (string)
- `gas_price_gwei` (number)
- `max_fee_suggestion_gwei` (number)
- `priority_fee_gwei` (number)
- `trend` (string)

### `mcp-security-scanner` (~148 tokens)

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. Returns a structured risk report with severity levels and remediation guidance.

Input parameters:

- `checks` (array): Specific check categories to run. Omit to run all checks.
- `manifestJson` (object): Raw MCP manifest JSON object to scan. Mutually exclusive with manifestUrl.
- `manifestUrl` (string): URL of the MCP server manifest (e.g. https://example.com/.well-known/agentic/manifest.json). Mutually exclusive with manifestJson.

Output parameters:

- `findings` (array)
- `scanTimestamp` (string)
- `serverName` (string)
- `summary` (object)
- `toolCount` (integer)

### `multi-agent-workflow-designer` (~213 tokens)

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 cost and latency, total estimated cost, and an executable plan in either a2a-json-rpc or shell-curl form. Useful for autonomous agents that need to pick which paid tools to chain.

Input parameters:

- `budget_usd` (number): Maximum total spend across all chained tool calls. Steps over budget are pruned.
- `goal` (string, required): Plain-English agent goal, e.g. 'sweep top 5 floor NFTs in collection X if contract is safe and gas is low'.
- `max_steps` (integer): Cap on number of steps in the returned DAG.
- `output_format` (string): Executable plan format. Defaults to a2a-json-rpc.
- `preferred_protocols` (array): Restrict catalog selection to these protocols. Empty = all.

Output parameters:

- `budget_status` (string)
- `evidence` (object)
- `executable_plan` (object)
- `fallbacks` (array)
- `generated_at` (string)
- `goal` (string)
- `next_check_at` (string): ISO 8601 timestamp suggesting when the caller should re-invoke this tool. Derived from the tool's recurringHint.intervalSeconds.
- `output_format` (string)
- `steps` (array)
- `total_cost_usd` (number)
- `total_latency_ms_estimate` (integer)

### `polymarket-odds` (~85 tokens)

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 term. $0.01/call.

Input parameters:

- `question` (string, required): Polymarket market slug (e.g. 'will-trump-win-2024') or keyword search term

Output parameters:

- `end_date` (string|null)
- `fetched_at` (string)
- `liquidity_usd` (number)
- `market_url` (string)
- `outcomes` (array)
- `question` (string)
- `resolution_value` (string|null)
- `resolved` (boolean)
- `slug` (string)
- `volume_usd` (number)

### `repo-health-for-agents` (~116 tokens)

Repo Health Auditor

Comprehensive GitHub repository health audit. Scores repos 0-100 across 8 categories: activity, community, maintenance, contributors, security (via OpenSSF Scorecard), CI/CD, documentation, and popularity. Returns letter grade, per-category scores, 20+ individual checks with evidence, and prioritized recommendations sorted by impact. All checks run via GitHub API — no clone required. Free: 50 calls/IP/day.

Input parameters:

- `repo` (string, required): GitHub owner/name (e.g. vercel/next.js)

Output parameters:

- `category_scores` (object)
- `checks` (array)
- `default_branch` (string)
- `evaluated_at` (string)
- `grade` (string)
- `metadata` (object)
- `overall_score` (integer)
- `recommendations` (array)
- `repo` (string)
- `scorecard_detail` (array|null)

### `wallet-portfolio` (~71 tokens)

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.

Input parameters:

- `address` (string, required): Ethereum/Base wallet address (0x...)

Output parameters:

- `address` (string)
- `fetched_at` (string)
- `tokens` (array)
- `total_usd` (number)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 67
- 2026-07-26: 66

## Links

- Remote endpoint: https://agentic.clawbots.org/api/agentic/mcp
- Repository: https://github.com/0xAxiom/axiom-agentic-tools
- Website: https://agentic.clawbots.org/
- Changelog RSS feed: https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/0xaxiom-axiom-agentic-tools/api-agentic-mcp
