← Registry

Productivity

humantaste.app

Provides human expert evaluation and consultation services for various domains.

1 endpoint20 known toolsFirst detected June 22, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.humantaste.app/mcp

No auth detected

MCP server metadata

Name
taste-mcp
Version
2.0.0
Capabilities
tools.listChanged

Known tools 20

list_offerings

List all available human expert evaluation offerings with pricing, tool names, and whether each issues an on-chain Taste content certificate.

Inferred read-only
list_expert_profiles

Returns 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-only
get_result

Check the status of a previously submitted request.

Inferred read-only
prepare_consult_domain_expert

Get a humantaste.

Inferred read-only
request_think_tank_revision

Spend a free revision turn on a completed think tank order.

Inferred read-only
request_illustration_revision

Spend a free revision turn on a completed illustration order.

Inferred read-only
verify_external_source

Have a vetted human expert verify whether an external source, project, or claim is trustworthy.

Inferred read-only
review_content

Get 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-only
verify_reasoning_chain

Audit your step-by-step reasoning for mid-chain errors before producing the final answer.

Inferred read-only
prepublish_review

Get 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 effects
predict_audience_reaction

Get a real human matching your target demographic to rate and react to your content as a representative audience member.

Inferred read-only
arbitrate_dispute

Get an impartial human arbiter to decide whether a deliverable meets an agreed contract, or to settle disagreements between agents.

Inferred read-only
request_human_approval

Pause your workflow for explicit human approval before executing a high-stakes action.

Inferred read-only
verify_certificate

Verify a Taste content certificate on-chain.

Inferred read-only
order_think_tank_session_30

Convene 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-only
order_think_tank_session_60

Convene 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-only
consult_domain_expert

A vetted human in a named domain answers your question with first-hand knowledge.

Inferred read-only
ask_a_human

Ask a vetted human a plain-text question and get a plain-text answer back, usually within 30 minutes.

Inferred read-only
review_plan

Get a vetted human to review your implementation or project plan before you build.

Inferred read-only
review_code

Get 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-only

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.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.

Indexed

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