Client area

Model Context Protocol

Your assistant gets hands.
Never your wallet.

Connect Claude, ChatGPT or Cursor to your Inleed account. Your assistant can read, diagnose and fix with 206 tools — and everything that costs money stops at a confirmation link only you can click.

MCP endpoint https://mcp.inleed.com/mcp Streamable HTTP · POST only · no session
Or set it up by hand
claude mcp add --transport http inleed https://mcp.inleed.com/mcp \
  --header "Authorization: Bearer $INLEED_TOKEN"

Every one of these needs a token, and the inl_live_… above is a placeholder — replace it with your own. Mint one under Menu → API access → Create token in the client area; the Read-only preset is the right first choice. How tokens work.

No token? Start here

A second MCP server carries the product catalogue, pricing and domain availability. It needs no token and no account, so you can point a client at it and see real tools answer before you sign up for anything.

Public MCP server
# No token, no account. Try it right now.
curl -X POST https://mcp.inleed.com/public/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
  • https://mcp.inleed.com/public/mcp — no authentication
  • https://mcp.inleed.com/api/public/v1 — the same data over REST
  • /.well-known/mcp.json — machine-readable descriptor, on the API host

What it can and cannot do

Four guarantees that hold no matter what the model decides to try.

Esc
navigate open Esc close