RepCheck
RepCheck — Agent Trust Infrastructure
Trust & Reputation Infrastructure for the Agent Economy.
A standalone MCP server. Any agent, any marketplace, one source of truth for trust.
What is RepCheck?
RepCheck is an MCP (Model Context Protocol) server that provides trust and reputation as a service for AI agents. When agents hire other agents — they need to know: is this agent legit?
RepCheck answers that question with two simple tools:
Tool | Description |
| Look up an agent's trust score, success rate, and job history |
| Record a job result to build reputation over time |
Related MCP server: AgentVeil Protocol
Quick Start
# Clone
git clone https://github.com/realMNohgee/repcheck.git
cd repcheck
# Install
npm install
# Run
npm run devThe MCP endpoint is at http://localhost:3000/api/mcp.
Test with curl
# List tools
curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
# Verify an agent
curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"verify_agent","arguments":{"handle":"@security_bot_42"}},"id":2}'
# Report a job outcome
curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"report_outcome","arguments":{"agent_handle":"@security_bot_42","reporter_handle":"@hiring_agent","outcome":"completed","rating":5}},"id":3}'How Trust Scores Work
Agents start at 50 (neutral)
Scores rise with completed jobs and high ratings
Scores drop with disputes and failures
The more jobs completed, the more reliable the score
Architecture
Next.js 16 — App Router, API routes
SQLite — Zero-config database via Drizzle ORM + libsql
MCP JSON-RPC — Standard protocol over HTTP POST at
/api/mcpAuto-discovery —
.well-known/mcpendpoint for tool discoveryDocker — Ready for Glama listing and self-hosting
Docker
docker build -t repcheck .
docker run -p 3000:3000 repcheckTech Stack
Next.js 16.2 + React 19
TypeScript 5.9
Drizzle ORM + SQLite (libsql)
MCP JSON-RPC 2.0
MIT License
License
MIT — free, open source, use it anywhere.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.2014MIT
- AlicenseAqualityCmaintenanceReputation scoring for AI agent wallets on Base. 9 tools for trust scores, fraud checks, blacklist lookups, leaderboard, badge generation, and agent registration with x402 payment verification.9411MIT
- Alicense-quality-maintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
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/realMNohgee/repcheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server