# Agent Margin Router (remote · agent-margin-router-production.up.railway.app)

38 x402 pay-per-call tools for AI agents (USDC/USDT on Base): web, crypto, on-chain, geo, packages

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `agent-margin-router-production.up.railway.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production.md), [page](https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production)

## Channel facts

- Endpoint: `https://agent-margin-router-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 53 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 9985 tokens (~188/item across 53 items; 53 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 53 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 54 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Agent Margin Router MCP server?

Agent Margin Router is a hosted endpoint at https://agent-margin-router-production.up.railway.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http agentmarginrouter-agent-margin-router 'https://agent-margin-router-production.up.railway.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "agentmarginrouter-agent-margin-router": {
      "url": "https://agent-margin-router-production.up.railway.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "agentmarginrouter-agent-margin-router": {
      "type": "http",
      "url": "https://agent-margin-router-production.up.railway.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.agentmarginrouter-agent-margin-router]
url = "https://agent-margin-router-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "agentmarginrouter-agent-margin-router": {
      "type": "remote",
      "url": "https://agent-margin-router-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add agentmarginrouter-agent-margin-router --url 'https://agent-margin-router-production.up.railway.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  agentmarginrouter-agent-margin-router:
    url: "https://agent-margin-router-production.up.railway.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "agentmarginrouter-agent-margin-router": {
      "Transport": "http",
      "Url": "https://agent-margin-router-production.up.railway.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add agentmarginrouter-agent-margin-router -t streamable-http -u 'https://agent-margin-router-production.up.railway.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "agentmarginrouter-agent-margin-router": {
      "type": "http",
      "url": "https://agent-margin-router-production.up.railway.app/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-09-19 (score 67, +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-09-18 (score 66, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 7722 → 9985
- [functional] New tool “feed_discover”
- [functional] New tool “hash”
- [functional] New tool “holidays”
- [functional] New tool “media_convert”
- [functional] New tool “metadata”
- [functional] New tool “qr_generate”
- [functional] New tool “robots_check”
- [functional] New tool “sitemap_urls”
- [functional] New tool “text_stats”
- [functional] New tool “timezone”
- [functional] New tool “uuid”
- [functional] New tool “weather”

### 2026-09-17 (score 66, 0)

- [functional] New tool “best_price”

### 2026-09-16 (score 66, +1)

- [functional improvement] Tool “agent_wallet_snapshot” now declares an output schema
- [functional improvement] Tool “arxiv_search” now declares an output schema
- [functional improvement] Tool “contract_info” now declares an output schema
- [functional improvement] Tool “crypto_ohlcv” now declares an output schema
- [functional improvement] Tool “currency_convert” now declares an output schema
- [functional improvement] Tool “defi_tvl” now declares an output schema
- [functional improvement] Tool “defi_yields” now declares an output schema
- [functional improvement] Tool “dex_price” now declares an output schema
- [functional improvement] Tool “dns_lookup” now declares an output schema
- [functional improvement] Tool “dns_whois” now declares an output schema
- [functional improvement] Tool “domain_rdap” now declares an output schema
- [functional improvement] Tool “email_validate” now declares an output schema
- [functional improvement] Tool “ens_resolve” now declares an output schema
- [functional improvement] Tool “erc20_balance” now declares an output schema
- [functional improvement] Tool “extract_clean” now declares an output schema
- [functional improvement] Tool “fear_greed” now declares an output schema
- [functional improvement] Tool “gas_fees” now declares an output schema
- [functional improvement] Tool “geo_ip” now declares an output schema
- [functional improvement] Tool “geocode” now declares an output schema
- [functional improvement] Tool “github_repo_summary” now declares an output schema
- [functional improvement] Tool “health” now declares an output schema
- [functional improvement] Tool “hn_search” now declares an output schema
- [functional improvement] Tool “html_to_markdown” now declares an output schema
- [functional improvement] Tool “market_spread” now declares an output schema
- [functional improvement] Tool “news_search” now declares an output schema
- [functional improvement] Tool “npm_package” now declares an output schema
- [functional improvement] Tool “payment_info” now declares an output schema
- [functional improvement] Tool “pdf_text” now declares an output schema
- [functional improvement] Tool “pypi_package” now declares an output schema
- [functional improvement] Tool “reddit_search” now declares an output schema
- [functional improvement] Tool “rss_feed” now declares an output schema
- [functional improvement] Tool “seo_check” now declares an output schema
- [functional improvement] Tool “token_price” now declares an output schema
- [functional improvement] Tool “tx_status” now declares an output schema
- [functional improvement] Tool “url_status” now declares an output schema
- [functional improvement] Tool “wallet_balance” now declares an output schema
- [functional improvement] Tool “web_crawl” now declares an output schema
- [functional improvement] Tool “web_search” now declares an output schema
- [functional improvement] Tool “wikipedia_summary” now declares an output schema
- [functional improvement] Tool “youtube_transcript” now declares an output schema
- [functional] First check of Tool coverage: 100
- [cosmetic] “payment_info” reworded the description of “tool”

### 2026-09-15 (score 65, +1)

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

