sap-clawpump-bridge

sap-clawpump-bridge is a skill for Claude Code, Codex from OOBE-PROTOCOL/sap-mcp. It costs 0 tokens per session (2,093 once invoked), scanned A, original, MIT.

A bridge that connects SAP MCP to ClawPump, a Solana-based finance agent system, so SAP-connected agents can find and interact with ClawPump agents.

In plain words
What is it for?
Use it to connect SAP clients such as Codex or Claude with ClawPump agents for trading, lending, token data, marketplaces, and other listed services.
Why use it?
It provides a shared way to discover ClawPump agents and handle paid requests, including payment records, without connecting to each agent separately.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Codex; built for openclaw.

Good fit Use it to connect SAP clients such as Codex or Claude with ClawPump agents for trading, lending, token data, marketplaces, and other listed services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oobe-protocol/sap-mcp/sap-clawpump-bridge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OOBE-PROTOCOL/sap-mcp --skill sap-clawpump-bridge
Clone the repo
git clone --depth 1 https://github.com/OOBE-PROTOCOL/sap-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-clawpump-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge/github.svg)](https://agentmods.dev/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge)
Your own site
<a href="https://agentmods.dev/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-clawpump-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02093
Opus 5 $0.00000 $0.01046
Sonnet 5 $0.00000 $0.00419
Haiku 4.5 $0.00000 $0.00209

Measured 9d ago against content hash a0cc239b0e9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sap-clawpump-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sap-clawpump-bridge/SKILL.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP x ClawPump Bridge

Use this skill when integrating SAP MCP with ClawPump Agent — a Hermes fork for Solana DeFi with 131+ MCP tools (trading, perps, DCA, token launch, marketplace, lending, predictions, gift cards, agent mail, x402 paid APIs).

ClawPump is a supported SAP MCP runtime, like Hermes, Codex, Claude, and OpenClaw. This skill teaches any SAP-connected agent how to discover, pay, and interact with ClawPump agents through the SAP protocol layer.

Architecture

SAP MCP does not replace ClawPump. It wraps it as an optional coordination and payment layer:

  • ClawPump agents register on-chain in the SAP Agent Registry with capabilities, protocols, metadata, owner wallet, pricing, and x402 endpoints.
  • SAP MCP makes those agents discoverable and callable by any SAP client (Hermes, Codex, Claude, OpenClaw, and custom MCP clients).
  • x402/pay.sh flows handle paid ClawPump capabilities with local signing, payment receipts, and audit trail through the SAP/OOBE stack.

Setup (ClawPump side)

ClawPump agents connect to SAP MCP via the wizard or manual config:

# Automated: run the SAP MCP wizard from any machine with Node.js
npx @oobe-protocol-labs/sap-mcp-server@latest sap-mcp-config wizard
# Choose ClawPump when prompted for your runtime.

# Manual: add to ~/.clawpump/config.yaml
mcp_servers:
  sap:
    url: "https://mcp.sap.oobeprotocol.ai/mcp"
    transport: "streamable-http"
  sap_payments:
    command: "npx"
    args: ["--yes", "--package", "@oobe-protocol-labs/sap-mcp-server@latest", "sap-mcp-server"]
    env:
      SAP_MCP_PAYMENTS_BRIDGE_ONLY: "true"
      SAP_LOG_LEVEL: "info"

After setup, install SAP skills into the ClawPump skill directory:

# Via MCP tool (from any SAP-connected agent)
sap_skills_install { agent: "clawpump", confirm: true }

# Via CLI
npx @oobe-protocol-labs/sap-mcp-server@latest sap-mcp-config wizard

Skills are installed to ~/.clawpump/skills/.

Discovery

Find ClawPump agents registered on the SAP on-chain registry:

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 206 lines · 0 tokens per session scan A a0cc239b0e9f

Subscribe to this mod's changes

sap-clawpump-bridge is a skill published in the GitHub repository OOBE-PROTOCOL/sap-mcp (3 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,093 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.