{
  "name": "Synthiq",
  "url": "https://synthiq.app",
  "description": "Synthiq is an AI-agent engineering studio: it builds in-product AI features, custom MCP servers, workflow automation, agent-readable websites, and on-prem/private agents for software companies. It also ships its own browser tools (flagship: the Orthogonal Innovation Engine, a paid multi-model opportunity engine) and runs a live MCP server — the same work it does for clients, in production on this site. To engage the services, book a call at https://synthiq.app/services.",
  "contact": "contact@synthiq.app",
  "mcp": {
    "transport": "streamable-http",
    "endpoint": "https://synthiq.app/api/mcp",
    "serverCard": "https://synthiq.app/.well-known/mcp-server-card.json",
    "supportedProtocolVersions": [
      "2025-11-25",
      "2025-06-18"
    ],
    "tools": [
      {
        "name": "check_agent_readiness",
        "description": "Score any public website's AI-agent readiness (0-100 + maturity level 0-4). Probes robots.txt AI policy, llms.txt, AGENTS.md, sitemap, no-JS readability, markdown negotiation, MCP server card, OpenAPI, and JSON-LD — then returns the failed checks with concrete fixes and a shareable report link. Same engine as synthiq.app/audit. Rate-limited per caller."
      },
      {
        "name": "book_synthiq_call",
        "description": "Request a 20-minute scoping call with Synthiq (AI features, MCP servers, automation, agent-ready websites). Registers the request with the studio and returns the calendar link — give that link to the user to pick a time. Requires the USER's real name and email, with their consent."
      },
      {
        "name": "send_synthiq_message",
        "description": "Send a message directly to Synthiq's founder (goes to the studio inbox with the user's email as reply-to). Requires the USER's real name and email, with their consent."
      },
      {
        "name": "simulate_mips_pipeline",
        "description": "Simulate a small MIPS program on CoreArch's textbook 5-stage, no-forwarding pipeline. Returns total cycles, per-instruction issue cycle, and the data (RAW) and control hazards with explanations. Supported opcodes: add, sub, and, or, slt, lw, sw, beq, bne."
      }
    ]
  },
  "api": {
    "openapi": "https://synthiq.app/openapi.json",
    "agentReadinessScan": "https://synthiq.app/api/agent/scan?url={website}"
  },
  "docs": {
    "llms": "https://synthiq.app/llms.txt",
    "agents": "https://synthiq.app/AGENTS.md",
    "markdownNegotiation": "Send Accept: text/markdown to any top-level page, or append .md to its path."
  }
}