AD
Ada Diamonds
/search_diamonds
Search loose lab diamonds
Search Ada Diamonds' live loose lab grown diamond inventory by shape, carat weight, price, color, clarity, and cut. Returns currently available stones with thei
liveverifiedunknown~5s typical
mcpprobedadadiamonds
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adadiamonds-ada-diamonds /search_diamonds for me.
Input
| Field | Type | Description |
|---|---|---|
| shape | string | Cut shape: Round, Oval, Cushion, Emerald, Pear, Radiant, Asscher, Princess, or Marquise |
| min_carat | number | Minimum carat weight, e.g. 1 or 1.5 |
| max_carat | number | Maximum carat weight, e.g. 2 |
| min_price | number | Minimum price of the loose stone in US dollars |
| max_price | number | Maximum price of the loose stone in US dollars |
| color | string | Color grade, D (colorless) through K |
| clarity | string | Clarity grade: FL, IF, VVS1, VVS2, VS1, VS2, SI1, or SI2 |
| cut | string | Cut grade: Ideal, Excellent, or Very Good |
| sort | string (price_asc | price_desc | carat_asc | carat_desc) | Result order: price_asc (default relevance), price_desc, carat_asc, or carat_desc |
| limit | number | Maximum number of results to return, 1 to 50 (default 10) default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adadiamonds-ada-diamonds","endpoint":"/search_diamonds","input":{"limit":10}}'cli
npx cracked-ai run -p mcp-com-adadiamonds-ada-diamonds -e /search_diamonds -i '{"limit":10}'mcp
run_tool({ provider: "mcp-com-adadiamonds-ada-diamonds", endpoint: "/search_diamonds", input: {"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.