← eveoy.com
INDIVIDUAL MCP TOOL
request_human
Hand off to a human on the Eveoy team and flag the conversation for follow-up.
LIVE ENDPOINT
https://mcp.eveoy.com/mcp
Connect to this endpoint to inspect the live schema for request_human and invoke it with your own arguments.
Indexed 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 server
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.eveoy-mcp]
url = "https://mcp.eveoy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eveoy-mcp": {
"type": "http",
"url": "https://mcp.eveoy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eveoy-mcp
Remote MCP URL: https://mcp.eveoy.com/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": {
"eveoy-mcp": {
"url": "https://mcp.eveoy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eveoy-mcp": {
"type": "http",
"url": "https://mcp.eveoy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eveoy-mcp",
"transport": "streamable-http",
"url": "https://mcp.eveoy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ask_eveoy— Answer any question about Eveoy — what it is, how the platform works, pricing rationale, the directory, industries, founders, or company background.get_pricing— Compute the exact Eveoy price for a pilot.list_industries— Return the list of industries Eveoy serves — 23+ B2C sectors across retail, food, beauty, hospitality, pets, and more.get_app_link— Get the link to download the Eveoy shopper app (iOS / Android).get_case_studies— List Eveoy case studies and lookbooks — links to the full write-ups on eveoy.check_order_status— Look up the status of an Eveoy order by its Stripe Checkout session id.subscribe_newsletter— Subscribe an email address to the Eveoy newsletter (case studies + lookbooks).start_checkout— Create an Eveoy checkout and return a payment link.