eCommerce
market0x.com
Provides marketplace listings, trade data, and prepares non-custodial purchase transactions for assets.
ENDPOINT 1
https://www.market0x.com/api/mcp
MCP server metadata
- Name
- market0x
- Version
- 0.1.0
Known tools 15
list_micro_marketsList the markets this marketplace facilitates (asset, chain, currencies, fee).
Inferred read-onlyget_listing_detailsFull detail for one order including a FRESH live-contents snapshot (principal, claimable rewards, voting/earning power, as_of_block).
Inferred read-onlyprepare_purchasePrepare the non-custodial transaction package to BUY a listing (or accept an offer): ordered approvals + Seaport fulfillOrder calldata + a fresh contents snapshot.
Inferred read-onlyprepare_offerPrepare 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-onlyprepare_cancelPrepare the on-chain Seaport cancel transaction for an active order.
Inferred read-onlyget_owned_positionsList the positions an address owns in a market, with listability (voted/attached positions can't transfer).
Potential side effectssubscribe_notificationsSubscribe a wallet to push notifications (order_filled / offer_received / saved_search) via an HMAC-signed webhook — the agent-native alternative to polling.
Inferred read-onlysearch_namesSearch 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-onlyprepare_finalizePrepare 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 effectslist_subscriptionsList a wallet's notification subscriptions (webhook URLs redacted to origin).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.