Back to Directory/Cloud Providers

OpenClaw MCP Ecosystem

9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys.

Cloud ProvidersJavaScriptv1.0.1
</p>

What is OpenClaw?

OpenClaw is a collection of 9 ready-to-use AI tool servers that you can connect to any AI assistant that supports the Model Context Protocol (MCP).

  • No installation required. Each server runs on Cloudflare's global edge network. You just paste a URL into your AI tool's settings.
  • Free to start. Every server has a free tier. No credit card, no API key, no account needed.
  • 49 practical tools for everyday tasks: formatting JSON, building regex patterns, generating color palettes, converting timestamps, enhancing prompts, and more.

Think of it like adding superpowers to your AI assistant — just connect and start asking.


Why OpenClaw?

OpenClawTypical MCP Servers
SetupPaste a URL (30 seconds)Install packages, configure, restart
HostingCloudflare edge (300+ locations)Self-host or Docker
UptimeGlobal CDN with automatic failoverDepends on your infrastructure
Latency<100ms (edge compute)200-500ms (centralized)
Free tierYes, no account neededMost require API keys
Pro upgrade$29/mo for all 9 serversPer-server pricing

Who Is This For?

  • AI beginners who want useful tools without technical setup
  • Developers who need JSON, regex, color, and timestamp utilities inside their AI workflow
  • Content creators who want prompt optimization, SEO analysis, and multilingual publishing tools
  • Teams looking for a managed, reliable MCP server set with predictable pricing

No coding experience is required for basic usage.


What Can You Do With It?

Here are real examples — just say these to your AI assistant after connecting:

Use CaseExample Prompt
Format messy JSON"Format this JSON and show me any errors"
Build a regex pattern"Create a regex that matches email addresses"
Check color accessibility"Check if white text on this blue background meets WCAG AA"
Convert time zones"What time is 3pm Tokyo in New York and London?"
Improve a prompt"Score this prompt and suggest improvements"

Available MCP Servers

Install in Cursor (One Click)

ServerInstallToolsFree/day
JSON ToolkitInstall620
Regex EngineInstall520
Color PaletteInstall525
Timestamp ConverterInstall530
Prompt EnhancerInstall610
Market IntelligenceInstall610
Fortune & TarotInstall350
Content PublisherInstall85
AI Tool CompareInstall510

All 49 Tools

<details> <summary><strong>JSON Toolkit</strong> — 6 tools</summary>

https://json-toolkit-mcp.yagami8095.workers.dev/mcp

ToolWhat it does
json_formatPretty-print or minify JSON
json_validateValidate JSON with line/column errors
json_diffCompare two JSON values (added/removed/changed)
json_queryJSONPath query (dot notation, wildcards, filters)
json_transformFlatten, unflatten, pick, omit, rename keys
json_schema_generateGenerate JSON Schema from sample data
</details> <details> <summary><strong>Regex Engine</strong> — 5 tools</summary>

https://regex-engine-mcp.yagami8095.workers.dev/mcp

ToolWhat it does
regex_testTest pattern, get matches + positions + groups
regex_explainToken-by-token plain English explanation
regex_buildBuild regex from natural language (25+ patterns)
regex_replaceFind-replace with backreferences
regex_extractExtract all matches with named groups
</details> <details> <summary><strong>Color Palette</strong> — 5 tools</summary>

https://color-palette-mcp.yagami8095.workers.dev/mcp

ToolWhat it does
generate_paletteHarmonious palette (complementary, triadic, etc.)
contrast_checkWCAG 2.1 AA/AAA compliance
color_convertHex/RGB/HSL/CSS named (140 colors)
css_gradientLinear/radial/conic gradient CSS
tailwind_colorsTailwind v3 lookup + nearest match
</details> <details> <summary><strong>Timestamp Converter</strong> — 5 tools</summary>

https://timestamp-converter-mcp.yagami8095.workers.dev/mcp

ToolWhat it does
convert_timestampUnix/ISO/human/relative auto-detect
timezone_convertBetween timezones (7 zones at once)
parse_cronCron expression → human description + next 5 runs
time_diffDifference in seconds/minutes/hours/days
format_durationSeconds ↔ human string ↔ ISO 8601
</details> <details> <summary><strong>Prompt Enhancer</strong> — 6 tools</summary>

https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp

ToolWhat it doesTier
enhance_promptOptimize prompt structure + clarityFree
analyze_promptQuality score + issues + suggestionsFree
convert_prompt_formatPlain/XML/Markdown/JSON conversionFree
generate_system_promptSystem prompt for any role/taskFree
prompt_template_library30+ production templatesPro
purchase_pro_keyUnlock Pro features
</details> <details> <summary><strong>Market Intelligence</strong> — 6 tools</summary>

https://openclaw-intel-mcp.yagami8095.workers.dev/mcp

ToolWhat it doesTier
get_ai_market_reportAI agent market report + trendsFree
get_report_by_idSpecific report deep-divePro
list_reportsBrowse all available reportsFree
get_market_statsReal-time ecosystem statsFree
purchase_api_keyGet Pro key for full access
validate_api_keyCheck key validity + quotaFree
</details> <details> <summary><strong>Fortune & Tarot</strong> — 3 tools</summary>

https://openclaw-fortune-mcp.yagami8095.workers.dev/mcp

ToolWhat it does
get_daily_fortuneDaily horoscope + tarot reading
get_fortune_rankingToday's zodiac ranking (1st–12th)
get_all_fortunesAll 12 signs at once
</details> <details> <summary><strong>Content Publisher</strong> — 8 tools</summary>

https://moltbook-publisher-mcp.yagami8095.workers.dev/mcp

