Check Hosted Payment Readiness
sap_payments_readinessChecks local bridge setup, account balances, and policy limits to confirm readiness for hosted SAP MCP paid workflows. Use this before any paid write operation.
Instructions
Free local readiness check for hosted SAP MCP paid/write workflows. Verifies the local sap_payments bridge, active profile, signer public key, RPC reachability, SOL/USDC balances, and commerce policy limits without exposing keypair bytes. Agents should call this before paid tools, swaps, SNS registration, Metaplex minting, or SAP registry writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Hosted MCP endpoint. Defaults to https://mcp.sap.oobeprotocol.ai/mcp. | |
| profileName | No | Optional SAP MCP profile name. Defaults to the active local profile. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | Yes | Local agent commerce policy limits used before autopay or value-moving operations. | |
| profile | Yes | Redacted active profile, signer, RPC, and wallet path status. | |
| balances | Yes | SOL and USDC payment readiness when RPC checks are available. | |
| hostedMcp | Yes | Hosted remote MCP endpoint and accountless trust boundary. | |
| readiness | Yes | Ready/degraded/not-ready result with issues and next action. | |
| localBridge | Yes | Local sap_payments bridge status and preferred tools. | |
| agentInstruction | Yes | Operational instruction for MCP agents. |