SAP MCP Server

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

Remote serverstreamable-http

What is the SAP MCP server?

If you already use SAP, the sap mcp server is the piece that lets your assistant work with it directly. Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

What the server does

Production-oriented Model Context Protocol server for OOBE Synapse Agent Protocol, Solana, Synapse AgentKit, SNS, and monetized hosted agent workflows.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • sap-mcp-server — Local stdio MCP server and CLI entry point
  • sap-mcp-remote — Remote MCP server with bearerless, API key, and JWT modes
  • sap-mcp-config — Config CLI, profile manager, approval workflow, and wizard
  • sap-mcp-wizard — TUI configuration wizard
  • sap-signing-proxy — Local signing proxy
  • sap-mcp-facilitator — Self-hosted x402 SVM facilitator
  • sap-mcp-pay-sh-spec — pay.sh provider YAML generator
  • sap-mcp-x402-paid-call — Legacy terminal/custom-wrapper fallback for hosted x402 paid MCP tools

Credentials and setup notes

Configuration is passed through the environment: SAP_MCP_ALLOW_ENV_CONFIG_OVERRIDE, SAP_LOG_LEVEL, SAP_MCP_X402_FACILITATOR_URL, YOUR_PRIVATE_OR_HOSTED_FACILITATOR_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. SAP's toolset — sap-mcp-server, sap-mcp-remote, sap-mcp-config and 5 more — is a fair guide to whether it matches your workflow. It is maintained by ai.oobeprotocol.sap.mcp; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
sap-mcp-serverLocal stdio MCP server and CLI entry point
sap-mcp-remoteRemote MCP server with bearerless, API key, and JWT modes
sap-mcp-configConfig CLI, profile manager, approval workflow, and wizard
sap-mcp-wizardTUI configuration wizard
sap-signing-proxyLocal signing proxy
sap-mcp-facilitatorSelf-hosted x402 SVM facilitator
sap-mcp-pay-sh-specpay.sh provider YAML generator
sap-mcp-x402-paid-callLegacy terminal/custom-wrapper fallback for hosted x402 paid MCP tools

How to install the SAP MCP server

{
  "mcpServers": {
    "sap": {
      "command": "npx",
      "args": ["-y", "sap-mcp-config"],
      "env": {
        "SAP_MCP_ALLOW_ENV_CONFIG_OVERRIDE": "your-value",
        "SAP_LOG_LEVEL": "your-value",
        "SAP_MCP_X402_FACILITATOR_URL": "your-value",
        "YOUR_PRIVATE_OR_HOSTED_FACILITATOR_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
SAP_MCP_ALLOW_ENV_CONFIG_OVERRIDEConfiguration value read at startup.Optional
SAP_LOG_LEVELConfiguration value read at startup.Optional
SAP_MCP_X402_FACILITATOR_URLEndpoint or connection string the server talks to.Yes
YOUR_PRIVATE_OR_HOSTED_FACILITATOR_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use SAP to sap-mcp-server.
  • Use SAP to sap-mcp-remote.
  • Use SAP to sap-mcp-config.

Frequently asked questions

It connects SAP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (sap-mcp-server, sap-mcp-remote, sap-mcp-config, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with SAP directly.