MA
Mirror — AI Citability
/request_record
Request a Brand Discovery Record
Request a Brand Discovery Record — the human-approved source of truth a brand provides to AI assistants and agents, maintained by Mirror. A Record is a machine-
liveverifiedunknown~5s typical
mcpprobedmirror—ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-danielsdesignstudio-mirror-ai-citability /request_record for me.
Input
| Field | Type | Description |
|---|---|---|
| brand_name* | string | Exact public name of the brand. |
| official_url* | string | The brand's OWN official website (canonical). Must be the brand's domain — never Mirror's. |
| tagline* | string | One plain line: what it is and where. |
| description* | string | 1-2 factual sentences, ~160 characters. No marketing claims. |
| schema_type* | string | schema.org @type — e.g. GolfCourse, Restaurant, LodgingBusiness, Organization, LocalBusine |
| citations* | array | At least 3 authoritative sources from 3 DIFFERENT domains. |
| founding_year | string | Year established (YYYY). |
| address | object | {street, city, region, postal, country} |
| phone_e164 | string | E.164 format, e.g. +1-802-760-4653 |
| social | array | Official profile URLs. |
| public_access | boolean | Is it open to the public? The confusion-killer field. |
| overview | string | Short factual prose — what the brand is. |
| positioning | string | The most clarifying fact: category, who it serves, and what it is NOT. |
| history | string | Founding and lineage, factual. |
| differentiator | string | The notable, verifiable thing. |
| recognition | string | Awards or coverage, each traceable to a citation. |
| relationship | string (represents_brand | third_party | testing | other) | Who is asking, and on whose behalf. Only a request from someone representing the brand can |
| requester_contact | string | Email for Gate 2 follow-up. Without it a Record cannot be authorized. |
| requester_note | string | Why this request is being made. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-danielsdesignstudio-mirror-ai-citability","endpoint":"/request_record","input":{"brand_name":"...","official_url":"...","tagline":"...","description":"...","schema_type":"...","citations":[]}}'cli
npx cracked-ai run -p mcp-com-danielsdesignstudio-mirror-ai-citability -e /request_record -i '{"brand_name":"...","official_url":"...","tagline":"...","description":"...","schema_type":"...","citations":[]}'mcp
run_tool({ provider: "mcp-com-danielsdesignstudio-mirror-ai-citability", endpoint: "/request_record", input: {"brand_name":"...","official_url":"...","tagline":"...","description":"...","schema_type":"...","citations":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.