← humantaste.app

INDIVIDUAL MCP TOOL

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.

humantaste.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

humantaste.app

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.

Related tools

  • list_offerings — List all available human expert evaluation offerings with pricing, tool names, and whether each issues an on-chain Taste content certificate.
  • 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.
  • get_result — Check the status of a previously submitted request.
  • prepare_consult_domain_expert — Get a humantaste.
  • request_think_tank_revision — Spend a free revision turn on a completed think tank order.
  • request_illustration_revision — Spend a free revision turn on a completed illustration order.
  • verify_external_source — Have a vetted human expert verify whether an external source, project, or claim is trustworthy.
  • 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.