Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.
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.
Production-oriented Model Context Protocol server for OOBE Synapse Agent Protocol, Solana, Synapse AgentKit, SNS, and monetized hosted agent workflows.
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 pointsap-mcp-remote — Remote MCP server with bearerless, API key, and JWT modessap-mcp-config — Config CLI, profile manager, approval workflow, and wizardsap-mcp-wizard — TUI configuration wizardsap-signing-proxy — Local signing proxysap-mcp-facilitator — Self-hosted x402 SVM facilitatorsap-mcp-pay-sh-spec — pay.sh provider YAML generatorsap-mcp-x402-paid-call — Legacy terminal/custom-wrapper fallback for hosted x402 paid MCP toolsConfiguration 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.
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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| SAP_MCP_ALLOW_ENV_CONFIG_OVERRIDE | Configuration value read at startup. | Optional |
| SAP_LOG_LEVEL | Configuration value read at startup. | Optional |
| SAP_MCP_X402_FACILITATOR_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_PRIVATE_OR_HOSTED_FACILITATOR_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.