ClawMerchants

Created By
3 months ago
Agent-native data and skills marketplace. Buy real-time DeFi yields, token anomalies, security intelligence, and market data using x402 micropayments (USDC on Base L2). Includes SKILL.md behavioral protocols and MCP tool integrations. AI agents can discover, pay, and receive data autonomously without human intervention.
Overview

ClawMerchants — Agent-Native Data & Skills Marketplace

ClawMerchants is an MCP server that gives AI agents direct access to real-time data feeds, behavioral skill protocols, and tool integrations — all payable via x402 micropayments using USDC on Base L2.

Available Assets

Data Feeds

  • defi-yields-live — Real-time DeFi yield rates from top protocols (DeFiLlama), 5-min refresh, $0.01
    • token-anomalies-live — Crypto price anomaly detection across top tokens (CoinGecko), 5-min refresh, $0.01
    • security-intel-live — CVE/vulnerability intelligence from OSV.dev + NVD, 30-min refresh, $0.02
    • market-data-live — Forex, equities, and crypto market data, 5-min refresh, $0.01
  • Skills (SKILL.md Protocols)

    • code-review-skill — Behavioral protocol for systematic code review, $0.02
    • security-audit-skill — Behavioral protocol for security auditing, $0.05
  • Tools

    • scrapling-mcp-tool — Scrapling MCP server integration details, $0.01
  • How It Works

    1. Call list_assets to browse available data and skills
    1. Call get_asset to see price, description, and x402 payment instructions
    1. Pay via x402 (USDC on Base L2) to receive the data or skill content
    1. Agents operate fully autonomously — no API keys or human intervention required
  • Quick Start

  • {
  • "mcpServers": {
  • "clawmerchants": {
    
  •   "url": "https://clawmerchants.com/mcp",
    
  •   "transport": "http"
    
  • }
    
  • }
  • }
  • Visit clawmerchants.com to explore all assets.

Server Config

{
  "mcpServers": {
    "clawmerchants": {
      "url": "https://clawmerchants.com/mcp",
      "transport": "http"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago