200 OKview: text/html · rendered server-sidemachine record: /v1/agents/aix_fb14dccc54 · 0.001 USDC via x402
jishie
T1 PROFILED record aix_fb14dccc54 · last crawled 2026-08-13 · status: unclaimed

Cocktail Glass

(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global · more from www.pulsemcp.com →

Searches 500 cocktail recipes, retrieves full recipes, finds drinks by ingredient, and suggests random picks. — as described by its source registry

⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_fb14dccc54/invoke
curl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_fb14dccc54/ask -d '{"tool":"search_cocktails","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDC
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_fb14dccc54 # signed trust check

Measured stats

Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.

Missing: pricing, reputation, aix_score, operator.identity

Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).

Use it — endpoints & example

MCP
https://cocktail.glass/mcp
Pricing
not listed
Links
homepage · listing

Live capabilities — 7 tool(s) it actually exposes · cocktail-glass v1.1.0 (measured from a real MCP handshake, not self-reported)

search_cocktails — Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré"). Returns up to 25 summary results — name, page UR
list_cocktails — List the whole catalogue: every cocktail as a summary (name, page URL, family, glassware), in catalogue order, optionally restricted to one drink family. Unlike
get_cocktail_recipe — Get the full recipe for one cocktail by name: ingredients with measures and units, preparation steps, garnish, glassware, family, page URL, and any film or TV a
find_cocktails_by_ingredient — Find every cocktail in the catalogue that uses one specific ingredient. Matching is a case- and diacritic-insensitive substring match against each cocktail's in
find_cocktails_in_movie — Find every cocktail that appears in a given film or TV show. Case- and diacritic-insensitive substring match against both the title and the scene description, s
find_makeable_cocktails — Given the ingredients you have on hand, find every cocktail you can make completely — one where you already have all of its ingredients. Garnishes are treated a
random_cocktail — Suggest one cocktail picked uniformly at random from the catalogue (or from one family if "family" is given) and return its full recipe — ingredients with measu

Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free

Fetch the full jishie record

curl https://jishie.com/v1/agents/aix_fb14dccc54 # full record + verification history · 402 → 0.001 USDC

Run it here — free preview loads instantly; the full record is 0.001 USDC via x402

Verification — what we actually checked

Identity
No identity proof yet — unclaimed record
Health
Basic liveness check at crawl time only
Pricing
No price information found

Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology

Provenance

Sources
pulsemcp
Last crawl
2026-08-13
Opt-out
/remove · executed ≤72h

Operate this agent?

Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.

Fast-track · 19 USDC

Embed a live badge

A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.

jishie status badge for Cocktail Glass

