Home
Providers
Dolls Kill
Dolls Kill
Dolls Kill is a Los Angeles-based online fashion boutique for alternative, punk, goth, glam, rave and festival style, founded in 2011 and operating dollskill.com plus physical store locations. Its commerce platform runs on Shopify, and its public machine-readable surface is agent-facing rather than a conventional developer program: the storefront serves an agents.md / llms.txt agent instruction document, a Universal Commerce Protocol (UCP) merchant profile at /.well-known/ucp, a live anonymous-readable MCP endpoint at /api/ucp/mcp exposing 13 catalog, cart, checkout and order tools, an openly introspectable Shopify Storefront GraphQL API, and OAuth 2.0 / OpenID Connect discovery for customer accounts. Dolls Kill publishes no developer portal, no OpenAPI, no SDKs and no API pricing — the API surface exists to let shopping agents transact, under an explicit human-approval-before-payment rule.
Dolls Kill publishes 3 APIs on the APIs.io network. Tagged areas include Company, Retail, E-commerce, Fashion, and Apparel.
Dolls Kill’s developer surface includes documentation, support, signup flow, authentication, and 19 more developer resources.
3 APIs
1 MCP Servers
Company Retail E-commerce Fashion Apparel Commerce Shopify Agentic Commerce Universal Commerce Protocol MCP GraphQL Direct to Consumer
On this page
Kin Score
APIs 3
MCP Servers 1
Pricing Plans 1
Rate Limits 1
Security Posture 2
Scopes 1
Resources 23
apis.yml
32 Operational Transparency
Composite quality — 38.7/100 · thin
Contract Quality
12.0 / 25
Developer Ergonomics
6.1 / 20
Commercial Clarity
6.8 / 20
Operational Transparency
4.1 / 13
Agent readiness — 41/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
9 / 9
Stable Error Semantics
8 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
5 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Model Context Protocol servers that expose these APIs to AI agents.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 3
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 5
Pagination, idempotency, versioning, errors, and events
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 3
Authentication, authorization, and security posture
Operate 3
Status, limits, changes, and where to get help
Commercial 3
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: dolls-kill
name: Dolls Kill
description: 'Dolls Kill is a Los Angeles-based online fashion boutique for alternative, punk, goth, glam, rave and festival
style, founded in 2011 and operating dollskill.com plus physical store locations. Its commerce platform runs on Shopify,
and its public machine-readable surface is agent-facing rather than a conventional developer program: the storefront serves
an agents.md / llms.txt agent instruction document, a Universal Commerce Protocol (UCP) merchant profile at /.well-known/ucp,
a live anonymous-readable MCP endpoint at /api/ucp/mcp exposing 13 catalog, cart, checkout and order tools, an openly introspectable
Shopify Storefront GraphQL API, and OAuth 2.0 / OpenID Connect discovery for customer accounts. Dolls Kill publishes no
developer portal, no OpenAPI, no SDKs and no API pricing — the API surface exists to let shopping agents transact, under
an explicit human-approval-before-payment rule.'
image: https://www.dollskill.com/cdn/shop/files/logo.jpg?v=1709315110
url: https://raw.githubusercontent.com/api-evangelist/dolls-kill/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-12'
modified: '2026-08-12'
tags:
- Company
- Retail
- E-commerce
- Fashion
- Apparel
- Commerce
- Shopify
- Agentic Commerce
- Universal Commerce Protocol
- MCP
- GraphQL
- Direct to Consumer
apis:
- name: Dolls Kill UCP Commerce MCP API
description: The Dolls Kill Universal Commerce Protocol (UCP) endpoint, served over MCP at /api/ucp/mcp. Anonymous tools/list
returns 13 tools with full JSON Schema input contracts covering catalog search and lookup, product retrieval, cart create/read/update/cancel,
checkout create/read/update/complete/cancel, and order retrieval. Tool invocation requires a resolvable UCP agent profile
URI in meta.ucp-agent.profile; completing a checkout additionally requires meta.idempotency-key and explicit contemporaneous
buyer approval of payment.
humanURL: https://www.dollskill.com/agents.md
baseURL: https://www.dollskill.com/api/ucp/mcp
tags:
- MCP
- Agentic Commerce
- Universal Commerce Protocol
- Checkout
- Catalog
properties:
- type: MCPServer
url: mcp/dolls-kill-mcp.yml
- type: ToolCrosswalk
url: mcp/dolls-kill-tool-crosswalk.yml
- type: Documentation
url: https://www.dollskill.com/agents.md
- name: Dolls Kill Storefront GraphQL API
description: The Shopify Storefront GraphQL API as served from Dolls Kill's own host at /api/{version}/graphql.json. Anonymous
introspection succeeds without a storefront access token, returning 424 types, 31 root query fields (product, products,
collection, collections, search, predictiveSearch, cart, shop, menu, metaobjects, localization and more) and 41 mutations
(the cart* family, customerAccessToken*, customer*, shopPayPaymentRequestSessionCreate). Versioned on Shopify's dated
release calendar; 2025-10 through 2026-07 are supported.
humanURL: https://www.dollskill.com/agents.md
baseURL: https://www.dollskill.com/api/2026-04/graphql.json
tags:
- GraphQL
- Storefront
- Catalog
- Cart
properties:
- type: GraphQL
url: graphql/dolls-kill-storefront.graphql
- type: DataModel
url: data-model/dolls-kill-data-model.yml
- name: Dolls Kill Storefront Product JSON API
description: 'The read-only, unauthenticated JSON endpoints Dolls Kill documents in its own agents.md for agents that only
need to browse the store: /products.json, /products/{handle}.json, /collections/{handle}/products.json, /search?q={query}&type=product,
and /sitemap.xml. No credentials, no rate-limit headers, no versioning; the same Liquid-object JSON every Shopify storefront
exposes.'
humanURL: https://www.dollskill.com/agents.md
baseURL: https://www.dollskill.com
tags:
- Products
- Catalog
- JSON
- Read Only
properties:
- type: Documentation
url: https://www.dollskill.com/agents.md
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: Website
url: https://www.dollskill.com/
- type: Documentation
url: https://www.dollskill.com/agents.md
- type: LLMsTxt
url: llms/dolls-kill-llms.txt
- type: Support
url: https://help.dollskill.com/
- type: HelpCenter
url: https://help.dollskill.com/
- type: SignUp
url: https://account.dollskill.com/authentication/login
- type: Login
url: https://account.dollskill.com/authentication/login
- type: TermsOfService
url: https://www.dollskill.com/pages/termsofuse
- type: PrivacyPolicy
url: https://www.dollskill.com/pages/privacy-policy
- type: Authentication
url: authentication/dolls-kill-authentication.yml
- type: OAuthScopes
url: scopes/dolls-kill-scopes.yml
- type: WellKnown
url: well-known/dolls-kill-well-known.yml
- type: Conventions
url: conventions/dolls-kill-conventions.yml
- type: Idempotency
url: conventions/dolls-kill-conventions.yml
- type: ErrorCatalog
url: errors/dolls-kill-problem-types.yml
- type: RateLimits
url: rate-limits/dolls-kill-rate-limits.yml
- type: Plans
url: plans/dolls-kill-plans-pricing.yml
- type: Lifecycle
url: lifecycle/dolls-kill-lifecycle.yml
- type: Conformance
url: conformance/dolls-kill-conformance.yml
- type: Packages
url: packages/dolls-kill-packages.yml
- type: AgentSkill
url: skills/_index.yml
- type: DomainSecurity
url: security/dolls-kill-domain-security.yml
- type: SecondaryMarket
url: https://forgeglobal.com/dolls-kill_stock/
x-enrichment:
date: '2026-08-12'
status: enriched
artifacts_added: 26
pass: local-v1
x-coverage:
state: covered