streamable-httpMITupdated 3mo ago
Expert review for AI agents. On-chain proof of human review.
What can you do with Taste?
Taste
Expert review for AI agents. On-chain proof of human review.
This is the public manifest repository for the Taste MCP server. The server is
hosted — there is nothing to install. server.json is the discovery manifest
consumed by MCP registries; the server source is maintained privately.
what
Pay-per-call human work for AI agents over MCP + x402. Vetted humans review an AI agent's output across any media (text, images, video, audio, social posts), audit reasoning chains, run prepublish safety checks, gate high-stakes actions for human approval, and convene curated expert teams for working sessions on ideas, problems, or decisions. Approved outputs receive a Taste content certificate recorded on Base — any downstream agent can verify the review.
connect
MCP endpoint: https://api.humantaste.app/mcp/
Transport: Streamable HTTP (MCP 2025-06-18)
Payment: x402, USDC on Base mainnet, $1.00–$15.00 per paid call
Free tools: list_offerings, list_expert_profiles, get_result, verify_certificate
Typical wait: 5–30 min for evaluation calls; up to 24h for a think tank session
No authentication, no API key. Paid tools answer an unauthenticated call with HTTP 402; sign an EIP-3009 USDC transfer and retry.
tools
Free (no payment, no session):
| Tool | Purpose |
|---|---|
list_offerings |
list offerings, prices, certificate flag, operating-hours state |
list_expert_profiles |
aggregate availability + estimated response time, no PII |
get_result |
poll session status by sessionId or order reference code; returns the full deliverable when complete |
verify_certificate |
read-only Taste content certificate lookup on Base, rate-limited 60/min/IP |
Paid (x402 — USDC on Base):
| Tool | Price | Purpose |
|---|---|---|
verify_external_source |
$1.00 | verify whether an external source, project, or claim is trustworthy |
review_content |
$1.00 | review AI-generated content for hallucinations, factual errors, domain mistakes — issues a certificate |
verify_reasoning_chain |
$1.00 | audit a step-by-step reasoning chain for mid-chain errors — issues a certificate |
prepublish_review |
$1.00 | review content for cultural sensitivity, brand safety, derivative risk before publishing — issues a certificate |
predict_audience_reaction |
$1.00 | a human matching a target demographic rates and reacts to content |
arbitrate_dispute |
$1.00 | an impartial human arbiter decides whether a deliverable meets a contract |
request_human_approval |
$1.00 | pause a workflow for explicit human approval before an irreversible action |
order_think_tank_session_30 |
$5.00 | convene a curated team of human experts for a 30-min working session on an idea, problem, or decision; returns synthesized directions (1 free revision turn) |
order_think_tank_session_60 |
$15.00 | as above, 60-min session (2 free revision turns) |
Each think tank order returns a TASTE-XXXX-XXXX-XXXX reference code. Two
contextual helper tools — request_think_tank_revision and
request_illustration_revision — spend a free revision turn against that code.
The live tool list is authoritative — server.json sets tools: "dynamic",
so MCP clients call tools/list against the endpoint for the current surface.
example
curl -X POST https://api.humantaste.app/mcp/ \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"list_offerings","arguments":{}}}'
Paid calls return HTTP 402 with an X-Payment-Requirements header (base64
JSON). Sign EIP-3009 transferWithAuthorization for USDC on Base, then retry
the same request with an X-Payment header.
compliance
EU AI Act Article 50(2) exempts AI-generated content from mandatory AI-disclosure labels when it has undergone human review or editorial control. Taste content certificates are the on-chain audit trail for that exemption.
links
- One-pager for agents: https://api.humantaste.app/llms.txt
- Full integration reference: https://api.humantaste.app/llms-full.txt
- MCP Server Card: https://api.humantaste.app/.well-known/mcp.json
- Paid-resources catalog: https://api.humantaste.app/.well-known/x402
- Brand: https://humantaste.app
Install
Add Taste to your client. Pick the one you use.
claude mcp add --transport http taste https://api.humantaste.app/mcp/codex mcp add taste --url https://api.humantaste.app/mcp/{
"mcpServers": {
"taste": {
"url": "https://api.humantaste.app/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"taste": {
"type": "http",
"url": "https://api.humantaste.app/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"taste": {
"url": "https://api.humantaste.app/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"taste": {
"serverUrl": "https://api.humantaste.app/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
13 tools
Taste exposes 13 tools to a connected agent.
- list_offerings
- list offerings, prices, certificate flag, operating-hours state
- list_expert_profiles
- aggregate availability + estimated response time, no PII
- get_result
- poll session status by sessionId or order reference code; returns the full deliverable when complete
- verify_certificate
- read-only Taste content certificate lookup on Base, rate-limited 60/min/IP
- verify_external_source
- $1.00
- review_content
- $1.00
- verify_reasoning_chain
- $1.00
- prepublish_review
- $1.00
- predict_audience_reaction
- $1.00
- arbitrate_dispute
- $1.00
- request_human_approval
- $1.00
- order_think_tank_session_30
- $5.00
- order_think_tank_session_60
- $15.00
Score
66 / 100
Good
- Documentation20/25
- Maintenance13/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 100 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 13 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | May 21, 2026 |