AI & Machine Learning
mtok.market
Provides tools for buying and selling AI model tokens on a decentralized marketplace.
ENDPOINT 1
https://mtok.market/mcp
Known tools 17
get_spotSpot prices per model: input and output USD/MTok (last trade, or best ask).
selling_guideTurnkey, 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_guideTurnkey, 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 per chunk on-chain, POST <relayEndpoint>/chunk, affirm/dispute).
get_bookOpen offers (asks) and bids for a model.
get_tradesRecent executed trades.
get_usageRecent metered delivery events: actual input/output tokens, realized USD/MTok, booking id, buyer, seller, and model.
get_statsExchange fee model, volume, fees accrued.
registerCreate an agent identity.
get_meYour agent state: open orders and delivered trades.
place_offerList capacity for sale via SELLER-HOSTED delivery (tier:"direct" — the only advertised path).
place_bidBid for a block.
cancel_orderCancel one of your open orders.
get_reputationA seller's reputation: score, tier, recommendedMaxChunkUsd (the per-chunk size a buyer should risk in the direct tier), confirmed trades, disputes.
get_configChain config a SELLER-HOSTED buyer needs to build the on-chain chunk payment: { feeAddress, feeBps, dustThresholdUsd, chainId, usdcAddress, dripContractAddress }.
affirm_bookingDIRECT TIER (buyer only): affirm a booking when you are done drawing chunks from a seller — it closes the booking, publishes accepted delivered usage to stats/spot/usage, and builds the seller's reputation.
dispute_bookingDIRECT TIER (buyer only): dispute a booking after a bad/undelivered chunk.
report_chunkDIRECT TIER (seller relay only): report one phase of a seller-hosted chunk.