INDIVIDUAL MCP TOOL
recommend_workflow
Given an operational problem in a real-estate-investor seller pipeline, name the GetsYou agent that addresses it, what it produces, and its stated limits.
LIVE ENDPOINT
https://www.getsyou.ai/api/mcp
Connect to this endpoint to inspect the live schema for recommend_workflow 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.getsyou]
url = "https://www.getsyou.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getsyou": {
"type": "http",
"url": "https://www.getsyou.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getsyou
Remote MCP URL: https://www.getsyou.ai/api/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": {
"getsyou": {
"url": "https://www.getsyou.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getsyou": {
"type": "http",
"url": "https://www.getsyou.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getsyou",
"transport": "streamable-http",
"url": "https://www.getsyou.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_benchmark_releases— List GetsYou's public operations-benchmark releases with their status, measurement period, and machine-readable download URLs.explain_benchmark_methodology— Return the exact definition of a benchmark metric — formula, numerator, denominator, exclusions, minimum sample — plus the cohort weighting, percentile method, and publication gates.explain_getsyou_capabilities— Return GetsYou's complete public product catalog: the 13-agent team, platform capabilities, industry workflows, plan access, delivery modes, controls, limits, canonical URLs, and honest product-fit guidance.