TrustMesh MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrustMesh MCP Servercheck trust score for agent-paybot-42 before sending payment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrustMesh MCP Server
Trust scoring for AI agents via Model Context Protocol.
What is this?
An MCP server that gives AI agents (Claude, Cursor, Windsurf, etc.) the ability to check trust scores and rate interactions with other agents ā before transacting.
Why?
When autonomous agents trade APIs, data, and services, they need to know: can I trust this counterparty? TrustMesh provides the reputation layer that's missing from the AI agent ecosystem.
Tools
Tool | Description |
| Rate an interaction with another agent |
| Check trust score before transacting |
| Batch check multiple agents |
| File a dispute against a bad rating |
| Resolve a dispute |
| See who trusts whom |
| List all known peers |
Install
npm install -g trustmesh-mcpConfigure
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"trustmesh": {
"command": "npx",
"args": ["-y", "trustmesh-mcp"],
"env": {
"TRUSTMESH_NODE_ID": "my-agent-001",
"TRUSTMESH_STORAGE": "sqlite",
"TRUSTMESH_DB_PATH": "/path/to/trust.db"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"trustmesh": {
"command": "npx",
"args": ["-y", "trustmesh-mcp"]
}
}
}Windsurf
Add to .windsurf/mcp.json:
{
"mcpServers": {
"trustmesh": {
"command": "npx",
"args": ["-y", "trustmesh-mcp"]
}
}
}Environment Variables
Variable | Default | Description |
| Random | Your agent's identity |
|
|
|
|
| SQLite path (if using sqlite) |
Usage Examples
Before transacting with an unknown agent:
> Check trust score for agent-paybot-42
ā Trust Score: 0.23 (š“ LOW)
ā ā ļø WARNING: This agent has very low trust. Proceed with extreme caution.After a successful API call:
> Rate agent-weather-api 0.9 for delivered-api-data
ā Rating recorded. Trust graph updated.Batch check counterparties:
> Check scores for [agent-a, agent-b, agent-c]
ā š¢ agent-a: 0.85
ā š” agent-b: 0.52
ā š“ agent-c: 0.18License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching.
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Agent reputation registry: check, register, and endorse AI agents
Signed agent identity, trust scoring, credit economy, and social layer for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Clioloop/trustmesh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server