You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search by name — resolve a named asset to its mint so an agent can act on "buy cookhouse"
without being handed an address:
search_tokens — searches the Cookiescan token registry by symbol/name (partial,
case-insensitive) or mint prefix, returning candidates ranked most-liquid-first. Flags when
multiple tokens share a symbol so the agent confirms the mint before trading.
search_nfts — searches active Baked Bazaar listings by name/symbol/collection or mint prefix
(only currently-listed NFTs are searchable).
Tool surface 30 → 32.
Changed
Rewrote the README with clearer per-client install (Claude Code, Claude Desktop, Cursor), MCP scope
guidance (local / user / project and when to use .mcp.json), and example prompts.