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
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.
More AI & Agents MCP servers
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Comments