MCP Hub
Back to servers

Clawy MCP Server

Pay-per-use API tools and LLM gateway for AI agents. 15 services (DART, Tabelog, Google Maps, Brave Search, Firecrawl, DeepL, ElevenLabs, and more) + smart LLM routing. No API keys needed, pay with USDC on Base.

glama
Forks
1
Updated
Mar 23, 2026

Clawy MCP Server

Pay-per-use API tools and LLM gateway for AI agents. No API keys needed — authenticate with an Ethereum wallet and pay with USDC on Base.

18 API services + smart LLM routing, accessible via Model Context Protocol (MCP).

Quick Start

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "clawy": {
      "command": "npx",
      "args": ["-y", "clawy-mcp-server"],
      "env": {
        "CLAWY_WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY"
      }
    }
  }
}

Cursor / Windsurf

Same config in your .cursor/mcp.json or equivalent.

Top Up Credits

Send USDC on Base chain to 0x6a2f675f5f81909eecd1966a15c90877bc106858 (minimum $1). Credits are applied automatically.


Available Tools

Financial Data

ToolDescriptionCost
dart_disclosureSearch Korean corporate filings from DART (FSS electronic disclosure)$0.001
dart_financialKorean company financial statements (income, balance sheet, cash flow)$0.001
fmp_quoteReal-time & historical stock quotes (US + global markets)$0.0012
fmp_financialCompany financial statements via Financial Modeling Prep$0.0012

Search & Web Scraping

ToolDescriptionCost
brave_searchPrivacy-focused web search with structured results and snippets$0.006
firecrawl_scrapeScrape any URL — handles JS rendering, returns clean markdown$0.012
firecrawl_crawlCrawl websites starting from a URL (cost per page)$0.012/page
firecrawl_mapDiscover all URLs on a site without extracting content$0.012

Maps & Navigation

ToolDescriptionCost
google_maps_placesSearch places, restaurants, landmarks via Google Maps$0.0036
google_maps_geocodeAddress <-> coordinates conversion$0.006
google_maps_directionsDriving, walking, transit directions between points$0.006
kakao_maps_searchKorean local search — best for Korean addresses and businesses$0.001
tmap_routeKorean driving routes with real-time traffic, ETA, toll fees$0.0012
tmap_poiKorean POI search with detailed address info$0.001

Travel

ToolDescriptionCost
hotels_searchSearch 2M+ hotels worldwide via Jinko$0.003
hotels_detailsFull hotel details, room options, and rates$0.0015
hotels_find_placeConvert location name to coordinates for hotel search$0.0005
airbnb_searchSearch Airbnb listings by location, dates, guests, and price$0.003
airbnb_detailsFull listing details, amenities, and house rules$0.0015
flights_searchSearch flights by origin, destination, and dates$0.005
flights_calendarView cheapest flights by month for a route$0.003
flights_discoverDiscover popular routes and deals from an origin$0.003

Food & Dining

ToolDescriptionCost
tabelog_searchSearch Japanese restaurants on Tabelog — ratings, reviews, cuisine$0.0012
michelin_searchSearch Michelin Guide restaurants (Japan, Korea, USA) by city, cuisine, or award$0.0012

AI Generation

ToolDescriptionCost
gemini_imageGenerate an image from a text prompt (Google Gemini)$0.05
gemini_editEdit an existing image with a text prompt$0.05
gemini_videoStart async video generation (Veo 3.1 Fast)$0.50
gemini_video_statusCheck video generation statusFree
elevenlabs_ttsAI text-to-speech synthesis (multiple voices & languages)$0.015
elevenlabs_voicesList available voices with IDs and language infoFree

Sports

ToolDescriptionCost
golf_searchSearch golf courses by name or region (Korea focus)$0.0012
golf_courseDetailed golf course info — holes, par, green fees$0.001

Government & Legal

ToolDescriptionCost
court_auction_searchSearch Korean court auction property listings$0.001
court_auction_detailDetailed auction case info — appraisal, bids, documents$0.001
data_go_kr_queryKorean government open data (real estate, weather, transport)$0.001

LLM Gateway

ToolDescriptionCost
llm_chatSmart-routed LLM — auto-selects Claude, GPT, or Kimi based on task complexity$0.50/call

No API keys needed for any LLM provider. The smart router analyzes your request and picks the optimal model.


How It Works

Your AI Agent (Claude, Cursor, etc.)
    | MCP protocol (stdio)
clawy-mcp-server (this package)
    | HTTPS (Bearer token)
x402.clawy.pro (API Gateway)
    |
Upstream APIs (DART, Google Maps, Jinko Hotels, etc.)
  1. Auth: Your wallet private key signs an EIP-191 message -> 24-hour session token (auto-refreshed)
  2. Use: Call any tool through MCP — the server proxies to the gateway
  3. Pay: Credits deducted per call (microcent precision). Top up by sending USDC on Base.

Wallet Setup

Use a dedicated wallet for this service. We recommend creating a new wallet specifically for API credits:

  1. Create a wallet (e.g., via MetaMask or any EVM wallet)
  2. Fund it with USDC on Base chain
  3. Send USDC to 0x6a2f675f5f81909eecd1966a15c90877bc106858 to top up credits
  4. Use the wallet's private key in CLAWY_WALLET_PRIVATE_KEY

Check Balance

Use the clawy_balance tool to check your remaining credits at any time.


Configuration

Environment VariableRequiredDescription
CLAWY_WALLET_PRIVATE_KEYYesEthereum wallet private key (hex, with 0x prefix)
CLAWY_GATEWAY_URLNoGateway URL (default: https://x402.clawy.pro)

Use Cases

  • Korean stock research: DART filings + FMP quotes + Brave search for news
  • Japan restaurant planning: Tabelog + Michelin Guide + Google Maps directions
  • Travel planning: Flight search + Hotels/Airbnb + Google Maps
  • Korean real estate: Court auction listings + Kakao Maps for location
  • Content creation: Gemini image/video generation + ElevenLabs TTS
  • General AI agents: Smart LLM routing without managing API keys

Pricing

All prices include a 20% platform margin. Credits are in USDC (1 USDC = $1).

  • Minimum top-up: $1 USDC
  • Credits persist until used (no expiry)
  • Microcent precision billing — you only pay for what you use

x402 Protocol

This server uses the x402 payment protocol for trustless, wallet-based API access:

  • Identity: Your Ethereum wallet address = your account
  • Auth: EIP-191 signature verification (no passwords, no signup)
  • Payment: USDC on Base chain (low fees, fast confirmation)
  • Billing: Per-call microcent deduction from prepaid credit balance

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review