Productivity
bestboy.app
Manages user wishlists and wishes, including creation, sharing, and retrieval.
ENDPOINT 1
https://bestboy.app/mcp
MCP server metadata
- Name
- bestboy
- Version
- 1.0.0
Known tools 30
list_my_wishlistsList 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-onlyadd_wishAdd a PERSONAL wish - something the authenticated user wants for themselves.
Inferred read-onlyshare_wishlistGet the shareable URL for a wishlist owned by the authenticated user.
Inferred read-onlyget_shared_wishlistFetch a publicly shared wishlist and its wishes by share token.
Inferred read-onlyreserve_wishAnonymously reserve a wish on a shared wishlist so the recipient cannot see who reserved it.
Inferred read-onlydelete_wishMove a wish owned by the authenticated user to Trash (soft delete) - same as deleting it in the app.
Potential side effectsmark_wish_receivedMark a wish owned by the authenticated user as received (or not received), e.g.
Inferred read-onlyfollow_wishlistFollow another user's public wishlist to see it in the authenticated user's Following feed and be notified of new wishes.
Inferred read-onlyunfollow_wishlistUnfollow a wishlist the authenticated user is currently following.
Inferred read-onlyinvite_wishlist_collaboratorInvite someone by email to become a collaborator on one of the authenticated user's own wishlists (must be the list's owner).
Potential side effectslist_wishlist_collaboratorsList who's collaborating on a wishlist the authenticated user owns or collaborates on.
Inferred read-onlyremove_wishlist_collaboratorRemove a collaborator from one of the authenticated user's own wishlists (must be the list's owner).
Potential side effectslist_followed_wishlistsList the public wishlists the authenticated user currently follows, including each owner's name and when it was followed.
Inferred read-onlylist_peopleList the recipients (people) the authenticated user is planning gifts for, each with the id of their private gift-ideas list.
Inferred read-onlylist_gift_ideasList the gift ideas on a person's private gift-ideas list, including whether/when each was gifted.
Inferred read-onlyget_wishFetch 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-onlyunlink_wish_from_listRemove a wish from ONE wishlist (deletes just that join-table row).
Potential side effectsforce_unreserve_wishOwner-only reservation recovery: release a reservation on one of the authenticated user's own wishes without needing the reserver's sessionId.
Inferred read-onlydelete_wishlistMove a wishlist owned by the authenticated user to Trash (soft delete) - same as deleting it in the app.
Potential side effectsbulk_delete_wishesMove many wishes owned by the authenticated user to Trash (soft delete) in one call - same as deleting them in the app.
Potential side effectsgenerate_wishlistCreate a whole PERSONAL wishlist (for the authenticated user themselves) from a pasted blob of text in one call.
Potential side effectsCONNECT 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.
bestboy.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.