# DAEMON — on-chain generative art (8004 NONCE + KOINE) (remote · koine-mcp-server.vercel.app)

Mine, mint and verify 8004 NONCE proof-of-work art on Ethereum L1.

- Trust score: 81/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `koine-mcp-server.vercel.app`: 81/100 (this document), [markdown](https://verifymcp.io/servers/kbd26-daemon-art/api-mcp.md), [page](https://verifymcp.io/servers/kbd26-daemon-art/api-mcp)

## Channel facts

- Endpoint: `https://koine-mcp-server.vercel.app/api/mcp`
- Transports: `streamable-http`
- 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-09-20.

- **Endpoint Security**: 63/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 13 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 is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1263 tokens (~97/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server?

DAEMON — on-chain generative art (8004 NONCE + KOINE) is a hosted endpoint at https://koine-mcp-server.vercel.app/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http kbd26-daemon-art 'https://koine-mcp-server.vercel.app/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "kbd26-daemon-art": {
      "url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "kbd26-daemon-art": {
      "type": "http",
      "url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.kbd26-daemon-art]
url = "https://koine-mcp-server.vercel.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kbd26-daemon-art": {
      "type": "remote",
      "url": "https://koine-mcp-server.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kbd26-daemon-art --url 'https://koine-mcp-server.vercel.app/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kbd26-daemon-art:
    url: "https://koine-mcp-server.vercel.app/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "kbd26-daemon-art": {
      "Transport": "http",
      "Url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add kbd26-daemon-art -t streamable-http -u 'https://koine-mcp-server.vercel.app/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "kbd26-daemon-art": {
      "type": "http",
      "url": "https://koine-mcp-server.vercel.app/api/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-09-19 (score 81, +1)

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

### 2026-09-17 (score 80, +1)

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

### 2026-09-15 (score 79, +1)

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

### 2026-09-12 (score 78, +1)

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

### 2026-09-10 (score 77, +1)

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

### 2026-09-08 (score 76, +1)

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

### 2026-09-06 (score 75, +1)

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

### 2026-09-04 (score 74, +1)

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

## MCP tools (13)

### `nonce_spec` (~73 tokens)

The complete machine-readable specification for 8004 NONCE: the proof-of-work rule and its exact preimage layout, the mint calldata, the price curve, rarity derivation, every function selector, and the safety rules. Static — needs no network, so it always answers. Read this FIRST before mining or minting.

### `nonce_info` (~83 tokens)

Live state of the 8004 NONCE collection on Ethereum mainnet: how many are minted, the current mint price, whether public minting is open, supply remaining, and canonical links. 8004 NONCE is fully on-chain proof-of-work generative art by the autonomous agent-artist DAEMON — each piece must be MINED before it can be minted.

### `nonce_mine` (~272 tokens)

DO THE WORK. Grinds keccak256 to find a proof-of-work nonce valid for a specific minter address, at or above a chosen difficulty. This is the only way to become eligible to mint an 8004 NONCE piece. The nonce is bound to (chainId, contract, minter) — it is worthless to any other address, so mine for the address that will actually send the transaction. Returns the nonce, its work hash, difficulty in leading-zero bits, and band. Deadline-bounded: for difficulty above ~20 bits, run the local miner script instead of waiting on a server.

Input parameters:

- `maxSeconds` (number): Time budget for the grind, capped at 8s so a mine never starves other requests on this server. If the target is not reached, the best valid nonce found is still returned.
- `minter` (string, required): The 0x address that will send the mint transaction. The proof is bound to it.
- `targetBits` (integer): Difficulty target in leading-zero bits. 16 is the contract floor (~65k hashes, instant). 18 ≈ 260k. 20 ≈ 1M. Above ~20 this server will usually time out — run the skill's local miner instead, which h…

### `nonce_mint_packet` (~192 tokens)

Builds a ready-to-broadcast mint transaction from a mined nonce — {to, data, value} plus copy-paste commands for MetaMask Agent Wallet (mm wallet send-transaction) and the Bankr wallet API. NEVER holds, asks for, or touches a private key. Re-derives and re-checks the proof before emitting anything, and reads the live price(), so a bad nonce fails here instead of costing gas on a revert.

Input parameters:

- `minter` (string, required): The 0x address the nonce was mined for — must be the address that sends the tx.
- `nonce` (string, required): The winning nonce, as a decimal string (uint256).
- `slippageBps` (integer): Extra value above price() in basis points, as a buffer against the price rising between read and broadcast. Overpayment is auto-refunded by the contract. Default 200 = 2%.

### `nonce_verify` (~92 tokens)

THE KEYSTONE. Calls the contract's on-chain verify(id), then INDEPENDENTLY recomputes the proof-of-work from the stored (minter, nonce) using local keccak and compares. Two machines, one truth. Returns the chain's answer, the local recomputation, and whether they MATCH — machine-decidable trust with no trusted intermediary.

Input parameters:

- `id` (integer, required): token id to verify

### `nonce_get_piece` (~79 tokens)

Full detail on one 8004 NONCE token: its seed (which IS the winning work hash), difficulty in leading-zero bits, band, rarity score, current owner, and links. Every value is read live from the chain.

Input parameters:

- `id` (integer, required): token id (0-based; 0-20 are DAEMON's mined genesis)

### `nonce_census` (~104 tokens)

Live distribution of minted 8004 NONCE pieces across difficulty bands, read from the chain. Bands are UNCAPPED: supply per band is not designed, it is the emergent result of how hard each minter chose to work. Returns raw counts only — no interpretation.

Input parameters:

- `limit` (integer): Maximum tokens to sample from the start of the collection. Capped at 500 — each token costs one eth_call, and public RPCs rate-limit wide fan-out.

### `koine_info` (~55 tokens)

KOINE collection overview: name, total supply, the artist agent DAEMON, contract address, chain, and links. KOINE is a fully on-chain generative-art collection on Ethereum L1 authored by the agent DAEMON.

### `koine_get_piece` (~55 tokens)

Traits + current owner of one KOINE token: generation, morphemes (R/B/T/L), parent token ids, seed, owner.

Input parameters:

- `id` (integer, required): token id (0-23 for the genesis)

### `koine_verify` (~75 tokens)

THE KEYSTONE. Calls the contract's on-chain verify(id) and returns machine-decidable trust: {canonical_ok (the on-chain render still hashes to the digest committed at mint), artist (DAEMON), digest, traits}. One call, a trustable answer.

Input parameters:

- `id` (integer, required): token id to verify

### `koine_provenance` (~50 tokens)

Lineage of a KOINE piece from the on-chain derivation graph: parents, full ancestry, and downstream adoption (which pieces build on it).

Input parameters:

- `id` (integer, required): token id

### `koine_list_genesis` (~32 tokens)

List every KOINE piece (id, generation, morphemes, parents) for discovery and composition.

### `koine_listings` (~101 tokens)

KOINE pieces currently for sale, cheapest first, so an agent can COLLECT. Always returns the collection, contract, and OpenSea link; when an OpenSea API key is set on the server it also returns live listings (token id, price in ETH, item URL, order hash). Listings are Seaport orders — fulfill on-chain with any Seaport-capable wallet (e.g. the opensea-js SDK) from a funded address.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/kbd26-daemon-art/api-mcp#diagnostics

## Score history

- 2026-09-20: 81
- 2026-09-19: 81
- 2026-09-18: 80
- 2026-09-17: 80
- 2026-09-16: 79
- 2026-09-15: 79
- 2026-09-14: 78
- 2026-09-13: 78
- 2026-09-12: 78
- 2026-09-11: 77
- 2026-09-10: 77
- 2026-09-09: 76
- 2026-09-08: 76
- 2026-09-07: 75
- 2026-09-06: 75
- 2026-09-05: 74
- 2026-09-04: 74
- 2026-09-03: 73
- 2026-09-02: 73
- 2026-09-01: 72
- 2026-08-31: 72
- 2026-08-30: 71
- 2026-08-29: 71
- 2026-08-28: 71
- 2026-08-27: 70
- 2026-08-26: 70
- 2026-08-25: 68
- 2026-08-24: 67

## Common questions

### What is the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server?

DAEMON — on-chain generative art (8004 NONCE + KOINE) is an MCP server listed in the public MCP registry as io.github.KBD26/daemon-art. Mine, mint and verify 8004 NONCE proof-of-work art on Ethereum L1. This page covers its hosted endpoint (https://koine-mcp-server.vercel.app/api/mcp).

### Is the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server safe to use?

DAEMON — on-chain generative art (8004 NONCE + KOINE) scores 81 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server expose?

DAEMON — on-chain generative art (8004 NONCE + KOINE) exposes 13 tools: nonce_spec, nonce_info, nonce_mine, nonce_mint_packet, nonce_verify, and 8 more. Their descriptions and schemas cost roughly 1,263 tokens of context every time the server is loaded.

### Does the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server require authentication?

No. We connected to DAEMON — on-chain generative art (8004 NONCE + KOINE) without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the DAEMON — on-chain generative art (8004 NONCE + KOINE) MCP server still maintained?

DAEMON — on-chain generative art (8004 NONCE + KOINE) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://koine-mcp-server.vercel.app/api/mcp
- Repository: https://github.com/KBD26/koine-mcp-server
- Website: https://8004nonce.eth.limo/
- Changelog RSS feed: https://verifymcp.io/servers/kbd26-daemon-art/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/kbd26-daemon-art/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/kbd26-daemon-art/api-mcp
