You're viewing a demo portfolio

Join the waitlist
PRSM

verify_credit_topup

Active

Tool of Real Real Genuine

declared in 1.0.0

[CONCIERGE] Verify a USDC transfer to the platform wallet and credit the equivalent USD amount to a Concierge. Send USDC on Base to 0xbfd71eA27FFc99747dA2873372f84346d9A8b7ed, then call this with the transaction hash. 1 USDC = $1.00 in Concierge Credits.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "agent_id",
    "tx_hash"
  ],
  "properties": {
    "tx_hash": {
      "type": "string",
      "pattern": "^0x[a-fA-F0-9]{64}$",
      "description": "Transaction hash of the USDC transfer on Base"
    },
    "agent_id": {
      "type": "string",
      "format": "uuid",
      "description": "The agent ID returned by create_concierge"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Real Real Genuine

https://github.com/richardjhobbs/rrg

1/7 registries
View full server →
verify_credit_topup — Real Real Genuine — PRSM MCP