Catalog
io.github.attestagents/attest-mcp
Official1 toolby attestagents · JavaScript
Attest
Scan agent payment endpoints (x402, AP2, L402, MPP, 402) for a trust grade A-F before paying.
Evaluate payment endpoint trustworthiness across multiple protocols before processing transactions.
Captured live from the server via tools/list.
attest_scan
Scan an agent payment endpoint (x402 / HTTP 402) and return a letter grade A to F with a safety verdict before paying.
Parameters (1)
- urlstringrequired
The endpoint URL to scan.
README not available yet.
Install
Configuration
Environment variables
ATTEST_BASE_URLOverride the Attest API base URL. Defaults to https://attestagent.org. Only needed for self-hosting or testing.
claude_desktop_config.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"attest-mcp@1.0.0"
],
"env": {
"ATTEST_BASE_URL": "<YOUR_ATTEST_BASE_URL>"
}
}
}
}