# OpenClaw MCP Ecosystem (remote · openclaw-intel-mcp.yagami8095.workers.dev)

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

- Trust score: 18/100 (low)
- Change this week: −38
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agentforge-compare-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/agentforge-compare-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/agentforge-compare-mcp)
- remote · `color-palette-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/color-palette-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/color-palette-mcp)
- remote · `json-toolkit-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/json-toolkit-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/json-toolkit-mcp)
- remote · `moltbook-publisher-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/moltbook-publisher-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/moltbook-publisher-mcp)
- remote · `openclaw-fortune-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-fortune-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-fortune-mcp)
- remote · `openclaw-intel-mcp.yagami8095.workers.dev`: 18/100 (this document), [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp)
- remote · `prompt-enhancer-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/prompt-enhancer-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/prompt-enhancer-mcp)
- remote · `regex-engine-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/regex-engine-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/regex-engine-mcp)
- remote · `timestamp-converter-mcp.yagami8095.workers.dev`: 18/100, [markdown](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/timestamp-converter-mcp.md), [page](https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/timestamp-converter-mcp)

## Channel facts

- Endpoint: `https://openclaw-intel-mcp.yagami8095.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 404.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http yedanyagamiai-cmd-openclaw-mcp-servers https://openclaw-intel-mcp.yagami8095.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.yedanyagamiai-cmd-openclaw-mcp-servers]
url = "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "yedanyagamiai-cmd-openclaw-mcp-servers": {
      "type": "remote",
      "url": "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add yedanyagamiai-cmd-openclaw-mcp-servers --url https://openclaw-intel-mcp.yagami8095.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  yedanyagamiai-cmd-openclaw-mcp-servers:
    url: "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "yedanyagamiai-cmd-openclaw-mcp-servers": {
      "type": "http",
      "url": "https://openclaw-intel-mcp.yagami8095.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 18, −39)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] HTTPS: fail → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-01 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 56, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (6)

### `get_ai_market_report` (~127 tokens)

Get the latest AI agent market intelligence report. Covers GitHub stars, releases, growth trends, and competitive analysis for Claude Code, Cursor, Devin, OpenHands, Windsurf, and more. Free tier returns a summary with 3 key metrics. Pro tier ($29/mo) returns the full report with 15+ metrics, historical comparisons, growth projections, and actionable insights. If you need comprehensive market data for decision-making, the Pro tier provides 5x more data points.

Input parameters:

- `api_key` (string): Pro API key (optional). Without it, returns summary only.

### `get_report_by_id` (~51 tokens)

Get a specific AI market intelligence report by its ID. Pro API key required for full content.

Input parameters:

- `api_key` (string): Pro API key (optional)
- `id` (number, required): Report ID

### `list_reports` (~40 tokens)

List available AI market intelligence reports with titles, dates, and content tier.

Input parameters:

- `limit` (number): Max reports (1-50, default 10)

### `get_market_stats` (~46 tokens)

Get real-time OpenClaw Intel ecosystem stats: active Pro users, report count, data freshness, and coverage metrics. Always free. Use this to evaluate the intelligence quality before purchasing.

### `purchase_api_key` (~89 tokens)

Get machine-readable payment instructions to purchase an OpenClaw Intel Pro API key ($29/mo). Returns PayPal payment link with direct action URL. Pro key unlocks: full market reports (15+ metrics vs 3), 1000 API calls/day (vs 10 free), historical data access, and growth projections. ROI: One actionable insight from full data can save hours of manual research.

### `validate_api_key` (~45 tokens)

Check if an API key is valid and see remaining daily quota. Use this to verify key status before making calls.

Input parameters:

- `api_key` (string, required): The API key to validate

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp#diagnostics

## Score history

- 2026-08-03: 18
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 56
- 2026-07-30: 58
- 2026-07-29: 57
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://openclaw-intel-mcp.yagami8095.workers.dev/mcp
- Repository: https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers
- Website: https://product-store.yagami8095.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/yedanyagamiai-cmd-openclaw-mcp-servers/openclaw-intel-mcp
