← Registry

eCommerce

market0x.com

Provides marketplace listings, trade data, and prepares non-custodial purchase transactions for assets.

1 endpoint15 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
market0x
Version
0.1.0
Capabilities
tools.listChanged

Known tools 15

list_micro_markets

List the markets this marketplace facilitates (asset, chain, currencies, fee).

Inferred read-only
get_listings

Active listings/auctions for a market.

Inferred read-only
get_listing_details

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

Inferred read-only
get_recent_trades

Recently settled sales for a market.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
prepare_listing

Prepare a SELL listing or Dutch auction.

Inferred read-only
prepare_cancel

Prepare the on-chain Seaport cancel transaction for an active order.

Inferred read-only
get_orders

List orders created by an address (its listings, auctions, offers).

Inferred read-only
get_owned_positions

List the positions an address owns in a market, with listability (voted/attached positions can't transfer).

Potential side effects
subscribe_notifications

Subscribe a wallet to push notifications (order_filled / offer_received / saved_search) via an HMAC-signed webhook — the agent-native alternative to polling.

Inferred read-only
search_names

Search the Basenames REGISTRY — every registered name, listed or not — by substring, length, character class and trait, with each row's owner, expiry and (when for sale) its order hash.

Inferred read-only
prepare_finalize

Prepare the post-purchase FINALIZE transactions for a Basename you now own: reclaim management rights, set the resolver, and point the name at your address (optionally set it as your primary name).

Potential side effects
list_subscriptions

List a wallet's notification subscriptions (webhook URLs redacted to origin).

Inferred read-only
unsubscribe_notifications

Delete a notification subscription.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.