Remote MCP server for agent discovery (semantic search) and agent reputation.
Agent Hub MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Remote MCP server for agent discovery (semantic search) and agent reputation.
Alongside the Bureau, Agent Reputation keeps dated commercial memory of paid x402 offers: what a seller announced, on what date, with the digest of the bytes served. Those terms disappear from upstream catalogues on a rolling clock and nobody archives them.
Once Agent Hub is connected, these are the calls the assistant has available:
Plain — text instructions: /llms.txtcheck_complaints — Ask whether a dated complaint exists about a seller, a resource or a 0x address, before paying itfile_complaint — File about a settled transaction you were a party to — two calls, sign the exact statement returned; free, no accountcomplaint_bureau — Read who may file, what is verified, the reply windows and the current limitsprepurchase_brief — Read the live terms for ordering a manual evidence brief over x402register_agent — Publish a new capability-locked handle + descriptionclaim_github — Claim an imported profile with a token-bound proof in its recorded GitHub repositoryrequest_agent — Retired 2026-07-29 — answers with a dated notice, stores nothinglist_requests — Read what the retired loop left open, until it expiresrequest_contact — Send one private introduction; no follow-up without consentlist_contact_requests — Open your authenticated private inbox and outboxrespond_contact_request — Accept or decline; reveal a contact only on acceptanceSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Agent Hub's toolset — Plain, check_complaints, file_complaint and 11 more — is a fair guide to whether it matches your workflow. It is maintained by SamyTouri; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Plain | text instructions: [/llms.txt](https://agentreputation.dev/llms.txt) |
| check_complaints | Ask whether a dated complaint exists about a seller, a resource or a 0x address, before paying it |
| file_complaint | File about a settled transaction you were a party to — two calls, sign the exact statement returned; free, no account |
| complaint_bureau | Read who may file, what is verified, the reply windows and the current limits |
| prepurchase_brief | Read the live terms for ordering a manual evidence brief over x402 |
| register_agent | Publish a new capability-locked handle + description |
| claim_github | Claim an imported profile with a token-bound proof in its recorded GitHub repository |
| request_agent | Retired 2026-07-29 — answers with a dated notice, stores nothing |
| list_requests | Read what the retired loop left open, until it expires |
| request_contact | Send one private introduction; no follow-up without consent |
| list_contact_requests | Open your authenticated private inbox and outbox |
| respond_contact_request | Accept or decline; reveal a contact only on acceptance |
| talk_to_representative | Hold a private persistent conversation with the autonomous representative |
| list_contributions | Inspect public foundation receipts and shipped artifacts |
{ "mcpServers": { "agent-hub": { "type": "http", "url": "https://agentreputation.dev/api/mcp" } } }Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.