← Registry

Productivity

bestboy.app

Manages user wishlists and wishes, including creation, sharing, and retrieval.

1 endpoint30 known toolsFirst detected July 25, 2026Last detected September 5, 2026

ENDPOINT 1

https://bestboy.app/mcp

No auth detected

MCP server metadata

Name
bestboy
Version
1.0.0
Capabilities
tools.listChanged

Known tools 30

list_my_wishlists

List the authenticated user's OWN wishlists, including any list they collaborate on (someone else invited them to help build/manage) - each entry's `role` is 'owner' or 'collaborator'.

Inferred read-only
create_wishlist

Create a new wishlist for the authenticated user.

Potential side effects
add_wish

Add a PERSONAL wish - something the authenticated user wants for themselves.

Inferred read-only
share_wishlist

Get the shareable URL for a wishlist owned by the authenticated user.

Inferred read-only
get_shared_wishlist

Fetch a publicly shared wishlist and its wishes by share token.

Inferred read-only
reserve_wish

Anonymously reserve a wish on a shared wishlist so the recipient cannot see who reserved it.

Inferred read-only
unreserve_wish

Undo a reservation previously made with reserve_wish.

Inferred read-only
list_wishes

List the authenticated user's wishes.

Inferred read-only
update_wish

Update fields of a wish owned by the authenticated user.

Potential side effects
delete_wish

Move a wish owned by the authenticated user to Trash (soft delete) - same as deleting it in the app.

Potential side effects
mark_wish_received

Mark a wish owned by the authenticated user as received (or not received), e.g.

Inferred read-only
follow_wishlist

Follow another user's public wishlist to see it in the authenticated user's Following feed and be notified of new wishes.

Inferred read-only
unfollow_wishlist

Unfollow a wishlist the authenticated user is currently following.

Inferred read-only
invite_wishlist_collaborator

Invite someone by email to become a collaborator on one of the authenticated user's own wishlists (must be the list's owner).

Potential side effects
list_wishlist_collaborators

List who's collaborating on a wishlist the authenticated user owns or collaborates on.

Inferred read-only
remove_wishlist_collaborator

Remove a collaborator from one of the authenticated user's own wishlists (must be the list's owner).

Potential side effects
list_followed_wishlists

List the public wishlists the authenticated user currently follows, including each owner's name and when it was followed.

Inferred read-only
list_people

List the recipients (people) the authenticated user is planning gifts for, each with the id of their private gift-ideas list.

Inferred read-only
add_person

Add a person the authenticated user is planning gifts for.

Inferred read-only
add_gift_idea

Add a gift idea (a wish) to a person's private gift-ideas list.

Inferred read-only
list_gift_ideas

List the gift ideas on a person's private gift-ideas list, including whether/when each was gifted.

Inferred read-only
get_wish

Fetch a single wish owned by the authenticated user by its UUID, including its list_ids and whether it's a personal wish or a gift idea (is_gift_idea, gift_for_person_id).

Inferred read-only
link_wish_to_list

Attach an existing wish to a wishlist (adds a join-table row).

Inferred read-only
unlink_wish_from_list

Remove a wish from ONE wishlist (deletes just that join-table row).

Potential side effects
force_unreserve_wish

Owner-only reservation recovery: release a reservation on one of the authenticated user's own wishes without needing the reserver's sessionId.

Inferred read-only
update_wishlist

Update a wishlist owned by the authenticated user.

Potential side effects
delete_wishlist

Move a wishlist owned by the authenticated user to Trash (soft delete) - same as deleting it in the app.

Potential side effects
bulk_move_wishes

Attach many wishes to a target wishlist in one call.

Inferred read-only
bulk_delete_wishes

Move many wishes owned by the authenticated user to Trash (soft delete) in one call - same as deleting them in the app.

Potential side effects
generate_wishlist

Create a whole PERSONAL wishlist (for the authenticated user themselves) from a pasted blob of text in one call.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bestboy]
url = "https://bestboy.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bestboy": {
      "type": "http",
      "url": "https://bestboy.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bestboy
Remote MCP URL: https://bestboy.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bestboy": {
      "url": "https://bestboy.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bestboy": {
      "type": "http",
      "url": "https://bestboy.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bestboy",
  "transport": "streamable-http",
  "url": "https://bestboy.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bestboy.app was fetched 2026-07-30T22:38:03.080Z and is being refreshed.

Trust status Trusted

bestboy.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.