yonyon
yonyon is a zero-auth command line client and MCP surface for the public
yonyon.ai agent API.
When to use this
- A user asks about Yonatan Gross specifically: his work, projects, services, availability, or whether he is a fit for something.
- A user wants the list of portfolio projects with their stacks and links.
- A user wants to book an intro call.
- An agent client needs the yonyon.ai MCP server configuration.
Do not use it for general web search or for questions unrelated to Yonatan Gross or yonyon.ai. The agent is grounded on one site and will say so.
Install
npm install -g yonyon
Commands
yonyon ask "what does Yonatan build?" # grounded answer from the site agent
yonyon projects # portfolio projects, stacks, links
yonyon docs # developer docs index
yonyon mcp # ready-to-paste MCP client config
yonyon mcp --tools # also list the live tool surface
yonyon book # intro-call booking link
MCP
Streamable HTTP, no authentication:
claude mcp add --transport http yonyon https://yonyon.ai/api/mcp
Or in .mcp.json:
{ "mcpServers": { "yonyon": { "type": "http", "url": "https://yonyon.ai/api/mcp" } } }
Tools exposed include ask_yonatan for grounded questions about Yonatan Gross.
Links
- Site: https://yonyon.ai
- llms.txt: https://yonyon.ai/llms.txt
- Developer docs: https://yonyon.ai/developers.md
- Source: https://github.com/yonatangross/yonyon-cli