ClawyPro/clawy-mcp-server
Pay-per-use MCP server for AI agents — 15 API tools + smart LLM routing. No API keys needed, pay with USDC on Base.
Platform-specific configuration:
{
"mcpServers": {
"clawy-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawy-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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).
Add to your MCP config:
{
"mcpServers": {
"clawy": {
"command": "npx",
"args": ["-y", "clawy-mcp-server"],
"env": {
"CLAWY_WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY"
}
}
}
}Same config in your .cursor/mcp.json or equivalent.
Send USDC on Base chain to 0x6a2f675f5f81909eecd1966a15c90877bc106858 (minimum $1). Credits are applied automatically.
---
| 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 |
| 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 |
| Tool | Description | Cost | |------|-------------|------| | google_maps_places | Search places, restaurants, landmarks via Google Maps | $0.0036 | | google_maps_geocode | Address <-> coordinates conversion | $0.006 | | `goo
Loading reviews...