Skip to content
Back to SAP MCP Server

Card snapshot

mcp.sap.oobeprotocol.ai · 2026-07-07 07:09:40 UTC · a66f285c9e9bb18576fdfb72593ba463b5fe32977c64504e73a4857f74ee31ab

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "SAP MCP Server",
  "description": "Bearerless SAP Protocol and Solana agent gateway with x402-gated paid MCP tool calls.",
  "url": "https://mcp.sap.oobeprotocol.ai/mcp",
  "version": "0.2.1",
  "protocol": {
    "primary": "mcp",
    "transport": "streamable-http",
    "endpoint": "https://mcp.sap.oobeprotocol.ai/mcp"
  },
  "capabilities": {
    "streaming": true,
    "tools": true,
    "resources": true,
    "prompts": true,
    "authenticated": false
  },
  "authentication": {
    "schemes": [
      "none",
      "x402"
    ],
    "required": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/event-stream"
  ],
  "skills": [
    {
      "id": "sap-protocol",
      "name": "SAP Protocol Operations",
      "description": "Agent registry, identity, memory, reputation, execution proof, payments, and settlement tools.",
      "tags": [
        "sap",
        "solana",
        "mcp"
      ]
    },
    {
      "id": "sap-discovery",
      "name": "SAP Discovery And Directory",
      "description": "Network overview, global agent enumeration, protocol indexes, capability indexes, and tool category discovery.",
      "tags": [
        "sap",
        "discovery",
        "agents",
        "indexing"
      ]
    },
    {
      "id": "sap-payments",
      "name": "SAP Payments And Escrow",
      "description": "x402 payment context, subscriptions, escrow v1/v2, settlement batches, disputes, and stake-backed trust flows.",
      "tags": [
        "sap",
        "x402",
        "payments",
        "escrow"
      ]
    },
    {
      "id": "sap-memory",
      "name": "SAP Memory And Ledger",
      "description": "Encrypted vaults, sessions, inscriptions, compact memory, session ledgers, epoch pages, and durable memory reads.",
      "tags": [
        "sap",
        "memory",
        "vault",
        "ledger"
      ]
    },
    {
      "id": "sap-sns",
      "name": "SAP SNS Domains",
      "description": "SNS domain availability, resolution, records, ownership, unsigned transaction builders, and agent domain registration.",
      "tags": [
        "sap",
        "sns",
        "domains",
        "identity"
      ]
    },
    {
      "id": "solana-tools",
      "name": "Solana Tooling",
      "description": "Solana RPC, token, NFT, DeFi, and AgentKit plugin tools.",
      "tags": [
        "solana",
        "rpc",
        "defi",
        "nft"
      ]
    }
  ],
  "setup": {
    "wizard": {
      "name": "SAP MCP Wizard",
      "version": "0.2.1",
      "packageName": "@oobe-protocol-labs/sap-mcp-server",
      "hostedMcpUrl": "https://mcp.sap.oobeprotocol.ai/mcp",
      "configDirectory": "~/.config/mcp-sap",
      "requiredFor": [
        "creating a user SAP MCP profile",
        "configuring a dedicated wallet or external signer",
        "signing x402/pay.sh payment payloads",
        "signing value-moving SAP or Solana tool transactions",
        "injecting hosted or local MCP config into Claude, Hermes, OpenClaw, or Codex"
      ],
      "endpoints": {
        "descriptor": "https://mcp.sap.oobeprotocol.ai/.well-known/sap-mcp-wizard.json",
        "installScript": "https://mcp.sap.oobeprotocol.ai/wizard/install.sh",
        "mcp": "https://mcp.sap.oobeprotocol.ai/mcp"
      },
      "commands": {
        "runWizard": "npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config wizard",
        "showConfig": "npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config show",
        "showProfile": "npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config profile-info",
        "installX402PaidCallAddon": "npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config wizard",
        "runX402PaidCall": "npx --yes --package @oobe-protocol-labs/sap-mcp-server sap-mcp-x402-paid-call --tool sap_list_all_agents --arguments '{\"limit\":5}' --max-usd 0.02 --confirm"
      },
      "security": {
        "keypairBytesExposed": false,
        "modifiesSolanaCliKeypair": false,
        "signerLocation": "user-machine-or-external-signer"
      }
    }
  }
}