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
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Comments