sap_fetch_escrow_v2
InactiveTool of SAP MCP Server
Fetch a V2 escrow by escrow PDA, or by agent PDA, depositor, and nonce. SAP MCP context: Read-only SAP SDK wrapper against the configured Solana RPC and SAP program. Use these reads to inspect current chain state before mutating registry, payment, reputation, memory, or tool accounts.
Parameters schema
{
"type": "object",
"properties": {
"nonce": {
"type": "number",
"description": "Escrow nonce (default: 0) — used with agentPda and depositor"
},
"agentPda": {
"type": "string",
"description": "Agent PDA (base58) — used when escrowPda is omitted"
},
"depositor": {
"type": "string",
"description": "Optional depositor wallet (base58) to filter by"
},
"escrowPda": {
"type": "string",
"description": "Escrow V2 PDA (base58) to fetch directly"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries