sap_fetch_subscription
InactiveTool of SAP MCP Server
Fetch a subscription by PDA or by agent PDA/subscriber/subId. 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": {
"subId": {
"type": "number",
"description": "Subscription ID (default: 0) — used with agentPda and subscriber"
},
"agentPda": {
"type": "string",
"description": "Agent PDA (base58) — used when subscriptionPda is omitted"
},
"subscriber": {
"type": "string",
"description": "Optional subscriber wallet (base58) to filter by"
},
"subscriptionPda": {
"type": "string",
"description": "Subscription 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