ToolWhat it doesTier
convert_markdown_to_htmlMD → HTML for note.com/Zenn/QiitaFree
optimize_for_seoSEO analysis for Japanese contentFree
translate_en_to_jpNatural English → JapaneseFree
generate_article_outlineStructured outline from topicFree
get_trending_topicsTrending on note.com/Zenn/QiitaPro
cross_post_formatFormat for all 3 platformsPro
analyze_article_performancePredict performance before publishPro
purchase_pro_keyUnlock Pro features ($29/mo)
</details> <details> <summary><strong>AI Tool Compare</strong> — 5 tools</summary>

https://agentforge-compare-mcp.yagami8095.workers.dev/mcp

ToolWhat it doesTier
compare_ai_toolsSide-by-side AI tool comparisonFree
get_tool_profileDetailed tool profile + pricingFree
recommend_toolAI recommendation for your needsPro
get_pricing_comparisonFull pricing tableFree
purchase_pro_keyUnlock AI recommendations
</details>

Quick Start

Option A: Cursor (One Click)

Click any Install button in the server table above. Done.

Option B: Claude Desktop

Add this to your claude_desktop_config.json:

json
{
  "mcpServers": {
    "openclaw-json": { "type": "streamable-http", "url": "https://json-toolkit-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-regex": { "type": "streamable-http", "url": "https://regex-engine-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-colors": { "type": "streamable-http", "url": "https://color-palette-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-timestamp": { "type": "streamable-http", "url": "https://timestamp-converter-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-prompt": { "type": "streamable-http", "url": "https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-intel": { "type": "streamable-http", "url": "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-fortune": { "type": "streamable-http", "url": "https://openclaw-fortune-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-moltbook": { "type": "streamable-http", "url": "https://moltbook-publisher-mcp.yagami8095.workers.dev/mcp" },
    "openclaw-agentforge": { "type": "streamable-http", "url": "https://agentforge-compare-mcp.yagami8095.workers.dev/mcp" }
  }
}

Option C: Any MCP Client

Use Streamable HTTP transport with any server URL from the table above. Compatible with Claude Code, Windsurf, Cline, and any MCP-compatible client.

ClientConfig location
Claude Code~/.claude.json or .mcp.json
Cursor.cursor/mcp.json
Windsurf.windsurf/mcp.json
ClineVS Code MCP settings

Product Store

Browse all available digital products, guides, and API access:

product-store.yagami8095.workers.dev

Includes prompt collections, automation guides, starter kits, and Pro API keys.


Pricing / Access

<table> <tr><th>Tier</th><th>Cost</th><th>What you get</th></tr> <tr><td><strong>Free</strong></td><td>$0</td><td>1,000 calls/month across 3 servers — no account needed</td></tr> <tr><td><strong>Pro</strong></td><td><strong>$29/mo</strong></td><td>50,000 calls/month across ALL 9 servers + Pro-only tools</td></tr> <tr><td><strong>Enterprise</strong></td><td><strong>$99/mo</strong></td><td>500,000 calls/month + priority routing + 24h support</td></tr> <tr><td><strong>Credit Pack</strong></td><td>$29 one-time</td><td>5,000 credits (never expire)</td></tr> </table>

Get a Pro Key

MethodLink
Product Storeproduct-store.yagami8095.workers.dev
PayPalpaypal.me/Yagami8095/29

After payment, your Pro API key is generated instantly. Questions? Email yagami8095@gmail.com.


Language Support

This project is available in three languages:


FAQ

Q: Do I need to install anything? A: No. OpenClaw servers run in the cloud. You only need to paste a URL into your AI tool's settings.

Q: Do I need an account or API key to start? A: No. The free tier works without any account. Just connect and use.

Q: What is MCP? A: MCP (Model Context Protocol) is an open standard that lets AI assistants use external tools. Think of it like USB for AI — a universal way to plug in new capabilities.

Q: Which AI tools work with OpenClaw? A: Any tool that supports MCP, including Cursor, Claude Desktop, Claude Code, Windsurf, and Cline.

Q: What happens when I hit the free limit? A: The server returns a rate-limit message. You can wait for the limit to reset, or upgrade to Pro for higher limits.


Troubleshooting

"Connection refused" or "Server not found"

  • Make sure you are using the full URL ending in /mcp (e.g., https://json-toolkit-mcp.yagami8095.workers.dev/mcp)
  • Check that your AI tool supports Streamable HTTP transport

"Rate limit exceeded"

  • Free tier has daily limits per server (see the table above)
  • Wait for the daily reset, or upgrade to Pro

Tools not appearing after setup

  • Restart your AI tool after adding the server config
  • Confirm the JSON config has no syntax errors

Documentation


Support OpenClaw

Your support helps keep these servers running and free for everyone.

Sponsor on GitHub Ko-fi PayPal Pro Key


Trust & Transparency

  • Open source — MIT license, full source code in this repo
  • No lock-in — Standard MCP protocol, switch anytime
  • Edge-hosted — Cloudflare Workers with 300+ global locations
  • No tracking — Servers process requests and return results, nothing else
  • MCP spec compliant — Streamable HTTP transport per MCP specification

Also Available On

OpenClaw servers are listed on multiple MCP directories:

PlatformLink
Smitherysmithery.ai
MCPizemcpize.com
Official MCP Registryregistry.modelcontextprotocol.io
PulseMCPpulsemcp.com
mcpservers.orgmcpservers.org
mcp.somcp.so

npm Package

bash
npm install openclaw-mcp-servers
bash
npx openclaw-mcp-servers --config    # Get MCP config JSON
npx openclaw-mcp-servers --list      # List all 49 tools
npx openclaw-mcp-servers --servers   # Show 9 endpoint URLs

License

MIT


Learn More