← uneed.best
INDIVIDUAL MCP TOOL
get_product
Use this when you have a product slug and need its full public profile on uneed.
LIVE ENDPOINT
https://mcp.uneed.best/mcp
Connect to this endpoint to inspect the live schema for get_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.uneed]
url = "https://mcp.uneed.best/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uneed": {
"type": "http",
"url": "https://mcp.uneed.best/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uneed
Remote MCP URL: https://mcp.uneed.best/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": {
"uneed": {
"url": "https://mcp.uneed.best/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uneed": {
"type": "http",
"url": "https://mcp.uneed.best/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uneed",
"transport": "streamable-http",
"url": "https://mcp.uneed.best/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Use this when the user is looking for a digital tool or product by need, keyword or name.get_alternatives— Use this when the user wants alternatives or competitors to a product listed on uneed.get_trending— Use this when the user asks what is trending, popular or winning on uneed.get_recent_launches— Use this when the user asks what is new or what launched recently.list_deals— Use this when the user asks about discounts, promo codes or deals on digital products.list_categories— Use this when you need the valid category values before filtering, or when the user asks what Uneed covers.search— Use this when a deep research run needs to look up digital tools and products on uneed.fetch— Use this to retrieve the full uneed.