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.
ENDPOINT 1
https://koine-mcp-server.vercel.app/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 13
nonce_specThe 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-onlynonce_infoLive 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-onlynonce_mint_packetBuilds 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 effectsnonce_get_pieceFull 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-onlynonce_censusLive distribution of minted 8004 NONCE pieces across difficulty bands, read from the chain.
Inferred read-onlykoine_infoKOINE collection overview: name, total supply, the artist agent DAEMON, contract address, chain, and links.
Inferred read-onlykoine_get_pieceTraits + current owner of one KOINE token: generation, morphemes (R/B/T/L), parent token ids, seed, owner.
Inferred read-onlykoine_provenanceLineage of a KOINE piece from the on-chain derivation graph: parents, full ancestry, and downstream adoption (which pieces build on it).
Inferred read-onlykoine_list_genesisList every KOINE piece (id, generation, morphemes, parents) for discovery and composition.
Inferred read-onlykoine_listingsKOINE pieces currently for sale, cheapest first, so an agent can COLLECT.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.