onyx_agent_id
InactiveTool of onyx-paid-mcp
Look up an agent (EVM wallet) and return a reputation card: x402-style USDC settlements in the last ~24h window (50k Base blocks), distinct recipients (paid-service operators), networks used, total volume, and 0-100 reputation score with reasoning. Reads Base + Base Sepolia public RPCs (no key). Free tier — useful for tools deciding rate limits, returning-customer discounts, or trust extension. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"wallet_address"
],
"properties": {
"wallet_address": {
"type": "string",
"description": "0x-prefixed EVM wallet address of the agent to look up."
},
"include_sepolia": {
"type": "boolean",
"default": true,
"description": "Include Base Sepolia activity in the score (test traffic)."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries