TrustAgent — counterparty verification runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm.
Is this address safe to pay? OFAC sanctions, ERC-8004 reputation, contract analysis.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add trustagent-mcp -- npx -y trustagent-mcp
{
"mcpServers": {
"trustagent-mcp": {
"args": [
"-y",
"trustagent-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.trustagent-mcp]
command = "npx"
args = ["-y", "trustagent-mcp"]
{
"mcpServers": {
"trustagent-mcp": {
"args": [
"-y",
"trustagent-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"trustagent-mcp": {
"args": [
"-y",
"trustagent-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TRUSTAGENT_URL (Service to query. Defaults to the hosted deployment.), TRUSTAGENT_WALLET_KEY (Private key of a funded Base wallet. Enables the four paid tools, which settle per call in USDC over x402. Omit to run the free tools only — they need no wallet. Requires the optional peer dependency x402-fetch.), TRUSTAGENT_MAX_PER_CALL_USD (Refuse any single paid call above this amount.), TRUSTAGENT_MAX_SESSION_USD (Total spend ceiling across all paid calls in one session. A model looping on a retry is the realistic failure, and a per-call limit does not catch it.).
The author declared them in the registry entry; get the values from the project itself.
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft.
AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.
Content-addressed contracts and a verification cache that cut agent context by skipping proven code.
Content-addressed contracts and a verification cache that cut agent context by skipping proven code.
Agent-safe Excel workbook analysis, editing, recalc, and verification tools.
Answers built from our own checks of this server.