Yomira’s MCP server is optional. Do not present MCP as a separate version of Yomira. The user-facing promise is still one-prompt setup: paste the setup instruction into an AI agent, provide an API key, and let the agent install the best available integration for that environment. The canonical product API is still:Documentation Index
Fetch the complete documentation index at: https://docs.tryyomira.com/llms.txt
Use this file to discover all available pages before exploring further.
POST https://tryyomira.com/api/simulateGET https://tryyomira.com/api/simulations/{simulation_id}
Start the server
~/.yomira/config.json.
Tools
yomira_simulate_reactions
Creates a real API-backed Yomira simulation and, by default, waits for completion.
Use it for messages, posts, landing pages, offers, pricing pages, product ideas, and concrete decision options.
yomira_get_simulation
Fetches a saved simulation as JSON.
yomira_export_simulation_markdown
Downloads a completed simulation as Markdown so the result can be shared with another agent or saved in a repo.
yomira_setup_help
Returns the canonical setup prompt and command guidance.
What MCP does not solve
MCP does not automatically know when to run Yomira across every conversation. For that, use the installer with hooks/rules:- Hooks/rules: remind the agent when Yomira should be considered.
- Skill: teaches the agent how to gather context and interpret results.
- MCP: gives the agent a reliable tool surface for calling the real API.
- HTTP API: the canonical backend.