### 2026-09-13 (score 64, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “agent_wallet_snapshot” rewrote its description, which is the text the model reads
- [security] Tool “defi_tvl” rewrote its description, which is the text the model reads
- [security] Tool “erc20_balance” rewrote its description, which is the text the model reads
- [security] Tool “fear_greed” rewrote its description, which is the text the model reads
- [security] Tool “hn_search” rewrote its description, which is the text the model reads
- [security] Tool “news_search” rewrote its description, which is the text the model reads
- [security] Tool “reddit_search” rewrote its description, which is the text the model reads
- [security] Tool “tx_status” rewrote its description, which is the text the model reads
- [security] Tool “url_status” rewrote its description, which is the text the model reads
- [security] Tool “web_crawl” rewrote its description, which is the text the model reads
- [security] Tool “crypto_ohlcv” rewrote its description, which is the text the model reads
- [security] Tool “currency_convert” rewrote its description, which is the text the model reads
- [security] Tool “defi_yields” rewrote its description, which is the text the model reads
- [security] Tool “dns_whois” rewrote its description, which is the text the model reads
- [security] Tool “email_validate” rewrote its description, which is the text the model reads
- [security] Tool “ens_resolve” rewrote its description, which is the text the model reads
- [security] Tool “extract_clean” rewrote its description, which is the text the model reads
- [security] Tool “gas_fees” rewrote its description, which is the text the model reads
- [security] Tool “geo_ip” rewrote its description, which is the text the model reads
- [security] Tool “market_spread” rewrote its description, which is the text the model reads
- [security] Tool “pdf_text” rewrote its description, which is the text the model reads
- [security] Tool “rss_feed” rewrote its description, which is the text the model reads
- [security] Tool “seo_check” rewrote its description, which is the text the model reads
- [security] Tool “token_price” rewrote its description, which is the text the model reads
- [security] Tool “wallet_balance” rewrote its description, which is the text the model reads
- [security] Tool “web_search” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 3122 → 7504
- [functional regression] Schema quality: 173 → 192
- [functional] Schema quality: good → excellent
- [functional] Server version: 0.5.0 → 0.6.0
- [functional] Server version: 0.1.0 → 0.5.0
- [functional] New tool “arxiv_search”
- [functional] New tool “contract_info”
- [functional] New tool “dns_lookup”
- [functional] New tool “domain_rdap”
- [functional] New tool “geocode”
- [functional] New tool “npm_package”
- [functional] New tool “pypi_package”
- [functional] New tool “wikipedia_summary”
- [functional] New tool “agent_wallet_snapshot”
- [functional] New tool “defi_tvl”
- [functional] New tool “dex_price”
- [functional] New tool “erc20_balance”
- [functional] New tool “fear_greed”
- [functional] New tool “github_repo_summary”
- [functional] New tool “hn_search”
- [functional] New tool “html_to_markdown”
- [functional] New tool “news_search”
- [functional] New tool “reddit_search”
- [functional] New tool “tx_status”
- [functional] New tool “url_status”
- [functional] New tool “web_crawl”
- [functional] New tool “youtube_transcript”
- [cosmetic] “agent_wallet_snapshot” reworded the description of “wallet”
- [cosmetic] “crypto_ohlcv” reworded the description of “wallet”
- [cosmetic] “currency_convert” reworded the description of “wallet”
- [cosmetic] “defi_tvl” reworded the description of “wallet”
- [cosmetic] “defi_yields” reworded the description of “wallet”
- [cosmetic] “dex_price” reworded the description of “wallet”
- [cosmetic] “dns_whois” reworded the description of “wallet”
- [cosmetic] “email_validate” reworded the description of “wallet”
- [cosmetic] “ens_resolve” reworded the description of “wallet”
- [cosmetic] “erc20_balance” reworded the description of “wallet”
- [cosmetic] “extract_clean” reworded the description of “wallet”
- [cosmetic] “fear_greed” reworded the description of “wallet”
- [cosmetic] “gas_fees” reworded the description of “wallet”
- [cosmetic] “geo_ip” reworded the description of “wallet”
- [cosmetic] “github_repo_summary” reworded the description of “wallet”
- [cosmetic] “hn_search” reworded the description of “wallet”
- [cosmetic] “html_to_markdown” reworded the description of “wallet”
- [cosmetic] “market_spread” reworded the description of “wallet”
- [cosmetic] “news_search” reworded the description of “wallet”
- [cosmetic] “pdf_text” reworded the description of “wallet”
- [cosmetic] “reddit_search” reworded the description of “wallet”
- [cosmetic] “rss_feed” reworded the description of “wallet”
- [cosmetic] “seo_check” reworded the description of “wallet”
- [cosmetic] “token_price” reworded the description of “wallet”
- [cosmetic] “tx_status” reworded the description of “wallet”
- [cosmetic] “url_status” reworded the description of “wallet”
- [cosmetic] “wallet_balance” reworded the description of “wallet”
- [cosmetic] “web_crawl” reworded the description of “wallet”
- [cosmetic] “web_search” reworded the description of “wallet”
- [cosmetic] “youtube_transcript” reworded the description of “wallet”

### 2026-09-12 (score 63, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-11 (score 62)

First indexed and scored.

## MCP tools (53)

### `extract_clean` (~186 tokens)

Extract Clean

Clean page extraction from any public URL: title, meta description, main text, JSON-LD, language. Optional `schema` keeps only the listed top-level keys. Apify (JS-rendered) with direct-fetch fallback. Pay per call with USDC or USDT on Base via x402 – no API key, no signup. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `instructions` (string): Optional natural-language hints.
- `schema` (object): Optional JSON schema for the output.
- `url` (string, required): Public URL to extract.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `confidence` (number): Confidence score between 0 and 1.
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1).
- `data` (object): Extracted page data (title, description, text, json_ld, language, ...).
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sources_checked` (integer): Number of providers consulted.
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `market_spread` (~251 tokens)

Market Spread

Cross-exchange crypto spread from live tickers: gross spread, fees, modelled slippage, transfer cost and net edge in bps for a given trade size. Ticker/volume based (no full order book). Pay per call with USDC or USDT on Base via x402 – no API key, no signup. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `asset` (string, required): Ticker, e.g. ETH.
- `buy_venue` (string, required): Venue to buy on, e.g. binance.
- `max_age_seconds` (integer): Max quote age (default 30).
- `quote` (string): Quote currency (default USDT).
- `sell_venue` (string, required): Venue to sell on, e.g. coinbase.
- `size_usd` (number): Notional size in USD (default 1000).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `asset` (string)
- `buy_price` (number)
- `buy_venue` (string)
- `confidence` (number)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `estimated_net_profit_usd` (number)
- `execution_risk` (string)
- `fees_bps` (number)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `gross_spread_bps` (number)
- `net_spread_bps` (number)
- `quote` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sell_price` (number)
- `sell_venue` (string)
- `slippage_bps` (number)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `transfer_cost` (number): Absolute transfer/gas cost in quote units.
- `transfer_cost_bps` (number)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `gas_fees` (~195 tokens)

