Skip to main content
Glama
Br0ski777

trust-score

by Br0ski777

Trust Score API

MCP Server x402 License: MIT

评估任意域名、URL、钱包或 API 的可信度。返回 0-100 的评分,包含 5 个子评分:SSL、DNS、WHOIS、安全标头、内容。零成本、零依赖。智能体在与未知服务交互之前所需的信任层。通过 x402 按次付费(Base L2 上的 USDC)——无需 API 密钥、无需注册、无速率限制。

作为 klymax402 市场的一部分——面向 AI 智能体的 100 个 x402 微支付 API,一个钱包,Base 上的 USDC。

快速入门 -- MCP

添加到你的 MCP 客户端配置中(Claude Desktop、Cursor、ElizaOS 等):

{
  "mcpServers": {
    "trust-score": {
      "url": "https://trust-score.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: openclaw-trust-scorer

快速入门 -- HTTP (x402)

curl -X POST "https://trust-score.api.klymax402.com/api/score" \
  -H "Content-Type: application/json" \
  -d '{"target":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

任何兼容 x402 的客户端(@x402/fetchx402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试循环。

工具

工具

方法

路径

价格

描述

trust_score_evaluate

POST

/api/score

$0.02

评估域名、URL、钱包地址或 API 端点的可信度。返回 0-100 的综合评分,附等级(A+ 到 F)、判定(trusted/moderate/suspicious/dangerous)以及 5 项详细子评分。

trust_score_batch_compare

POST

/api/batch

$0.03

并排比较 2-5 个目标的可信度。返回所有评分,并按从最可信到最不可信排序。

trust_score_evaluate

当你需要检查某个域名、网站、API 端点或加密钱包是否可以安全交互时,可通过此工具评估。返回 0-100 的综合信任评分,附字母等级(A+ 到 F)、判定结果(trusted/moderate/suspicious/dangerous)和 5 项子评分:

参数

名称

类型

必填

描述

target

string

要评估的域名(example.com)、完整 URL(https://api.example.com/v1)、钱包地址(0x...)或 IP 地址。

checks

array

要运行的检查项。默认:全部。传入子集(如 ["ssl","dns"])可获得更快的结果(最快不到 2 秒)。完整扫描需要 3-8 秒。

示例响应:

{ compositeScore: 82, grade: "A", verdict: "trusted", subscores: { ssl: { score: 90, ... }, dns: { score: 85, ... }, ... } }

适用场景:进行支付、发送敏感数据,或需要信任任何外部服务时。对智能体安全至关重要。

不适用于:SEO 分析(使用 seo_audit_page)、电子邮箱验证(使用 email_verify_address)、技术栈检测(使用 website_detect_tech_stack)、端口扫描(使用 network_scan_ports)。

trust_score_batch_compare

当需要比较多个域名、URL 或钱包的可信度,并选择最安全选项时,可使用此工具。接受 2-5 个目标并返回所有目标的信任评分,按从最可信到最不可信排序。

参数

名称

类型

必填

描述

targets

array

要评估并排序的 2-5 个域名、URL 或钱包地址列表。

不适用于:单个目标(使用 trust_score_evaluate)。

示例智能体提示

  • “检查某个域名、网站、API 端点或钱包是否可以安全交互”

  • “比较多域名、URL 或钱包的可信度,并选择最安全的选项”

支付

  • 协议:x402 —— HTTP 原生按次付费,无需注册、无需 API 密钥

  • 网络:Base L2(eip155:8453

  • 资产:USDC

  • 协调方:Coinbase CDP(主要)、PayAI(备用)

  • 也可通过 ATXP 访问(OAuth 包装的 x402,RFC 9728 受保护资源元数据)

属于 klymax402

面向 AI 智能体的 100 个 x402 微支付 API——一个钱包、Base 上的 USDC、零注册。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Dependency health checker for AI agent skills. Analyzes external endpoints for uptime, SSL validity, domain reputation, ownership changes, and abuse scores. Returns a 0-100 trust score per endpoint.
  • A
    license
    A
    quality
    D
    maintenance
    URL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.
    16
    160
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Passive website security and trust auditor that checks for security, SEO, AI surface, email, and other exposures, producing a score and remediation plan.

View all related MCP servers

Related MCP Connectors

  • URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

  • AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/trust-score-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server