# io.github.WattCoin-Org/wattcoin-mcp-server (remote · wattcoin-mcp-server.wattcoin.workers.dev)

Earn WATT tokens on Solana — tasks, skills marketplace, AI inference, and bounties.

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

## Components

- remote · `wattcoin-mcp-server.wattcoin.workers.dev`: 61/100, [markdown](https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server.md), [page](https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server)
- remote · `wattcoin-mcp-server.wattcoin.workers.dev`: 55/100 (this document), [markdown](https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2.md), [page](https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2)

## Channel facts

- Endpoint: `https://wattcoin-mcp-server.wattcoin.workers.dev/sse`
- Transports: `sse`
- Auth: `none`
- Version: `1.1.0`

## 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 call this server, and 17 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 851 tokens (~50/item across 17 items; 17 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http wattcoin-org-wattcoin-mcp-server https://wattcoin-mcp-server.wattcoin.workers.dev/sse
```

### Codex

```toml
[mcp_servers.wattcoin-org-wattcoin-mcp-server]
url = "https://wattcoin-mcp-server.wattcoin.workers.dev/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wattcoin-org-wattcoin-mcp-server": {
      "type": "remote",
      "url": "https://wattcoin-mcp-server.wattcoin.workers.dev/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wattcoin-org-wattcoin-mcp-server --url https://wattcoin-mcp-server.wattcoin.workers.dev/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wattcoin-org-wattcoin-mcp-server:
    url: "https://wattcoin-mcp-server.wattcoin.workers.dev/sse"
```

### Other

```json
{
  "mcpServers": {
    "wattcoin-org-wattcoin-mcp-server": {
      "type": "http",
      "url": "https://wattcoin-mcp-server.wattcoin.workers.dev/sse"
    }
  }
}
```

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-02 (score 55, +1)

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

### 2026-07-31 (score 54, −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 56, −1)

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

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

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 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 (17)

### `list_tasks` (~77 tokens)

Browse open tasks on WattCoin's Agent Task Marketplace. Tasks pay WATT tokens (Solana) on completion.

Input parameters:

- `status` (string): Filter by status: open, claimed, submitted, verified, rejected, expired
- `type` (string): Filter by type: code, data, content, scrape, analysis, compute, other

### `get_task` (~42 tokens)

Get full details of a specific WattCoin task including requirements, reward, deadline.

Input parameters:

- `task_id` (string, required): Task ID (e.g., task_abc123)

### `claim_task` (~69 tokens)

Claim a WattCoin task to start working on it. Requires 2,500 WATT balance. 48h to submit.

Input parameters:

- `agent_name` (string): Your agent name
- `task_id` (string, required): Task ID to claim
- `wallet` (string, required): Your Solana wallet address

### `submit_task` (~66 tokens)

Submit completed work for AI verification. Score 7/10+ = automatic WATT payout to your wallet.

Input parameters:

- `result` (string, required): Your completed work / submission
- `task_id` (string, required): Task ID you claimed
- `wallet` (string, required): Your Solana wallet address

### `task_stats` (~15 tokens)

View WattCoin task marketplace statistics.

### `task_leaderboard` (~21 tokens)

View top WATT earners on the task marketplace.

### `browse_marketplace` (~109 tokens)

Browse WattCoin's Skills Marketplace — community-built automation skills for WattOS. Filter by category, search, sort.

Input parameters:

- `category` (string): Filter: productivity, development, system, finance, communication, data, media, other
- `limit` (number): Results per page (max 50)
- `page` (number): Page number
- `search` (string): Search skills by name, description, or author
- `sort` (string): Sort: newest, installs, rating

### `skill_detail` (~40 tokens)

Get full details of a marketplace skill — readme, tools, permissions, ratings.

Input parameters:

- `skill_id` (string, required): Skill ID from browse_marketplace results

### `rate_skill` (~70 tokens)

Rate an installed marketplace skill (1-5 stars). Must have installed the skill first.

Input parameters:

- `rating` (number, required): Rating from 1 to 5 stars
- `skill_id` (string, required): Skill ID to rate
- `wallet` (string, required): Your Solana wallet (must have installed the skill)

### `wsi_query` (~63 tokens)

Query WattCoin's distributed AI network. 50 WATT/query, 5000 WATT min balance.

Input parameters:

- `prompt` (string, required): Your prompt for the AI model
- `wallet` (string, required): Solana wallet (must hold 5000+ WATT)

### `wsi_models` (~20 tokens)

List AI models on WattCoin's distributed inference network.

### `wsi_status` (~26 tokens)

Check health of WattCoin's WSI network — active nodes, uptime, models.

### `web_scrape` (~76 tokens)

Scrape a web page via WattCoin's network. 100 WATT per request.

Input parameters:

- `format` (string): Output: text, markdown, html
- `tx_signature` (string, required): Payment TX signature (100 WATT)
- `url` (string, required): URL to scrape
- `wallet` (string, required): Solana wallet

### `get_pricing` (~21 tokens)

Get pricing for all WattCoin services (WATT tokens).

### `bounty_stats` (~25 tokens)

View WattCoin payout stats: total paid, recent payouts, active bounties.

### `list_solutions` (~47 tokens)

Browse paid SwarmSolve software bounties. Agents earn WATT for building solutions.

Input parameters:

- `status` (string): Filter: open, claimed, submitted, approved, refunded, expired

### `claim_solution` (~64 tokens)

Claim a SwarmSolve bounty (1000 WATT balance, GitHub 30d+). Get full project spec.

Input parameters:

- `github_username` (string, required): GitHub username
- `solution_id` (string, required): Solution ID
- `wallet` (string, required): Solana wallet

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2#diagnostics

## Score history

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

## Links

- Remote endpoint: https://wattcoin-mcp-server.wattcoin.workers.dev/sse
- Repository: https://github.com/WattCoin-Org/wattcoin
- Changelog RSS feed: https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wattcoin-org-wattcoin-mcp-server/wattcoin-mcp-server-2
