Settld MCP Payments for Openclaw

Enable OpenClaw agents to securely execute and pay for MCP tool calls with quote-bound authorization and verifiable audit trails.

aidenlippert
v0.1.0
Feb 19, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install settld-mcp-payments

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install settld-mcp-payments using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Settld MCP Payments?

The Settld MCP Payments skill provides a standardized bridge between AI agents and the Settld ecosystem, allowing for the seamless execution of paid tools via the Model Context Protocol. By integrating this skill into Openclaw Skills, developers can grant their agents the ability to discover premium services and interact with them using a secure x402 challenge, authorize, and retry flow. This ensures that agents can handle financial transactions for data or services autonomously while maintaining strict security and auditability.

This skill is particularly valuable for complex workflows where agents require access to high-quality, paid data sources like Exa Search or real-time weather APIs. Every transaction processed through this integration for Openclaw Skills produces audit-grade artifacts and receipts within Settld, ensuring that all agent spending is transparent and verifiable by the tenant administrator.

Settld MCP Payments Use Cases

  • Executing premium data searches through paid API integrations like Exa.
  • Accessing real-time, paid weather data with transparent pricing structures.
  • Managing the full agreement lifecycle including creation, evidence submission, and settlement.
  • Generating cryptographic payment receipts for enterprise compliance and auditing.

How Settld MCP Payments Works

  1. The agent discovers available paid tools under the settld namespace.
  2. When a paid tool is invoked, the skill triggers an x402 challenge-response flow to authorize the transaction.
  3. The skill validates the quote and ensures the call stays within authorized bounds.
  4. Upon successful payment, the skill executes the tool and returns verifiable settlement headers.
  5. Detailed receipts and audit artifacts are automatically generated and stored in the Settld dashboard.

Settld MCP Payments Setup

To get started with this skill for Openclaw Skills, ensure you have Node.js 20+ installed. You will need to configure your environment with the required credentials from your Settld dashboard.

# Required Environment Variables
export SETTLD_BASE_URL="your_base_url"
export SETTLD_TENANT_ID="your_tenant_id"
export SETTLD_API_KEY="your_secret_api_key"

# Run the MCP server
npx -y settld-mcp

Settld MCP Payments Data Schema & Taxonomy

The skill organizes transaction data and connectivity metadata into a structured format for easy auditing:

Data Component Description
x-settld-payment-id Unique transaction identifier for payment verification.
x-settld-quote The specific quote-bound authorization used for the call.
settld.about Connection status and versioning metadata for the MCP server.
Settlement Headers Cryptographic headers returned in tool responses for verifiable proof of payment.

Settld MCP Payments Advanced Features

  • Quote-bound authorization that prevents agents from overspending on tool calls.
  • Support for custom paid tools via the SETTLD_PAID_TOOLS_BASE_URL configuration.
  • Automated agreement lifecycle management for complex settlement runs.
  • High-fidelity audit trails for every transaction executed within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*