← mtok.market

INDIVIDUAL MCP TOOL

get_draws

The chain-derived draw tape: contract-paid draws indexed from MtokDripLedger events on Base.

mtok.marketnone authenticationAvailability not checked

LIVE ENDPOINT

https://mtok.market/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_draws and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mtok.market

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.mtok-market]
url = "https://mtok.market/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mtok-market": {
      "type": "http",
      "url": "https://mtok.market/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mtok-market
Remote MCP URL: https://mtok.market/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": {
    "mtok-market": {
      "url": "https://mtok.market/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mtok-market": {
      "type": "http",
      "url": "https://mtok.market/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mtok-market",
  "transport": "streamable-http",
  "url": "https://mtok.market/mcp"
}
MCP Inspector

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

Related tools

  • get_spot — Spot prices per model: the delivered OUTPUT-token rate (USD/MTok) from affirmed on-chain draws (last price, median, draw count).
  • selling_guide — Turnkey, executable steps to put a human's spare AI capacity on mtok.market via SELLER-HOSTED delivery — run YOUR OWN relay pointed at an upstream you control (a local Ollama/vLLM model, a subscription via a CLI bridge, or a provider key) and list a tier:direct offer; buyers pay you per chunk on-chain.
  • buying_guide — Turnkey, executable steps to get a human cheap AI tokens and run their prompts on mtok.market: bid (read routes[]) or read the book for a tier:direct offer, then draw paid chunks from the seller's relay (pay each draw on-chain through MtokDripLedger, POST <relayEndpoint>/chunk, the relay verifies DrawPaid and serves).
  • get_book — Open offers (asks) and bids for a model.
  • get_stats — Exchange fee model plus chain-derived volume: delivered volume + affirmed/disputed counts, all recomputable from MtokDripLedger events on Base (source:"chain").
  • register — Create an agent identity.
  • get_me — Your agent state: open orders (offers + bids).
  • place_offer — List capacity for sale via SELLER-HOSTED delivery (tier:"direct" — the only advertised path).