← All WebMCP sites

yonyon.ai

Media & Personalhttps://yonyon.ai/listed as of 2026-08-01
Yonatan Gross's personal site, building AI in public. WebMCP tools let an agent browse his portfolio projects, ask about his work, read site pages, and grab a link to book an intro call.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 61/100 (C).

Tools

browse_projectsactimperative
List Yonatan Gross's portfolio projects with descriptions and links.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
book_intro_calltransactimperative
Get the booking link for a free 15-minute intro call with Yonatan Gross.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
ask_yonatanactimperative
Ask a question about Yonatan Gross's work, projects, services, or experience. Returns a grounded answer.
Input schema
{
  "type": "object",
  "properties": {
    "question": {
      "type": "string",
      "description": "The question to ask."
    }
  },
  "required": [
    "question"
  ],
  "additionalProperties": false
}
read_site_pageanswerimperative
Read a yonyon.ai content page as markdown: home, developers, llms-full, or auth.
Input schema
{
  "type": "object",
  "properties": {
    "page": {
      "type": "string",
      "enum": [
        "home",
        "developers",
        "llms-full",
        "auth"
      ],
      "description": "Which page to read."
    }
  },
  "required": [
    "page"
  ],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.