← yonyon.ai

INDIVIDUAL MCP TOOL

book_intro_call

Use this when a user wants to talk to Yonatan directly to scope a build or discuss consulting.

yonyon.ainone authenticationAvailability not checked

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

yonyon.ai

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.yonyon-ai]
url = "https://yonyon.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yonyon-ai": {
      "type": "http",
      "url": "https://yonyon.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yonyon-ai
Remote MCP URL: https://yonyon.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": {
    "yonyon-ai": {
      "url": "https://yonyon.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yonyon-ai": {
      "type": "http",
      "url": "https://yonyon.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yonyon-ai",
  "transport": "streamable-http",
  "url": "https://yonyon.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ask_yonatan — Use this when a user asks about Yonatan Gross specifically (his work, projects, services, availability, or fit).
  • browse_projects — Use this when a user asks what Yonatan has built or wants proof of production AI experience with a given stack.
  • read_site_page — Read a yonyon.ai content page (doc) as markdown: the homepage, developer/API docs, the full agent profile, or auth notes.