← humantaste.app
INDIVIDUAL MCP TOOL
verify_external_source
Have a vetted human expert verify whether an external source, project, or claim is trustworthy.
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 endpoint
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.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.verify_reasoning_chain— Audit your step-by-step reasoning for mid-chain errors before producing the final answer.