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.
README
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
| Tool | Description | Cost |
|---|---|---|
dart_disclosure |
Search Korean corporate filings from DART (FSS electronic disclosure) | $0.001 |
dart_financial |
Korean company financial statements (income, balance sheet, cash flow) | $0.001 |
fmp_quote |
Real-time & historical stock quotes (US + global markets) | $0.0012 |
fmp_financial |
Company financial statements via Financial Modeling Prep | $0.0012 |
Search & Web Scraping
| Tool | Description | Cost |
|---|---|---|
brave_search |
Privacy-focused web search with structured results and snippets | $0.006 |
firecrawl_scrape |
Scrape any URL — handles JS rendering, returns clean markdown | $0.012 |
firecrawl_crawl |
Crawl websites starting from a URL (cost per page) | $0.012/page |
firecrawl_map |
Discover all URLs on a site without extracting content | $0.012 |
Maps & Navigation
| Tool | Description | Cost |
|---|---|---|
google_maps_places |
Search places, restaurants, landmarks via Google Maps | $0.0036 |
google_maps_geocode |
Address <-> coordinates conversion | $0.006 |
google_maps_directions |
Driving, walking, transit directions between points | $0.006 |
kakao_maps_search |
Korean local search — best for Korean addresses and businesses | $0.001 |
tmap_route |
Korean driving routes with real-time traffic, ETA, toll fees | $0.0012 |
tmap_poi |
Korean POI search with detailed address info | $0.001 |
Travel
| Tool | Description | Cost |
|---|---|---|
hotels_search |
Search 2M+ hotels worldwide via Jinko | $0.003 |
hotels_details |
Full hotel details, room options, and rates | $0.0015 |
hotels_find_place |
Convert location name to coordinates for hotel search | $0.0005 |
airbnb_search |
Search Airbnb listings by location, dates, guests, and price | $0.003 |
airbnb_details |
Full listing details, amenities, and house rules | $0.0015 |
flights_search |
Search flights by origin, destination, and dates | $0.005 |
flights_calendar |
View cheapest flights by month for a route | $0.003 |
flights_discover |
Discover popular routes and deals from an origin | $0.003 |
Food & Dining
| Tool | Description | Cost |
|---|---|---|
tabelog_search |
Search Japanese restaurants on Tabelog — ratings, reviews, cuisine | $0.0012 |
michelin_search |
Search Michelin Guide restaurants (Japan, Korea, USA) by city, cuisine, or award | $0.0012 |
AI Generation
| Tool | Description | Cost |
|---|---|---|
gemini_image |
Generate an image from a text prompt (Google Gemini) | $0.05 |
gemini_edit |
Edit an existing image with a text prompt | $0.05 |
gemini_video |
Start async video generation (Veo 3.1 Fast) | $0.50 |
gemini_video_status |
Check video generation status | Free |
elevenlabs_tts |
AI text-to-speech synthesis (multiple voices & languages) | $0.015 |
elevenlabs_voices |
List available voices with IDs and language info | Free |
Sports
| Tool | Description | Cost |
|---|---|---|
golf_search |
Search golf courses by name or region (Korea focus) | $0.0012 |
golf_course |
Detailed golf course info — holes, par, green fees | $0.001 |
Government & Legal
| Tool | Description | Cost |
|---|---|---|
court_auction_search |
Search Korean court auction property listings | $0.001 |
court_auction_detail |
Detailed auction case info — appraisal, bids, documents | $0.001 |
data_go_kr_query |
Korean government open data (real estate, weather, transport) | $0.001 |
LLM Gateway
| Tool | Description | Cost |
|---|---|---|
llm_chat |
Smart-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.)
- Auth: Your wallet private key signs an EIP-191 message -> 24-hour session token (auto-refreshed)
- Use: Call any tool through MCP — the server proxies to the gateway
- 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:
- Create a wallet (e.g., via MetaMask or any EVM wallet)
- Fund it with USDC on Base chain
- Send USDC to
0x6a2f675f5f81909eecd1966a15c90877bc106858to top up credits - 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 Variable | Required | Description |
|---|---|---|
CLAWY_WALLET_PRIVATE_KEY |
Yes | Ethereum wallet private key (hex, with 0x prefix) |
CLAWY_GATEWAY_URL |
No | Gateway 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
- Gateway: x402.clawy.pro
- Platform: clawy.pro
- x402 Protocol: x402.org
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。