INDIVIDUAL MCP TOOL
sap_x402_build_headers_from_escrow
Build SAP x402 HTTP headers by fetching escrow data for an agent wallet with SDK X402Registry.
LIVE ENDPOINT
https://mcp.sap.oobeprotocol.ai/mcp
Connect to this endpoint to inspect the live schema for sap_x402_build_headers_from_escrow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sap-mcp-server]
url = "https://mcp.sap.oobeprotocol.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sap-mcp-server": {
"type": "http",
"url": "https://mcp.sap.oobeprotocol.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sap-mcp-server
Remote MCP URL: https://mcp.sap.oobeprotocol.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sap-mcp-server": {
"url": "https://mcp.sap.oobeprotocol.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sap-mcp-server": {
"type": "http",
"url": "https://mcp.sap.oobeprotocol.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sap-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.sap.oobeprotocol.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sap_protocol_invariants— Free read-only protocol invariant card for agents.sap_agent_identity_plan— Free read-only planner for SAP agent registration, profile/image updates, Metaplex/MPL Core identity linking, SNS linking, x402 pricing metadata, and post-write verification.sap_register_agent— Deprecated raw SDK wrapper.sap_update_agent— Local-signer-only: update the connected wallet SAP agent using SDK AgentModule.sap_deactivate_agent— Deactivate the connected wallet SAP agent.sap_reactivate_agent— Reactivate the connected wallet SAP agent.sap_agent_migrate_pricing_menu— Backfill or resync the AgentPricingMenu PDA for the connected wallet SAP agent.sap_close_agent— Close the connected wallet SAP agent and reclaim rent.