Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

dev.true402/mcp-server

NPM · @TRUE402.DEV/MCP-SERVER · SCANNED AUG 3

Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety.

+41 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1402 tokens (~127/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @true402.dev/mcp-server

# add to Claude Code
claude mcp add dev-true402-mcp-server -- npx -y @true402.dev/mcp-server
# add to Codex CLI
codex mcp add dev-true402-mcp-server -- npx -y @true402.dev/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-true402-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@true402.dev/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-true402-mcp-server --command npx --arg -y --arg @true402.dev/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  dev-true402-mcp-server:
    command: "npx"
    args: ["-y", "@true402.dev/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "dev-true402-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +51
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −39
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: partial → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 +14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −22
    • Install scripts: pass → unverified security
    • Known CVEs: partial → unverified security
    • Provenance: fail → unverified security
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Licence: MIT functional
  • 28 Jul 26 +33
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → pass functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 27 Jul 26 27

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@true402.dev/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 109 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~1,402 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
chat ~95

Send a chat completion request to an LLM via true402 (PAID x402 service, USDC on Base). Requires a funded wallet (WALLET_PRIVATE_KEY) on the MCP server.

NameTypeReqDescription
max_tokensnumberMaximum tokens to generate
messagesarrayyesChat messages
modelstringyesModel ID (e.g. gpt-4o, claude-3-5-sonnet)

No output schema declared.

No examples provided.

headers_check ~93

Analyse a URL's HTTP security headers (HSTS, CSP, X-Frame-Options, and more) into a present/missing breakdown plus a 0-100 score, along with status, HTTPS flag, and server banner. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
urlstringyesAbsolute http(s) URL of the page to process

No output schema declared.

No examples provided.

link_preview ~90

Fetch a URL and return its link-preview / Open Graph unfurl card: title, description, image, siteName, type, canonical URL, favicon, and theme color (image/canonical/favicon resolved to absolute URLs). PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
urlstringyesAbsolute http(s) URL of the page to process

No output schema declared.

No examples provided.

liquidity_pulls ~176

Liquidity-pull / rug alerts on Base — liquidity-removal (Burn) events on recently-launched DEX pools (Uniswap V3 + Aerodrome). Returns the pool, token, and WETH/USDC amount removed (the rug magnitude), newest first — an early rug warning. Cross-check the token with token_safety. On-chain log indexing, no API key. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
dexstringFilter by DEX
limitintegerMax pulls to return (1–200, default 50)
minQuotenumberOnly removals of at least this much WETH/USDC
sinceintegerOnly pulls first seen at or after this block

No output schema declared.

No examples provided.

list_models ~103

List every LLM model available through true402's pay-per-call inference, with live per-token pricing (3% over provider cost, min $0.0001/request). Returns each model's id, provider, and input/output token prices across OpenAI, Anthropic, Google, Groq, Mistral and Together — so an agent can pick a model and know the exact cost before paying via x402 (USDC on Base, no account or API key).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

new_pairs ~173

Recently-created Base DEX pairs (Uniswap V3 + Aerodrome) — fresh token launches for trading/sniper agents. Returns each new token, its quote (WETH/USDC), pool, fee|stable, block and approx age, newest first. Bundle with token_safety for a pre-trade rug/honeypot check. On-chain log indexing, no API key. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
dexstringFilter by DEX
limitintegerMax pairs to return (1–200, default 50)
sinceintegerOnly pairs first seen at or after this block
withTokenbooleanOnly token launches (vs all pools); default true

No output schema declared.

No examples provided.

robots_check ~104

Report a site's AI-crawler policy (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, and ~15 other AI bots: allow | block | unspecified), plus declared sitemaps and whether an llms.txt is present. Pass any URL on the target site. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
urlstringyesAbsolute http(s) URL of the page to process

No output schema declared.

No examples provided.

seo_audit ~124

Audit a web page for SEO + GEO (generative-engine-optimization). Returns a structured JSON report: meta tags, an SEO score with per-category breakdown + issues, a GEO score with breakdown + issues, and a combined percentage. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
modestringWhich audit(s) to run: 'both' (default), 'seo' only, or 'geo' only
urlstringyesAbsolute http(s) URL of the page to process

No output schema declared.

No examples provided.

token_safety ~173

Rug/honeypot safety check for an ERC-20 token on Base (on-chain reads, no API key): ERC-20 conformance, ownership renounce, mint capability, WETH/USDC liquidity depth (Uniswap V3 + Aerodrome), and a buy/sell honeypot simulation (a gas-free eth_call that round-trips a tiny WETH→token→WETH trade to catch tokens you can buy but not sell). Returns a 0-100 score + risk band + flags. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
chainstringChain to check; only 'base' is supported (default)
tokenstringyesERC-20 contract address (0x…) on Base

No output schema declared.

No examples provided.

web_extract ~81

Fetch a URL and return its clean readable text, a light markdown rendering, all links (in document order), and metadata (title, description, word count, byte size). PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
urlstringyesAbsolute http(s) URL of the page to process

No output schema declared.

No examples provided.

whale_swaps ~190

Recent large ($-value) Base DEX Swap events (whale trades) on tracked pools — a whale-following / copy-trade signal. Returns the pool, dex, token, quote (WETH/USDC), USD size, direction (buy/sell of the non-quote token), block and approx age, newest first. On-chain log indexing, no API key. PAID x402 service (USDC on Base) — needs a funded wallet on the MCP server.

NameTypeReqDescription
dexstringFilter by DEX
directionstringFilter by trade direction (of the non-quote token)
limitintegerMax swaps to return (1–200, default 50)
minnumberOnly swaps of at least this USD size (default 10000)
sinceintegerOnly swaps at or after this block

No output schema declared.

No examples provided.