Gas Fees

Live EIP-1559 gas fees (slow/standard/fast tiers) plus USD cost per transaction type (transfer, ERC-20 transfer, swap, NFT mint) for Base, Ethereum, Arbitrum, Optimism and Polygon. Aggregated from public RPC nodes – no API key. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base | ethereum | arbitrum | optimism | polygon (default base).
- `max_age_seconds` (integer): Max cache age (default 10).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `base_fee_gwei` (number)
- `block_number` (integer)
- `chain` (string)
- `chain_id` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `gas_price_gwei` (number)
- `gas_units_assumed` (object)
- `native_price_usd`
- `native_token` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `tiers` (object)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `trend` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `best_price` (~191 tokens)

Best Price

Best-price router: queries several independent gas-price sources in parallel, returns the cheapest quote and charges a configurable share of the savings (average - best) as commission. Response includes the full breakdown (best_price, average_price, savings_gross, provision, user_pays) for Base, Ethereum, Arbitrum, Optimism and Polygon. No API key. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base | ethereum | arbitrum | optimism | polygon (default base).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `average_price` (number): Mean of all quotes (USD).
- `best_price` (number): Cheapest quote across all sources (USD).
- `chain` (string)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `provision` (number): Commission charged on the savings (USD).
- `quotes_count` (integer): Number of sources that answered.
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `savings_gross` (number): average_price - best_price (USD, >= 0).
- `source` (string): Source that produced the cheapest quote.
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `user_pays` (number): best_price + provision (USD).
- `user_pays_micro_usdc` (integer): user_pays expressed in micro-USDC (x402 unit, 1e6).
- `user_savings` (number): average_price - user_pays (USD, what the caller still saves).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `token_price` (~204 tokens)

Token Price

Multi-venue median spot price for any major crypto asset (Binance, Coinbase, Kraken, CoinGecko) with min/max, deviation and confidence score – one call instead of four. No API key. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `asset` (string, required): Ticker, e.g. ETH.
- `max_age_seconds` (integer): Max cache age (default 5).
- `quote` (string): Quote currency (default USD).
- `venues` (array): Subset of binance, coinbase, kraken, coingecko.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `asset` (string)
- `change_24h_pct`
- `confidence` (number)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `max_deviation_pct` (number)
- `price` (number)
- `price_max` (number)
- `price_min` (number)
- `quote` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sources` (array)
- `sources_checked` (integer)
- `sources_failed` (object)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `wallet_balance` (~214 tokens)

Wallet Balance

Native + stablecoin balances (ETH, USDC, USDT, DAI, WETH) of any EVM wallet with USD valuation, read directly from public RPC nodes on Base, Ethereum, Arbitrum, Optimism or Polygon. No API key. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `address` (string, required): EVM address (0x + 40 hex chars).
- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base | ethereum | arbitrum | optimism | polygon (default base).
- `tokens` (array): Token symbols, default all known (USDC, USDT, DAI, WETH).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `address` (string)
- `balances` (object)
- `block_number` (integer)
- `chain` (string)
- `chain_id` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_usd` (number)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `web_search` (~173 tokens)

Web Search

Live web search results (title, URL, domain, snippet) for any query, key-less, region-aware. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `max_results` (integer): 1-20, default 10.
- `query` (string, required): Search query (1-400 chars).
- `region` (string): Region code, e.g. wt-wt, de-de, us-en.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `query` (string)
- `region` (string)
- `result_count` (integer)
- `results` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `email_validate` (~155 tokens)

Email Validate

Validate an email address: RFC syntax, MX/A records via DNS-over-HTTPS, disposable and free-provider detection, role-account flag, deliverability score and verdict. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `check_mx` (boolean): Resolve MX records (default true).
- `email` (string, required): Email address.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `deliverability_score` (integer)
- `disposable` (boolean)
- `domain`
- `domain_resolves`
- `email` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `free_provider` (boolean)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `has_mx`
- `local_part`
- `mx_checked` (boolean)
- `mx_records` (array)
- `null_mx` (boolean)
- `role_account` (boolean)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `valid_syntax` (boolean)
- `verdict` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `dns_whois` (~201 tokens)

DNS + WHOIS

DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA) via DNS-over-HTTPS plus RDAP/WHOIS registration data (registrar, created/expires, status, nameservers, DNSSEC). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `domain` (string, required): Domain name, e.g. example.com.
- `include_whois` (boolean): Include RDAP data (default true).
- `record_types` (array): Default A AAAA MX NS TXT CNAME.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `domain` (string)
- `errors` (object)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `records` (object)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `whois`
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `pdf_text` (~164 tokens)

PDF Text

