mcpbeat Sign in

Clearlot MCP Server

by clarkthomas Your server? Claim it
answering

Clearlot is answering right now. Last checked 10 min ago. It exposes 8 tools. Last commit 1 Sep 2026.

Live hardware/MRO quotes for agents. x402 get_quote. Merchant checkout. No custody.

Uptime history 60 hours of history
60 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
265 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Clearlot every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add clearlot --transport http https://clearlot-hardware-hq.vercel.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clearlot": {
      "url": "https://clearlot-hardware-hq.vercel.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clearlot]
url = "https://clearlot-hardware-hq.vercel.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "clearlot": {
      "url": "https://clearlot-hardware-hq.vercel.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clearlot": {
      "url": "https://clearlot-hardware-hq.vercel.app/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

open
open_checkout
Return merchant product/checkout URL for a quote. Does not complete payment.
open_pool
Cluster intents by spec hash. No deposits.
post
post_intent
Record a buy intent. Free. Does not charge or hold funds.
post_offer
Record a vendor ask against a spec hash. Free. No inventory held here. Merchant stays merchant of record.
cover
cover_intent
Attach a posted offer to a buy intent. No deposits. No order placement.
demand
list_demand
Read clustered hashes with intent, offer, search, and miss counts. Signal only. Not a fill.
quote
get_quote
Free live quote. Mixes vendor offers and catalog. Every spec is written to the demand tape. Does not place orders.
supply
search_supply
Free supply scan. Every query is written to the demand tape. Misses become implicit intents.

Endpoints

URLTransportStateLatencyChecked
https://clearlot-hardware-hq.vercel.app/mcp streamable-http answering 245 ms 10 min ago

Alternatives to Clearlot

same job, measured the same way
AgentPay (Russia)
by zapnikita95

RU merchant catalog for AI agents: price, stock, ProductCard. Controlled checkout. Not x402.

26 tools answering
C
Agent Checkout
by agentcheckoutapi

AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.

8 tools answering
C
Agentorist
by agentorist

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

7 tools answering
MCP Mercado Pago
by codespar

Mercado Pago — payments, checkout, PIX, refunds for LATAM

41 installs/wk local only
I
U.CASH Pay (merchant MCP)
by udotcash

U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.

516 installs/wk local only
I
U.CASH Pay (merchant MCP)
by uantum

U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial.

143 installs/wk local only
SendaMeal Storefront
by sendameal

Search gift meals and send them as gifts. Live catalog, cart, and guest checkout for SendaMeal.

6 tools answering
Checkout Page
by checkoutpage

Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.

answering

Clearlot — questions

Answers built from our own checks of this server.

What can Clearlot do?
It exposes 8 tools, read directly from the server on our last check. Among them: cover_intent, get_quote, list_demand, open_checkout, open_pool, post_intent and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Clearlot mostly used for?
Its tools cluster around open and post. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Clearlot working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 265 ms. The bar chart above shows every period we have measured.
How do I connect Clearlot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Clearlot need an API key?
No. Clearlot completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Clearlot?
It answers our handshake in 265 ms on average, which is faster than 62% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Clearlot open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.