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.

io.github.kten-agent/x402-mcp-server

NPM · HERMES-ASIA-X402-MCP-SERVER · SCANNED AUG 3

MCP server for Hermes Asia x402 CN/JP market intelligence via USDC on Base. 8 endpoints.

+13 this week 66 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (116 of 117), 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 (116 of 117), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1285 tokens (~51/item across 25 items; 11 tools + 14 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · hermes-asia-x402-mcp-server

# add to Claude Code
claude mcp add kten-agent-x402-mcp-server -- npx -y hermes-asia-x402-mcp-server
# add to Codex CLI
codex mcp add kten-agent-x402-mcp-server -- npx -y hermes-asia-x402-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kten-agent-x402-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hermes-asia-x402-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kten-agent-x402-mcp-server --command npx --arg -y --arg hermes-asia-x402-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  kten-agent-x402-mcp-server:
    command: "npx"
    args: ["-y", "hermes-asia-x402-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "kten-agent-x402-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hermes-asia-x402-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.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass 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
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −9
    • 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 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 116 packages

116 packages in the resolved dependency tree · 114 deprecated · 33 stale.

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

MCP tools — 11 exposed · ~842 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
anime_industry_intel ~77

Japan anime industry investment guide covering studio potential, IP licensing revenue, streaming battle analysis. $0.02 USDC per request.

NameTypeReqDescription
querystringyesSearch query or topic within anime industry
scopestringScope: "investment", "licensing", "streaming", "merch", "general"

No output schema declared.

No examples provided.

asia_intelligence ~85

China/Taiwan/Japan trade policy intelligence and cross-border investment opportunities. $0.02 USDC per request.

NameTypeReqDescription
depthstring"brief" (1-2 ideas) or "comprehensive" (5+ ideas)
topicstringTopic: "china-trade", "taiwan-semiconductor", "japan-policy", "general"

No output schema declared.

No examples provided.

asia_market_data ~69

Macro economic data (GDP, indices, interest rates) for AI quantitative agents. $0.01 USDC per request.

NameTypeReqDescription
indicatorsarrayEconomic indicators to fetch
regionstringyesTarget region: "CN", "JP", "TW", "KR", "ALL"

No output schema declared.

No examples provided.

asia_news_api ~108

Real-time Asian news headlines and summaries for AI agents. Covers China, Japan, Taiwan, Korea. $0.005 USDC per request.

NameTypeReqDescription
daysnumberTime window in days
focusstringResearch focus area
numResultsnumberNumber of results (max 10)
querystringyesSearch query for Asian news
regionstringTarget region code (e.g., "CN", "JP", "TW")

No output schema declared.

No examples provided.

bilingual_bridge ~101

Professional CN-JP patent and regulatory document translation with domain terminology matching. $0.03 USDC per request.

NameTypeReqDescription
domainstringDomain: "patent", "regulatory", "technical", "business", "general"
source_langstringyesSource language: "zh" or "ja"
target_langstringyesTarget language: "ja" or "zh"
textstringyesText content to translate

No output schema declared.

No examples provided.

china_real_estate_2026 ~82

China property market rebound analysis covering policy effects, investment opportunities, and risk assessment for 2026. $0.03 USDC per request.

NameTypeReqDescription
citystringSpecific city or region to analyze
focusstringFocus: "policy-outlook", "investment-calls", "risk-assessment", "market-data"

No output schema declared.

No examples provided.

china_silver_economy ~68

China 297 million seniors market analysis covering consumption patterns, healthcare opportunities, and銀髮经济 trends. $0.02 USDC per request.

NameTypeReqDescription
sectorstringFocus sector: "healthcare", "tourism", "food", "finance", "general"

No output schema declared.

No examples provided.

cn_jp_currency_api ~54

Real-time USD/CNY/JPY exchange rates for AI trading agents. $0.001 USDC per request.

NameTypeReqDescription
basestringBase currency code
targetstringyesTarget currency code

No output schema declared.

No examples provided.

japanese_research ~81

Nikkei news, corporate earnings surprises, BOJ policy signals, and sector rotation analysis. $0.02 USDC per request.

NameTypeReqDescription
daysnumberDays to look back (1-7)
focusstringFocus: "nikkei", "corporate-earnings", "boj-policy", "sector-analysis", "all"

No output schema declared.

No examples provided.

kabukicho_guide ~48

Tokyo night economy and entertainment district investment analysis. $0.02 USDC per request.

NameTypeReqDescription
querystringyesInvestment focus or specific area in Kabukicho/Shinjuku

No output schema declared.

No examples provided.

lying_flat_report ~69

Analysis of Chinas lying-flat phenomenon (躺平) and its impact on consumer behavior, birth rate, and economic implications. $0.02 USDC per request.

NameTypeReqDescription
aspectstringFocus aspect: "demographics", "economic-impact", "policy-response", "generational"

No output schema declared.

No examples provided.