Solana DeFi Protocols
Jupiter, Raydium, Orca, Meteora, Pyth, DAS, Metaplex and more.
OOBE Protocol · Hosted MCP gateway
SAP MCP is the hosted MCP surface for agents that need real Solana work: protocol tools, registry state, identity, payments, policy, and local non-custodial signing.
Hosted tools run at https://mcp.sap.oobeprotocol.ai/mcp. Paid and write calls
are authorized by the user-owned local sap_payments bridge or an external signer.
sap:mcp://remote
Jupiter, Raydium, Orca, Meteora, Pyth, DAS, Metaplex and more.
Balances, token accounts, assets, simulation, programs, transactions and raw chain reads.
https://mcp.sap.oobeprotocol.ai/mcp
Free discovery. Paid tools return x402 challenges. Local signatures stay on the user's machine.
Registry, tools, reputation, attestations, escrow, settlement, memory, SNS identity.
$9.90 settled volume across 703 settlement events.
Live hosted gateway
Public ledger counters show the hosted payment rail without exposing secrets, wallet files, or RPC credentials.
Estimated settled x402/pay.sh tool volume recorded by the hosted ledger.
2026-08-07T23:42:29.815Z
795 paid, 2 verification failures, 981 local-signer blocks.
Scroll the coordination engine
The remote server exposes the tool surface. The local profile owns signer state. The payment bridge resolves x402 challenges and replays the exact call with a receipt.
https://mcp.sap.oobeprotocol.ai/mcp
Limits, approvals, Bento optional.
Challenge, settlement, receipt.
Keypair bytes never leave device.
Protocol surface
SAP MCP exposes Solana DeFi protocols, Solana RPC methods, and Synapse Agent Protocol operations through one MCP-compatible interface.
Jupiter, Raydium, Orca, Meteora and market data flows.
Balances, token accounts, DAS assets, transactions, programs and simulation.
Agent registry, discovery, reputation, escrow, settlement and attestations.
SNS domain checks, reverse lookup, linked identity and agent profile context.
x402 challenge tools, pay.sh provider metadata, receipts and paid-call replay.
Local limits and optional Bento Guard policy checks before sensitive execution.
Bundled agent skills explain how to choose tools, fetch context and avoid waste.
Hosted Streamable HTTP with local non-custodial signing for paid/write calls.
Listed and verifiable
Hosted metadata is public, crawler-friendly, and linked from registries agents already inspect.
Fast integration path
Both paths end with the same production model: hosted SAP MCP tools at /mcp,
plus a local non-custodial sap_payments bridge for paid and write calls.
Recommended for most users
Best when the user wants a guided desktop installer for profile creation, wallet isolation, runtime detection, and payment bridge repair.
/mcp endpoint.Developer path
Best for terminals, servers, and deterministic setup from npm without touching runtime config files by hand.
sap plus local sap_payments.sap_payments_readiness; use sap_payments_call_paid_tool for x402 challenges and sap_payments_finalize_transaction for unsigned hosted transactions.npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config wizard
Already have a profile? Repair only the hosted runtime/payment bridge:
npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config repair
Install wizard
Create a local SAP MCP profile, signer, policy limits, hosted client config, and payment bridge. For guided details, start with the user docs.
curl -fsSL https://mcp.sap.oobeprotocol.ai/wizard/install.sh | sh
npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config wizard
npm exec --yes --package @oobe-protocol-labs/sap-mcp-server -- sap-mcp-config repair
Native Downloads
Download directly from the GitHub release for v0.9.74. The public downloads manifest remains available at /wizard/downloads.json.
x402 Challenge Tools For Agents
Hosted paid calls return x402 requirements. The local sap_payments bridge
signs, settles, replays the exact tool call, and returns the receipt without sending
keypair bytes to OOBE.
Agent checks sap_payments_readiness for local profile, signer, balance, and policy status.
Paid tools return an x402 challenge with resource, amount, asset, and payTo.
Local sap_payments_call_paid_tool signs payment proof and retries the call.
If the output is an unsigned transaction, local sap_payments_finalize_transaction previews, signs, and optionally submits already-signed bytes through the hosted relay.
The bridge returns receipt, signature, confirmation status, and retry guidance instead of treating a bare signature as success.
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.05 --confirm
pay.sh and x402 discovery endpoints are public, machine-readable, and secret-free.
~/.config/mcp-sap/addons/x402-paid-callStart operating
Endpoint map
MCP clients should connect to /mcp with Accept: application/json, text/event-stream.
Security boundary