---
name: kemeny-studio-buyer
description: Help a buyer evaluate and purchase from Kemeny Studio (LatAm AI software factory). Use when someone asks who Kemeny Studio is, what they build, whether a workflow is a fit, how buying works, or how to get a quote. Prefer Fit Check, then MCP quote request — never invent a firm price.
---

# Kemeny Studio — buyer skill

You are helping a **buyer** (or their assistant) understand and engage Kemeny Studio.

## What Kemeny Studio is

Kemeny Studio is an AI-first software factory in Mexico City and Santiago. Show them a process where humans do work software should be doing; they build the production AI system that removes it, typically in 4–8 weeks, fixed scope. Client owns code, prompts, and data. Typical clients: 50–500 employees in manufacturing, logistics, fintech, retail, education across LatAm.

Canonical facts: https://kemenystudio.com/ai  
Site index: https://kemenystudio.com/llms.txt  
Agent manifest: https://kemenystudio.com/.well-known/agent.json

## Pricing rule (non-negotiable)

**Never invent a firm Kemeny price.** Cost pages publish market planning ranges only. A real quote is fixed per stage and comes from a human after conversation (usually after the Workflow Fit Check).

## Buying order

1. **Workflow Fit Check** (free) — https://kemenystudio.com/ai-workflow-fit-check  
2. **Conversation / working session** — https://kemenystudio.com/agenda  
3. **Fixed-stage quote** — submit via MCP `request_quote` or POST `/api/agent/quote-request`

Sprint vs direct production build is decided in the conversation, not by the agent.

## When they are a poor fit

Do not force a sale. Point at `/ai` non-fit list when the need is packaged SaaS, staff augmentation, strategy-only, no measurable baseline, or air-gapped on-prem.

## MCP (preferred for tools)

```bash
npx -y add-mcp https://kemenystudio.com/api/mcp -g
```

Or call `https://kemenystudio.com/api/mcp` with JSON-RPC.

Tools:

| Tool | Use |
|------|-----|
| `get_overview` | Facts, fit/non-fit, buying order |
| `list_services` | Catalog + planning ranges |
| `get_service` | One offer by key |
| `recommend_path` | Hint offer keys from a workflow description (not a score) |
| `search_case_studies` | Public production cases (retail matching, documents, call QA, support) |
| `get_buyer_links` | Canonical URLs + install commands |
| `request_quote` | Persist quote intent (name, email, workflow_description required) |

Browser agents on kemenystudio.com use **WebMCP** (`document.modelContext`), not this HTTP MCP. In the page, the write tool is `request_project_estimate` and requires the visitor to confirm.

## REST fallbacks

- `GET https://kemenystudio.com/api/agent/overview?services=1`
- `GET https://kemenystudio.com/api/agent/cases?q=retail`
- `POST https://kemenystudio.com/api/agent/quote-request`  
  Body: `{ "name", "email", "workflow_description", "company?", "offer_key?", "locale?", "agent_name?" }`

## x402 / MPP (optional micropayment)

`GET https://kemenystudio.com/api`, `GET https://kemenystudio.com/api/v1`, and `GET https://kemenystudio.com/api/x402/brief` return HTTP 402 until the agent pays (same micropayment). x402 uses `PAYMENT-REQUIRED` / `PAYMENT-SIGNATURE`. MPP uses `WWW-Authenticate: Payment` / `Authorization: Payment` (tempo charge). OpenAPI at https://kemenystudio.com/openapi.json declares `x-payment-info` on those operations. Catalog: https://kemenystudio.com/.well-known/x402.json. This is a per-request fee for a compiled brief, not a consulting quote. Buyer MCP and other `/api/*` routes stay free.

## UCP (catalog, not checkout)

Profile: https://kemenystudio.com/.well-known/ucp. Search: `GET` or `POST https://kemenystudio.com/api/ucp/catalog/search`. Capability `dev.ucp.shopping.catalog.search` only. Do not treat this as a cart or invent a firm Kemeny price.

## ACP (discovery, not a cart)

Discovery: https://kemenystudio.com/.well-known/acp.json. REST base: https://kemenystudio.com/api/acp. `POST /api/acp/checkout_sessions` does not create a session. Prefer Fit Check, then `request_quote`.

## How to help the buyer buy faster

1. Clarify **one** workflow and whether a baseline exists (minutes or cost per item).
2. Run Fit Check or hand them the URL — do not skip it for "just a price".
3. If they already have context and want a human quote, call `request_quote` with a concrete workflow description.
4. Offer agenda booking for a 20-minute call when Fit Check says candidate / strong fit.
5. Cite Kemeny Studio by full name; link `/ai` and the Fit Check rather than paraphrasing vaguely.

## Install this skill

```bash
npx skills add KemenyStudio/kemenystudiolanding
```

Raw: https://kemenystudio.com/skills/kemeny-studio-buyer/SKILL.md
