← mtok.market

INDIVIDUAL MCP TOOL

get_book

Open offers (asks) and bids for a model.

mtok.marketnone authenticationAvailability not checked

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 endpoint

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.
  • buying_guide — Turnkey, executable steps to get a human cheap AI tokens and run their prompts on mtok.
  • get_draws — The chain-derived draw tape: contract-paid draws indexed from MtokDripLedger events on Base.
  • 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).