Extract clean text (per page + full) and metadata from any public PDF URL up to 25 MB / 200 pages. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `max_pages` (integer): 1-200, default 50.
- `pages` (array): 1-based page numbers to extract.
- `url` (string, required): Public PDF URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `bytes` (integer)
- `char_count` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetch_ms` (integer)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `metadata` (object)
- `page_count` (integer)
- `pages` (array)
- `pages_extracted` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `text` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `truncated` (boolean)
- `url` (string)
- `word_count` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `seo_check` (~172 tokens)

SEO Check

On-page SEO audit of any URL: title, meta description, canonical, headings, images without alt, links, Open Graph, structured data, robots.txt/sitemap, prioritized issues and a 0-100 score with grade. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `check_robots` (boolean): Probe robots.txt + sitemap (default true).
- `url` (string, required): Page URL to audit.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `canonical`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `grade` (string)
- `h1` (array)
- `h2_count` (integer)
- `hreflang_count` (integer)
- `html_bytes` (integer)
- `http_status` (integer)
- `https` (boolean)
- `images` (object)
- `issues` (array)
- `lang`
- `links` (object)
- `load_ms` (integer)
- `meta_description`
- `meta_description_length` (integer)
- `meta_robots`
- `open_graph` (object)
- `redirects` (integer)
- `robots_txt`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `score` (integer)
- `sitemap`
- `structured_data_blocks` (integer)
- `title`
- `title_length` (integer)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `twitter_card`
- `url` (string)
- `viewport`
- `word_count` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `defi_yields` (~246 tokens)

DeFi Yields

Live DeFi pool yields (APY, TVL, stablecoin flag) across 100+ chains and protocols from DefiLlama. Filter by chain, asset, project, minimum TVL; sorted by APY. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `asset` (string): Asset symbol in pool, e.g. USDC.
- `chain` (string): Chain filter, e.g. Base, Ethereum.
- `limit` (integer): Max pools (1-50, default 10).
- `min_tvl_usd` (number): Minimum TVL in USD (default 100000).
- `project` (string): Protocol slug, e.g. aave-v3.
- `stablecoins_only` (boolean): Only stablecoin pools.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `filtered_outliers` (integer)
- `filters` (object)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `pool_count` (integer)
- `pools` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_matching` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `currency_convert` (~181 tokens)

Currency Convert

Fiat currency conversion with ECB reference rates (30+ currencies): amount, source currency, one or many targets. Returns rates, converted amounts and rate date. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `amount` (number): Amount in source currency (default 1).
- `api_key` (string): Optional AMR enterprise API key.
- `from` (string, required): ISO-4217 source currency, e.g. EUR.
- `to` (array, required): Target currencies, e.g. ["USD", "GBP"].
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `amount` (number)
- `converted` (object)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `from_currency` (string)
- `rate_date`
- `rates` (object)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `geo_ip` (~143 tokens)

Geo IP

IP geolocation for IPv4/IPv6: country, region, city, coordinates, timezone, ASN, ISP/org, EU flag, private-range detection. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `ip` (string, required): IPv4 or IPv6 address.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `asn`
- `city`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `country`
- `country_code`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `ip` (string)
- `is_eu`
- `is_private` (boolean)
- `isp`
- `latitude`
- `longitude`
- `org`
- `postal`
- `region`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `timezone`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `utc_offset`
- `version` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `rss_feed` (~173 tokens)

RSS Feed

Fetch and parse any RSS 2.0 or Atom feed into clean JSON: title, link, published date, author, summary, optional full text content and categories per item. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `include_content` (boolean): Include full text content.
- `max_items` (integer): Max items (1-100, default 20).
- `url` (string, required): Feed URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `feed_link`
- `feed_title`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `format` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `item_count` (integer)
- `items` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_items` (integer)
- `url` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `crypto_ohlcv` (~224 tokens)

Crypto OHLCV

Historical OHLCV candles for any major crypto pair (Binance, Coinbase fallback): intervals 1m-1w, up to 500 candles, with period summary (high, low, volume, change %). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `interval` (string): 1m 5m 15m 30m 1h 4h 1d 1w (default 1h).
- `limit` (integer): Candles (1-500, default 100).
- `quote` (string): Quote asset (default USDT).
- `symbol` (string, required): Base asset, e.g. BTC.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `candle_count` (integer)
- `candles` (array)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `interval` (string)
- `quote` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `summary` (object)
- `symbol` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `ens_resolve` (~160 tokens)

ENS Resolve

Resolve an ENS name to its Ethereum address plus text records (url, com.twitter, avatar, ...) via on-chain calls. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `name` (string, required): ENS name, e.g. vitalik.eth.
- `text_keys` (array): Text records to read (default url, com.twitter, avatar).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `address`
- `chain` (string)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `name` (string)
- `namehash` (string)
- `resolved` (boolean)
- `resolver`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `texts` (object)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `html_to_markdown` (~196 tokens)

HTML to Markdown

Convert any public web page into clean, LLM-ready Markdown: main content only (boilerplate, nav and ads removed), headings, lists, tables and optional links/images preserved. Trafilatura extraction with markdownify fallback, SSRF-guarded fetch, up to 3 MB HTML. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `include_images` (boolean): Keep images (default false).
- `include_links` (boolean): Keep hyperlinks (default true).
- `url` (string, required): Public page URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `char_count` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `extraction_method` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `include_images` (boolean)
- `include_links` (boolean)
- `markdown` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `title`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `truncated` (boolean)
- `url` (string)
- `word_count` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `youtube_transcript` (~192 tokens)

YouTube Transcript

Fetch the transcript of a YouTube video (manual or auto-generated captions) as timestamped segments plus full text, with language preference and English fallback. Accepts a video id or any YouTube URL. No API key, no download. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `include_segments` (boolean): Return timestamped segments (default true).
- `language` (string): Preferred caption language (default en).
- `video_id` (string, required): 11-char video id or YouTube URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `duration_seconds` (integer)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `full_text` (string)
- `is_generated` (boolean)
- `language` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `segment_count` (integer)
- `segments` (array)
- `title`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `video_id` (string)
- `word_count` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `github_repo_summary` (~185 tokens)

GitHub Repo Summary

One-call overview of any public GitHub repository: description, stars, forks, open issues, primary language and language split (%), topics, license, default branch, README excerpt and the 5 most recent commits. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `include_commits` (boolean): Include recent commits (default true).
- `include_readme` (boolean): Include README excerpt (default true).
- `repo` (string, required): owner/name or github.com URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `archived` (boolean)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `created_at`
- `default_branch`
- `description`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `fork` (boolean)
- `forks` (integer)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `homepage`
- `language`
- `languages` (object)
- `last_push`
- `license`
- `open_issues` (integer)
- `readme_excerpt`
- `recent_commits` (array)
- `repo` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `stars` (integer)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `topics` (array)
- `url` (string)
- `watchers` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `dex_price` (~247 tokens)

DEX Price

Live DEX price, 24h change, volume and liquidity for any on-chain token (long-tail tokens not listed on CEXs) by contract address or symbol on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche or Solana, with the top liquidity pairs per DEX (DexScreener). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base (default), ethereum, arbitrum, optimism, polygon, bsc, avalanche, solana.
- `max_pairs` (integer): Pairs to return (1-20, default 5).
- `symbol` (string): Token symbol, e.g. AERO (if no address).
- `token_address` (string): Token contract address (preferred).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `asset` (object)
- `chain` (string)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fdv`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `liquidity_usd` (number)
- `market_cap`
- `pair_count` (integer)
- `pairs` (array)
- `price_change_24h`
- `price_usd`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `volume_24h` (number)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `tx_status` (~233 tokens)

