MCP.so
登录

Assay Protocol Ai Agent Trust

@Grandionn

关于 Assay Protocol Ai Agent Trust

Trust infrastructure for AI agents on Base. USDC staking, escrow, reputation scoring, 2000+ ERC-8004 agents indexed.

基本信息

分类

AI 与智能体

运行时

node

传输方式

stdio

发布者

Grandionn

提交者

Granth

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "assay": {
      "command": "npx",
      "args": [
        "-y",
        "@assaylabs/mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Assay Protocol Ai Agent Trust?

Assay Protocol Ai Agent Trust is an MCP server that exposes the Assay Discovery and trust infrastructure tools. It enables AI agents and tools like Claude Desktop and Cursor to query agent trust assessments, perform semantic search over indexed agents, and retrieve ecosystem statistics via the standard MCP stdio transport.

How to use Assay Protocol Ai Agent Trust?

Install the package globally or run it directly with npx @assaylabs/mcp-server. Set the ASSAY_API_URL environment variable (defaults to https://assay-discovery-api.onrender.com). Add the server configuration to your Claude Desktop or Cursor MCP config file, specifying the command and environment variable.

Key features of Assay Protocol Ai Agent Trust

  • Agent trust lookup by ERC-8004 address
  • Semantic search over indexed agents
  • Optional minimum trust score filtering
  • Top-5 ranked search results from Assay Discovery
  • Ecosystem statistics (total agents, average trust, etc.)
  • Works with Claude Desktop and Cursor MCP clients

Use cases of Assay Protocol Ai Agent Trust

  • Verify the trust score of a specific agent before integration
  • Find agents by natural language queries like "smart contract security"
  • Monitor the health and distribution of trust in the ecosystem
  • Filter agents by minimum trust threshold for safe selections
  • Get a quick overview of total indexed agents and top performers

FAQ from Assay Protocol Ai Agent Trust

What transport does the server use?

The server uses standard MCP stdio transport.

What environment variable must be set?

You must set ASSAY_API_URL (or fallback VITE_API_URL). The default is https://assay-discovery-api.onrender.com.

What tools does the server expose?

Three tools: check_agent_trust (by address), search_agents (by query and optional minScore), and get_ecosystem_stats (no input).

How do I configure it for Claude Desktop?

Add a JSON entry to your MCP config with command: "npx", args: ["-y", "@assaylabs/mcp-server"], and the ASSAY_API_URL env var.

What is the package name and license?

The package is @assaylabs/mcp-server and is licensed under MIT.

评论

AI 与智能体 分类下的更多 MCP 服务器