← market0x.com

INDIVIDUAL MCP TOOL

get_listing_details

Full detail for one order including a FRESH live-contents snapshot (principal, claimable rewards, voting/earning power, as_of_block).

market0x.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.market0x.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_listing_details 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

market0x.com

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.market0x]
url = "https://www.market0x.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "market0x": {
      "type": "http",
      "url": "https://www.market0x.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "market0x": {
      "type": "http",
      "url": "https://www.market0x.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "market0x",
  "transport": "streamable-http",
  "url": "https://www.market0x.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_micro_markets — List the markets this marketplace facilitates (asset, chain, currencies, fee).
  • get_listings — Active listings/auctions for a market.
  • get_recent_trades — Recently settled sales for a market.
  • prepare_purchase — Prepare the non-custodial transaction package to BUY a listing (or accept an offer): ordered approvals + Seaport fulfillOrder calldata + a fresh contents snapshot.
  • prepare_offer — Prepare a BID/offer on a position: returns the Seaport order to sign (EIP-712), the currency approval needed, and how to submit it.
  • prepare_listing — Prepare a SELL listing or Dutch auction.
  • prepare_cancel — Prepare the on-chain Seaport cancel transaction for an active order.
  • get_orders — List orders created by an address (its listings, auctions, offers).