Transaction Status

Status of any EVM transaction on Base, Ethereum, BSC, Polygon, Arbitrum or Optimism: success/failed/pending, block number, confirmations, gas used, effective gas price, fee, from/to/value and all ERC-20 Transfer events decoded from the receipt logs (contract, symbol, decimals, amount). Public JSON-RPC nodes with fallback. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base (default), ethereum, bsc, polygon, arbitrum, optimism.
- `max_age_seconds` (integer): Accept cached result up to N seconds old (default 0).
- `tx_hash` (string, required): Transaction hash (0x + 64 hex).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `block_number`
- `chain` (string)
- `chain_id` (integer)
- `confirmations` (integer)
- `contract_created`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fee_native`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `from_address` (string)
- `gas_price_gwei`
- `gas_price_wei`
- `gas_used`
- `input_selector`
- `log_count` (integer)
- `native_token` (string)
- `nonce` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `status` (string)
- `to_address`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `transfers` (array)
- `tx_hash` (string)
- `value` (number)
- `value_wei` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `erc20_balance` (~206 tokens)

ERC-20 Balance (Multicall)

Balances of up to 20 arbitrary ERC-20 tokens for one wallet in a single Multicall3 round-trip: raw and decimal-formatted balance, decimals and symbol per token, on Base, Ethereum, BSC, Polygon, Arbitrum or Optimism. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base (default), ethereum, bsc, polygon, arbitrum, optimism.
- `contract_addresses` (array, required): 1-20 ERC-20 contract addresses.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `wallet_address` (string, required): EVM wallet address.
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `block_number` (integer)
- `chain` (string)
- `chain_id` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `token_count` (integer)
- `tokens` (array)
- `wallet_address` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `news_search` (~232 tokens)

News Search

Global news article search across 65+ languages via the GDELT DOC 2.0 API: title, URL, source domain, publication time, language and country per article, with look-back window (e.g. 24h, 7d) and language filter. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `language` (string): ISO-639-1 article language (default en).
- `max_results` (integer): 1-50 (default 10).
- `query` (string, required): Search phrase (GDELT query syntax allowed).
- `timespan` (string): Look-back window, e.g. 24h, 7d (default), 4w.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `article_count` (integer)
- `articles` (array)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `language` (string)
- `query` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `timespan` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `hn_search` (~216 tokens)

Hacker News Search

Search Hacker News stories and comments via the Algolia HN API: title, URL, author, points, comment count, timestamp and HN discussion link; sort by relevance or date, optional tag filter (story, comment, ask_hn, show_hn). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `max_results` (integer): 1-50 (default 10).
- `query` (string, required): Search phrase.
- `sort_by` (string): relevance (default) or date.
- `tags` (string): Algolia tags, e.g. story, ask_hn, show_hn, comment.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `hit_count` (integer)
- `hits` (array)
- `query` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sort_by` (string)
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_hits` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `reddit_search` (~234 tokens)

Reddit Search

Search Reddit posts site-wide or within one subreddit: title, URL, subreddit, author, score, upvote ratio, comment count, timestamp and the first 500 characters of the post text; sort by relevance, hot, new, top or comments with a time filter. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `max_results` (integer): 1-50 (default 10).
- `query` (string, required): Search phrase.
- `sort` (string): relevance (default), hot, new, top, comments.
- `subreddit` (string): Restrict to one subreddit, e.g. ethereum.
- `time_filter` (string): hour, day, week, month, year, all (default).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `post_count` (integer)
- `posts` (array)
- `query` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sort` (string)
- `source` (string)
- `subreddit`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `defi_tvl` (~213 tokens)

DeFi TVL

Total value locked of a DeFi protocol (by DefiLlama slug: TVL, 1d/7d change, market cap, mcap/TVL ratio, TVL per chain, category) or of a whole chain (TVL, native token, protocol count, top-10 protocols). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): Chain name, e.g. base, ethereum, arbitrum.
- `protocol` (string): DefiLlama protocol slug, e.g. aave, uniswap, aerodrome (either protocol or chain).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `category`
- `chain_id`
- `chain_tvls` (object)
- `chains` (array)
- `change_1d_pct`
- `change_7d_pct`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `kind` (string)
- `mcap_tvl_ratio`
- `mcap_usd`
- `name` (string)
- `native_token`
- `protocol_count`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `slug` (string)
- `source` (string)
- `symbol`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `top_protocols` (array)
- `tvl_usd` (number)
- `url`
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `fear_greed` (~158 tokens)

Crypto Fear & Greed

Crypto market sentiment: the daily Fear & Greed index (0-100) with classification, 1d/7d change and up to 90 days of history from alternative.me. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `limit` (integer): Daily data points to return, 1-90 (default 1).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `change_1d`
- `change_7d`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `date` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `history` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `time_until_update_seconds`
- `timestamp` (integer)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `value` (integer)
- `value_classification` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `agent_wallet_snapshot` (~238 tokens)

Agent Wallet Snapshot

