MCP.so
Sign In

Assay Protocol Ai Agent Trust

@Grandionn

About Assay Protocol Ai Agent Trust

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

Basic information

Category

AI & Agents

Runtime

node

Transports

stdio

Publisher

Grandionn

Submitted by

Granth

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More AI & Agents MCP servers