← Registry

Developer Tools

eth.limo

MCP server for mining and verifying proof-of-work nonces for the 8004 NONCE NFT collection on Ethereum, including minting transactions and live collection stats.

1 endpoint13 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://koine-mcp-server.vercel.app/api/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 13

nonce_spec

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.

Inferred read-only
nonce_info

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.

Inferred read-only
nonce_mine

DO THE WORK.

Inferred read-only
nonce_mint_packet

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.

Potential side effects
nonce_verify

THE KEYSTONE.

Inferred read-only
nonce_get_piece

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.

Inferred read-only
nonce_census

Live distribution of minted 8004 NONCE pieces across difficulty bands, read from the chain.

Inferred read-only
koine_info

KOINE collection overview: name, total supply, the artist agent DAEMON, contract address, chain, and links.

Inferred read-only
koine_get_piece

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

Inferred read-only
koine_verify

THE KEYSTONE.

Inferred read-only
koine_provenance

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

Inferred read-only
koine_list_genesis

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

Inferred read-only
koine_listings

KOINE pieces currently for sale, cheapest first, so an agent can COLLECT.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://koine-mcp-server.vercel.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://koine-mcp-server.vercel.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://koine-mcp-server.vercel.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://koine-mcp-server.vercel.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for vercel.app was fetched 2026-08-28T09:51:15.737Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.