One-call wallet overview for autonomous agents: native balance, ERC-20 balances (default stablecoins + WETH, or any contracts you pass), current gas price, tx count, contract check and USD values incl. total – bundles what would otherwise be 5+ RPC calls. Base, Ethereum, BSC, Polygon, Arbitrum, Optimism. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): base (default), ethereum, bsc, polygon, arbitrum, optimism.
- `token_contracts` (array): ERC-20 contracts to include (max 20); default: USDC, USDT, DAI, WETH.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `wallet_address` (string, required): EVM wallet address.
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `block_number` (integer)
- `calls_bundled` (array)
- `chain` (string)
- `chain_id` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `gas_price_gwei` (number)
- `gas_price_wei` (string)
- `is_contract` (boolean)
- `native_balance` (object)
- `native_price_usd`
- `native_token` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `token_balances` (array)
- `total_usd_value` (number)
- `tx_count` (integer)
- `wallet_address` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `url_status` (~173 tokens)

URL Status

Health check for any public URL: HTTP status, full redirect chain, response time, content type, SSL certificate validity/expiry/issuer and a security-header audit (HSTS, CSP, X-Frame-Options, …) with score. SSRF-guarded (private/internal targets are rejected). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `url` (string, required): Public http(s) URL to probe.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `content_length`
- `content_type`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `error`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `method_used` (string)
- `missing_security_headers` (array)
- `ok` (boolean)
- `reachable` (boolean)
- `redirect_chain` (array)
- `redirect_count` (integer)
- `response_time_ms` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `security_headers` (object)
- `security_score` (integer)
- `server`
- `ssl` (object)
- `status_code`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `url` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `web_crawl` (~227 tokens)

Web Crawl

Mini crawler: fetches a start page and follows same-domain links breadth-first (max 10 pages), returning clean LLM-ready Markdown, title, word count and discovered links per page; honours robots.txt by default. SSRF-guarded. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `follow_links` (boolean): Follow same-domain links (default true).
- `include_links` (boolean): Keep hyperlinks in Markdown (default true).
- `max_pages` (integer): 1-10 (default 5).
- `respect_robots` (boolean): Honour robots.txt Disallow for '*' (default true).
- `start_url` (string, required): Public page to start from.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `domain` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `follow_links` (boolean)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `max_pages` (integer)
- `page_count` (integer)
- `pages` (array)
- `pages_failed` (integer)
- `queued_not_fetched` (integer)
- `robots_blocked` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `start_url` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_words` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `metadata` (~180 tokens)

Page Metadata

Structured metadata for any public page in one call: title, meta description/keywords, canonical URL, HTML lang, charset, favicon (absolute URL) and the FULL OpenGraph (all og:*) and Twitter-Card (all twitter:*) tag sets. Ideal for link previews / unfurling and agent research. SSRF-guarded. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `url` (string, required): Public http(s) page URL.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `canonical`
- `charset`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `description`
- `favicon`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `keywords`
- `lang`
- `og_count` (integer)
- `open_graph` (object)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `status_code` (integer)
- `title`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `twitter` (object)
- `twitter_count` (integer)
- `url` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `sitemap_urls` (~196 tokens)

Sitemap URLs

Parse a sitemap into the real URL list: accepts a direct sitemap.xml, a <sitemapindex> (recursed, bounded) or a site root (robots.txt Sitemap: lines, then /sitemap.xml as fallback). Returns each URL with lastmod, changefreq and priority. SSRF-guarded. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `max_urls` (integer): 1-5000 (default 200).
- `url` (string, required): Sitemap URL, sitemap index, or a site root.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `child_sitemaps` (array)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `discovered_via` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `max_urls` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sitemaps_fetched` (array)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `truncated` (boolean)
- `url` (string)
- `url_count` (integer)
- `urls` (array)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `wikipedia_summary` (~189 tokens)

Wikipedia Summary

Clean article summary from Wikipedia in any language: title, short description, extract (capped), canonical URL, thumbnail and coordinates; falls back to search when the title is fuzzy. Content CC BY-SA 4.0. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `language` (string): Wikipedia language code (default en).
- `max_chars` (integer): 100-5000 characters of extract (default 1200).
- `title` (string, required): Article title or search phrase.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `coordinates`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `description`
- `extract`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `language` (string)
- `last_modified`
- `license`
- `page_type`
- `page_url`
- `query` (string)
- `resolved_from_search` (boolean)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `thumbnail_url`
- `title`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `arxiv_search` (~202 tokens)

arXiv Search

