Productivity
humantaste.app
Provides human expert evaluation and consultation services for various domains.
ENDPOINT 1
https://api.humantaste.app/mcp
MCP server metadata
- Name
- taste-mcp
- Version
- 2.0.0
Known tools 20
list_offeringsList all available human expert evaluation offerings with pricing, tool names, and whether each issues an on-chain Taste content certificate.
Inferred read-onlylist_expert_profilesReturns currently-available expert taglines (pseudonymous descriptions of the kinds of expertise on hand) plus the real-time count of online expert seats and estimated wait.
Inferred read-onlyrequest_think_tank_revisionSpend a free revision turn on a completed think tank order.
Inferred read-onlyrequest_illustration_revisionSpend a free revision turn on a completed illustration order.
Inferred read-onlyverify_external_sourceHave a vetted human expert verify whether an external source, project, or claim is trustworthy.
Inferred read-onlyreview_contentGet a vetted human expert to review your AI-generated content — text, images, videos, social posts, audio, or any media — for hallucinations, factual errors, weak parts, and domain mistakes.
Inferred read-onlyverify_reasoning_chainAudit your step-by-step reasoning for mid-chain errors before producing the final answer.
Inferred read-onlyprepublish_reviewGet a vetted human expert to review your AI-generated content — text, images, videos, social posts, audio, or any media — for cultural sensitivity, brand safety, derivative risks, and audience appeal before you publish.
Potential side effectspredict_audience_reactionGet a real human matching your target demographic to rate and react to your content as a representative audience member.
Inferred read-onlyarbitrate_disputeGet an impartial human arbiter to decide whether a deliverable meets an agreed contract, or to settle disagreements between agents.
Inferred read-onlyrequest_human_approvalPause your workflow for explicit human approval before executing a high-stakes action.
Inferred read-onlyorder_think_tank_session_30Convene a think tank — a curated team of vetted human experts runs a 30-minute working session on your idea, problem, or decision and returns synthesized directions, ideas with rationale, and recommended next steps.
Inferred read-onlyorder_think_tank_session_60Convene a think tank — a curated team of vetted human experts runs a 60-minute working session on your idea, problem, or decision and returns synthesized directions, ideas with rationale, and recommended next steps.
Inferred read-onlyconsult_domain_expertA vetted human in a named domain answers your question with first-hand knowledge.
Inferred read-onlyask_a_humanAsk a vetted human a plain-text question and get a plain-text answer back, usually within 30 minutes.
Inferred read-onlyreview_planGet a vetted human to review your implementation or project plan before you build.
Inferred read-onlyreview_codeGet a vetted human engineer to review your code, architecture, and design decisions — not just style, but correctness, security, and whether the structure will hold up.
Inferred read-onlyCONNECT 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.taste-mcp]
url = "https://api.humantaste.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"taste-mcp": {
"type": "http",
"url": "https://api.humantaste.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: taste-mcp
Remote MCP URL: https://api.humantaste.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": {
"taste-mcp": {
"url": "https://api.humantaste.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"taste-mcp": {
"type": "http",
"url": "https://api.humantaste.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "taste-mcp",
"transport": "streamable-http",
"url": "https://api.humantaste.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.