[![jishie](https://jishie.com/v1/agents/aix_fb14dccc54/badge.svg)](https://jishie.com/agent.html?id=aix_fb14dccc54)
<a href="https://jishie.com/agent.html?id=aix_fb14dccc54"><img src="https://jishie.com/v1/agents/aix_fb14dccc54/badge.svg" alt="jishie"></a>

On the exchange — sells (standing offers)

No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.

Declared demand — buys (demand.json)

No declared demand from this operator. Buying too? Publish /.well-known/demand.jsonhow it works.

Similar agents — general-tools

Raw machine record (what agents receive)
{
  "id": "aix_fb14dccc54",
  "name": "Cocktail Glass",
  "operator": "(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com)",
  "description": "Searches 500 cocktail recipes, retrieves full recipes, finds drinks by ingredient, and suggests random picks.",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "general-tools"
  ],
  "protocols": {
    "mcp": "https://cocktail.glass/mcp",
    "a2a": null
  },
  "pricing": null,
  "regions": [
    "global"
  ],
  "languages": [
    "en"
  ],
  "reputation": null,
  "aix_score": null,
  "verification": {
    "identity": "none",
    "health": "liveness-only",
    "pricing": "unknown",
    "last_check": "2026-08-13T21:00:39.724Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/cocktail-glass"
    },
    {
      "label": "listing",
      "url": "https://cocktail.glass/"
    }
  ],
  "unreachable": false,
  "profile": {
    "mcp_server": "cocktail-glass",
    "mcp_version": "1.1.0",
    "tool_count": 7,
    "tools": [
      {
        "name": "search_cocktails",
        "description": "Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so \"carre\" matches \"Carré\"). Returns up to 25 summary results — name, page URL, family, glassware — ranked exact match first, then prefix, then suffix, then any substring. Use this when the user names a drink (even fuzzily) and you want to confirm it exists or disambiguate similar names; once you have a single name, call get_cocktail_recipe for the full recipe. For ingredient-based discovery use find_cocktails_by_ingredient instead."
      },
      {
        "name": "list_cocktails",
        "description": "List the whole catalogue: every cocktail as a summary (name, page URL, family, glassware), in catalogue order, optionally restricted to one drink family. Unlike search_cocktails and find_cocktails_by_ingredient — which cap their results and need a query — this takes no query and returns every matching cocktail, so use it to browse or enumerate the full set of 500 drinks (or a whole family) when there is nothing specific to search for. For one named drink use get_cocktail_recipe; to discover by ingredient use find_cocktails_by_ingredient."
      },
      {
        "name": "get_cocktail_recipe",
        "description": "Get the full recipe for one cocktail by name: ingredients with measures and units, preparation steps, garnish, glassware, family, page URL, and any film or TV appearances. Matching is case- and diacritic-insensitive: it tries an exact name match first, then falls back to the first substring match. Returns one cocktail object, or an { error } if nothing matches. Use this when you have a specific drink name; if the name is ambiguous or you want a list, call search_cocktails first."
      },
      {
        "name": "find_cocktails_by_ingredient",
        "description": "Find every cocktail in the catalogue that uses one specific ingredient. Matching is a case- and diacritic-insensitive substring match against each cocktail's ingredient names, so \"gin\" will also match \"sloe gin\" and \"ginger beer\" — use a more specific term if that matters. Returns up to 60 summary results (name, URL, family, glassware) in catalogue order. Takes one ingredient only; for \"what can I make from X, Y, and Z?\" use find_makeable_cocktails instead, which handles multiple ingredients and reports near-misses."
      },
      {
        "name": "find_cocktails_in_movie",
        "description": "Find every cocktail that appears in a given film or TV show. Case- and diacritic-insensitive substring match against both the title and the scene description, so a character or actor works too — e.g. \"Casablanca\", \"Bond\", \"Hemingway\". Each result names the cocktail, the film/show title, the year, and the scene. Returns up to 60 appearances ordered oldest year first, then by cocktail name. A single cocktail can appear multiple times if it shows up in multiple scenes that match. Use this only for on-screen appearances; for a drink by name use search_cocktails, and to browse the whole catalogue use list_cocktails."
      },
      {
        "name": "find_makeable_cocktails",
        "description": "Given the ingredients you have on hand, find every cocktail you can make completely — one where you already have all of its ingredients. Garnishes are treated as optional and plain water is assumed available; soda and tonic water are not. Matching is word-based, not substring: \"gin\" matches \"London dry gin\" but not \"ginger beer\", and generic terms do not match product-class extras (\"gin\" will not cover \"sloe gin\" or \"orange bitters\"). Returns two lists: \"makeable\" (drinks you can make now, up to 60) and \"almostMakeable\" (drinks exactly one ingredient short, up to 25, each naming the missing ingredient). Drinks needing two or more extra ingredients are omitted entirely. Both lists are ordered simplest first — fewest distinct ingredients in the full recipe, then alphabetical by name. Use this for multi-ingredient \"what can I make?\" questions; for a single ingredient use find_cocktails_by_ingredient."
      },
      {
        "name": "random_cocktail",
        "description": "Suggest one cocktail picked uniformly at random from the catalogue (or from one family if \"family\" is given) and return its full recipe — ingredients with measures, preparation steps, garnish, glassware, page URL, and any film or TV appearances. Each call returns an independent draw, so repeated calls give different drinks. The \"family\" filter matches the family name exactly (case- and diacritic-insensitive); if no cocktail matches that family the call silently falls back to the full catalogue rather than erroring. Use this only when the user wants a suggestion or inspiration with no specific drink in mind. For a named cocktail use get_cocktail_recipe; for \"anything with gin\" use find_cocktails_by_ingredient; for \"what can I make from what I have\" use find_makeable_cocktails."
      }
    ],
    "profiled_at": "2026-08-13T21:00:39.724Z"
  }
}