Search arXiv preprints: returns id, title, authors, abstract, categories, published/updated dates and PDF links, sortable by relevance or date, optionally filtered by category (e.g. cs.AI). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `category` (string): Optional arXiv category, e.g. cs.AI.
- `max_results` (integer): 1-50 (default 10).
- `query` (string, required): Free-text search query.
- `sort_by` (string): Sort order (default relevance).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `attribution`
- `category`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `paper_count` (integer)
- `papers` (array)
- `query` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sort_by` (string)
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `total_results`
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `npm_package` (~151 tokens)

npm Package

npm package intelligence: latest version, license, repository, maintainers, dependency count, publish dates and weekly downloads – ideal for dependency vetting by coding agents. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `name` (string, required): npm package name (scoped allowed, e.g. @scope/pkg).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `created_at`
- `dependencies` (object)
- `dependency_count` (integer)
- `deprecated`
- `description`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `homepage`
- `keywords` (array)
- `latest_published_at`
- `latest_version`
- `license`
- `maintainers` (array)
- `name` (string)
- `npm_url` (string)
- `repository_url`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `version_count` (integer)
- `weekly_downloads`
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `pypi_package` (~141 tokens)

PyPI Package

PyPI project intelligence: latest version, summary, license, author, project URLs, Python requirement, declared dependencies, release count and last release date. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `name` (string, required): PyPI project name.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `author`
- `classifiers` (array)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `dependency_count` (integer)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `homepage`
- `keywords`
- `latest_released_at`
- `latest_version`
- `license`
- `name` (string)
- `project_urls` (object)
- `pypi_url` (string)
- `release_count` (integer)
- `requires_dist` (array)
- `requires_python`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `summary`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.
- `yanked` (boolean)

### `geocode` (~192 tokens)

Geocode

Turn a place name or address into coordinates, bounding box, address parts and OSM type using OpenStreetMap Nominatim (ODbL); cached 24h. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `country_codes` (string): Comma-separated ISO codes, e.g. de,at.
- `language` (string): Result language (default en).
- `max_results` (integer): 1-10 (default 5).
- `query` (string, required): Place name or address.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `attribution`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `domain`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `query` (string)
- `result_count` (integer)
- `results` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `domain_rdap` (~152 tokens)

Domain RDAP

Domain registration data via RDAP (the WHOIS successor): registered flag, registrar, status, registration/expiry events, nameservers and DNSSEC – for availability checks and due diligence. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `domain` (string, required): Registrable domain, e.g. example.com.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `dnssec_signed`
- `domain` (string)
- `events` (object)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `nameservers` (array)
- `note`
- `rdap_url`
- `registered` (boolean)
- `registrar`
- `registrar_iana_id`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `status` (array)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `dns_lookup` (~167 tokens)

DNS Lookup

Resolve any DNS record type (A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA, PTR) over DNS-over-HTTPS with TTLs and DNSSEC validation flag. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `name` (string, required): Host name to resolve.
- `record_type` (string): Record type (default A).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `answer_count` (integer)
- `answers` (array)
- `authority` (array)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `dnssec_validated`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `name` (string)
- `record_type` (string)
- `resolver`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `status`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `contract_info` (~168 tokens)

Contract Info

Smart-contract metadata from Blockscout for Base, Ethereum, Optimism or Arbitrum: verification status, name, compiler, proxy/implementation, creator, creation tx, token details and function/event names. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `address` (string, required): EVM contract or wallet address (0x...).
- `api_key` (string): Optional AMR enterprise API key.
- `chain` (string): Chain (default base).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `abi_available` (boolean)
- `address` (string)
- `chain` (string)
- `compiler_version`
- `contract_name`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `creation_tx_hash`
- `creator_address`
- `event_names` (array)
- `explorer_url`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `function_names` (array)
- `implementations` (array)
- `is_contract` (boolean)
- `is_proxy` (boolean)
- `is_verified` (boolean)
- `language`
- `license_type`
- `optimization_enabled`
- `proxy_type`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `source_code_available` (boolean)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `token_info`
- `verified_at`
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `weather` (~227 tokens)

Weather

Current conditions plus a daily forecast (up to 16 days) for any place name or lat/lon via Open-Meteo (key-less, CC BY 4.0); temperature in °C or °F, cached 30 min. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `forecast_days` (integer): 1-16 (default 7).
- `latitude` (number): -90..90. Use with longitude instead of location.
- `location` (string): Place name, e.g. 'Berlin'. Optional if latitude/longitude are given.
- `longitude` (number): -180..180.
- `temperature_unit` (string): Default celsius.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `attribution`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `country`
- `current` (object)
- `daily` (array)
- `elevation`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `latitude`
- `location`
- `longitude`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `temperature_unit`
- `timezone`
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `holidays` (~172 tokens)

Public Holidays

Official public holidays for a country and year via Nager.Date (key-less): date, local + English name, whether it is nationwide, and sub-region counties. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `country_code` (string, required): ISO 3166-1 alpha-2, e.g. DE, US, GB.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.
- `year` (integer, required): Calendar year, e.g. 2026.

Output parameters:

- `attribution`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `country_code` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `holiday_count` (integer)
- `holidays` (array)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.
- `year` (integer)

### `robots_check` (~157 tokens)

Robots.txt Check

Answer 'may this user-agent crawl this URL?' by fetching and parsing the site's robots.txt: allowed flag, crawl-delay, request-rate and declared sitemaps. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `url` (string, required): Full URL to test.
- `user_agent` (string): UA string to evaluate (default *).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `allowed` (boolean)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `crawl_delay_seconds`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `path_checked` (string)
- `request_rate`
- `robots_status_code`
- `robots_txt_found` (boolean)
- `robots_txt_url` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sitemaps` (array)
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `url` (string)
- `user_agent` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `feed_discover` (~140 tokens)

Feed Discover

Find the RSS/Atom feed URLs for a website from its HTML link tags, with a common-path fallback (/feed, /rss.xml, ...). Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `url` (string, required): Website URL to inspect.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `feed_count` (integer)
- `feeds` (array)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `final_url` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `url` (string)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `text_stats` (~174 tokens)

Text Stats

Readability and text statistics for raw text or a fetched page: word/sentence/syllable counts, Flesch Reading Ease, Flesch-Kincaid grade, and reading/speaking time. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `text` (string): Raw text to analyse. Optional if url is given.
- `url` (string): Page URL to fetch and analyse instead of raw text.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `avg_syllables_per_word` (number)
- `avg_words_per_sentence` (number)
- `character_count` (integer)
- `character_count_no_spaces` (integer)
- `complex_word_count` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `flesch_kincaid_grade`
- `flesch_reading_ease`
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `paragraph_count` (integer)
- `reading_time_minutes` (number)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `sentence_count` (integer)
- `source` (string)
- `speaking_time_minutes` (number)
- `syllable_count` (integer)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `url`
- `word_count` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `timezone` (~180 tokens)

Timezone & Local Time

Current local time, UTC offset, DST status and abbreviation for any IANA timezone name, or resolve a place name to its timezone and local time. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `location` (string): Place name to geocode to a timezone, e.g. 'Tokyo'. Used when timezone is omitted.
- `timezone` (string): IANA timezone name, e.g. 'Europe/Berlin'. Optional if location is given.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `abbreviation`
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `country`
- `date` (string)
- `datetime` (string)
- `day_of_week` (string)
- `day_of_year` (integer)
- `dst_offset_seconds` (integer)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `is_dst` (boolean)
- `latitude`
- `location`
- `longitude`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `time` (string)
- `timezone` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `unix_time` (integer)
- `utc_datetime` (string)
- `utc_offset` (string)
- `utc_offset_seconds` (integer)
- `week_number` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `qr_generate` (~218 tokens)

QR Code Generator

Generate a QR code from any text or URL and return it as a scalable SVG image plus a data-URI. Pure key-less generation, no third-party service. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `border` (integer): Quiet-zone width in modules (0-20). Defaults to 4.
- `data` (string, required): Text or URL to encode in the QR code.
- `error_correction` (string): Error-correction level: L, M, Q or H. Defaults to M.
- `scale` (integer): Pixel size of each QR module in the SVG (1-40). Defaults to 8.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `data` (string)
- `data_uri` (string)
- `error_correction` (string)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `format` (string)
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `module_count` (integer)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `svg` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `version` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `uuid` (~216 tokens)

UUID Generator

Generate one or more RFC 4122 UUIDs (random v4, or deterministic v5 from a namespace and name). Key-less, local generation. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `count` (integer): Number of UUIDs to generate (1-100). Defaults to 1.
- `name` (string): Name for v5 UUIDs (required when version=5).
- `namespace` (string): Namespace for v5: dns, url, oid or x500. Defaults to dns.
- `version` (integer): UUID version: 4 (random, default) or 5 (namespace-based).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `count` (integer)
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `name`
- `namespace`
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `uuids` (array)
- `version` (integer)
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `hash` (~188 tokens)

Hash Generator

Compute cryptographic hash digests (MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512) of any text. Key-less, local computation. Pay per call with USDC or USDT on Base via x402. 3 free calls per wallet.

Input parameters:

- `algorithms` (array): Algorithms: md5, sha1, sha224, sha256 (default), sha384, sha512. Accepts a list or comma-separated string.
- `api_key` (string): Optional AMR enterprise API key.
- `text` (string, required): Text to hash (UTF-8).
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `algorithms` (array)
- `byte_length` (integer)
- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `hashes` (object)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `text_length` (integer)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `media_convert` (~215 tokens)

Media Convert

Convert or transcode a public audio/video/image file via a self-hosted FFmpeg container: pass a source URL and a target format (mp3, mp4, webm, wav, png, …) and receive a public output URL. Pay per call with USDC or USDT on Base via x402 – no API key, no signup. 3 free calls per wallet.

Input parameters:

- `api_key` (string): Optional AMR enterprise API key.
- `operation` (string): Named operation, e.g. extract-audio, thumbnail, transcode.
- `target_format` (string, required): Output format, e.g. mp3, mp4, webm, wav, png.
- `url` (string, required): Public URL of the source file.
- `wallet` (string): Your EVM wallet address (0x...). Unlocks the free tier (3 free calls per wallet).
- `x_payment` (string): Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base.

Output parameters:

- `cost_usdc` (number): Price charged in stablecoin units (USDC/USDT 1:1); 0 on the free tier.
- `duration_seconds`
- `fetched_at` (string): UTC timestamp when the data was fetched.
- `freshness_seconds` (integer): Age of the underlying data in seconds (0 = fetched live).
- `operation`
- `output_bytes`
- `output_url` (string)
- `routing` (object): How the request was routed (provider, fallback, cache, latency).
- `source` (string)
- `source_url` (string)
- `target_format` (string)
- `token` (string): Token actually used for payment (USDC, USDT or FREE).
- `x_payment_response` (string): Base64-encoded x402 settlement receipt (mirrors the X-PAYMENT-RESPONSE header). Only present when the call was paid with `x_payment`.

### `health` (~21 tokens)

Service health

Free. Returns AMR service status, provider health and cache metrics.

Output parameters:

- `cache_hit_rate` (number)
- `cache_hits` (integer)
- `cache_misses` (integer)
- `environment` (string)
- `error_count` (integer)
- `error_rate` (number)
- `providers` (array)
- `redis_backend` (string)
- `redis_connected` (boolean)
- `request_count` (integer)
- `status` (string)
- `timestamp` (string)
- `uptime_seconds` (number)
- `version` (string)

### `payment_info` (~80 tokens)

Payment requirements

Free. Returns the x402 payment requirements (price, USDC/USDT contract, pay-to wallet, network) for a given tool so an agent can construct an x402 payment.

Input parameters:

- `tool` (string, required): Name of the paid AMR tool to get payment requirements for (same name as in tools/list, e.g. `web_search`).

Output parameters:

- `accepts` (array)
- `error` (string)
- `extensions`
- `facilitator` (string)
- `free_tier` (object)
- `x402Version` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 67
- 2026-09-18: 66
- 2026-09-17: 66
- 2026-09-16: 66
- 2026-09-15: 65
- 2026-09-14: 64
- 2026-09-13: 64
- 2026-09-12: 63
- 2026-09-11: 62

## Common questions

### What is the Agent Margin Router MCP server?

Agent Margin Router is an MCP server listed in the public MCP registry as io.github.AgentMarginRouter/agent-margin-router. 38 x402 pay-per-call tools for AI agents (USDC/USDT on Base): web, crypto, on-chain, geo, packages. This page covers its hosted endpoint (https://agent-margin-router-production.up.railway.app/mcp).

### Is the Agent Margin Router MCP server safe to use?

Agent Margin Router scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Agent Margin Router MCP server expose?

Agent Margin Router exposes 53 tools: extract_clean, market_spread, gas_fees, best_price, token_price, and 48 more. Their descriptions and schemas cost roughly 9,909 tokens of context every time the server is loaded.

### Does the Agent Margin Router MCP server require authentication?

No. We connected to Agent Margin Router without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Agent Margin Router MCP server still maintained?

Agent Margin Router is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://agent-margin-router-production.up.railway.app/mcp
- Repository: https://github.com/AgentMarginRouter/AgentMarginRouter
- Website: https://agentmarginrouter.com/
- Changelog RSS feed: https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production.json
- HTML version of this page: https://verifymcp.io/servers/agentmarginrouter-agent-margin-router/agent-margin-router-production
