Skullcandy

Skullcandy is a US consumer-audio brand that designs and sells headphones, wireless earbuds, gaming headsets, and Bluetooth speakers. Its e-commerce storefront at skullcandy.com runs on Shopify, and rather than a traditional developer program the brand exposes a modern agentic-commerce surface: an agent-facing llms.txt / agents.md, a Universal Commerce Protocol (UCP) merchant profile with a hosted Model Context Protocol (MCP) endpoint for catalog search, cart, checkout and fulfillment, a Shopify Customer Account API secured with OpenID Connect / OAuth 2.0 (including a customer-account MCP scope), and read-only storefront JSON endpoints for products and collections. This profile captures that agent- and API-facing surface as discovered on the live site.

Skullcandy publishes 3 APIs on the APIs.io network. Tagged areas include Company, Consumer Electronics, Audio, Headphones, and E-Commerce.

Skullcandy’s developer surface includes authentication, documentation, support, and 10 more developer resources.

23.2/100 emerging ▬ flat Agent 25/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
3 APIs 1 MCP Servers
CompanyConsumer ElectronicsAudioHeadphonesE-CommerceRetailShopifyAgentic CommerceMCPUniversal Commerce Protocol

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 23.2/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 8.3 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 25/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/skullcandy: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Skullcandy Agentic Commerce (UCP)

Universal Commerce Protocol (UCP) merchant surface for the Skullcandy Shopify storefront. Agents discover capabilities at /.well-known/ucp and transact against a hosted MCP endp...

Skullcandy Customer Account API (Shopify)

Shopify Customer Account API for the Skullcandy store, secured with OpenID Connect / OAuth 2.0 (authorization code + PKCE). Scopes include customer-account-api:full and customer...

Skullcandy Storefront Data (read-only)

Unauthenticated read-only storefront endpoints for browsing catalog data: product JSON (/products/{handle}.json), collection JSON (/collections/{handle}/products.json), search, ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

skullcandy-mcp.yml

MCP SERVER

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Skullcandy Authentication

openIdConnect/oauth2 · 1 scheme

SECURITY

Skullcandy Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Skullcandy Scopes

4 scopes · authorizationCode

4 scopes

SCOPES

Resources

Get Started 1

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 1

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 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Source (apis.yml)

apis.yml Raw ↑
aid: skullcandy
name: Skullcandy
description: 'Skullcandy is a US consumer-audio brand that designs and sells headphones, wireless earbuds, gaming headsets,
  and Bluetooth speakers. Its e-commerce storefront at skullcandy.com runs on Shopify, and rather than a traditional developer
  program the brand exposes a modern agentic-commerce surface: an agent-facing llms.txt / agents.md, a Universal Commerce
  Protocol (UCP) merchant profile with a hosted Model Context Protocol (MCP) endpoint for catalog search, cart, checkout and
  fulfillment, a Shopify Customer Account API secured with OpenID Connect / OAuth 2.0 (including a customer-account MCP scope),
  and read-only storefront JSON endpoints for products and collections. This profile captures that agent- and API-facing surface
  as discovered on the live site.'
url: https://raw.githubusercontent.com/api-evangelist/skullcandy/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://www.skullcandy.com/cdn/shop/files/new-social.jpg?v=1726116747
x-type: company
x-source: vc-portfolio
x-backed-by:
- battery-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Consumer Electronics
- Audio
- Headphones
- E-Commerce
- Retail
- Shopify
- Agentic Commerce
- MCP
- Universal Commerce Protocol
apis:
- name: Skullcandy Agentic Commerce (UCP)
  description: Universal Commerce Protocol (UCP) merchant surface for the Skullcandy Shopify storefront. Agents discover capabilities
    at /.well-known/ucp and transact against a hosted MCP endpoint (catalog search, cart, checkout, fulfillment, discounts,
    order) with buyer-approved payment via Shop Pay, Shopify Card, and Google Pay handlers.
  humanURL: https://ucp.dev/2026-04-08/specification/overview/
  baseURL: https://www.skullcandy.com/api/ucp/mcp
  properties:
  - type: MCPServer
    url: mcp/skullcandy-mcp.yml
  - type: WellKnown
    url: well-known/skullcandy-ucp.json
- name: Skullcandy Customer Account API (Shopify)
  description: Shopify Customer Account API for the Skullcandy store, secured with OpenID Connect / OAuth 2.0 (authorization
    code + PKCE). Scopes include customer-account-api:full and customer-account-mcp-api:full. Authorization and token endpoints
    are served from account.skullcandy.com.
  humanURL: https://shopify.dev/docs/api/customer
  baseURL: https://account.skullcandy.com/authentication
  properties:
  - type: Authentication
    url: authentication/skullcandy-authentication.yml
  - type: OAuthScopes
    url: scopes/skullcandy-scopes.yml
  - type: WellKnown
    url: well-known/skullcandy-openid-configuration.json
- name: Skullcandy Storefront Data (read-only)
  description: 'Unauthenticated read-only storefront endpoints for browsing catalog data: product JSON (/products/{handle}.json),
    collection JSON (/collections/{handle}/products.json), search, and sitemap.xml.'
  humanURL: https://www.skullcandy.com/agents.md
  baseURL: https://www.skullcandy.com
common:
- type: LLMsTxt
  url: llms/skullcandy-llms.txt
- type: WellKnown
  url: well-known/skullcandy-well-known.yml
- type: MCPServer
  url: mcp/skullcandy-mcp.yml
- type: Authentication
  url: authentication/skullcandy-authentication.yml
- type: OAuthScopes
  url: scopes/skullcandy-scopes.yml
- type: Conventions
  url: conventions/skullcandy-conventions.yml
- type: DomainSecurity
  url: security/skullcandy-domain-security.yml
- type: DeveloperPortal
  url: https://shopify.dev
- type: Documentation
  url: https://ucp.dev/2026-04-08/specification/overview/
- type: Support
  url: https://support.skullcandy.com/hc/en-us
- type: GitHubOrganization
  url: https://github.com/skullcandy
- type: PrivacyPolicy
  url: https://www.skullcandy.com/policies/privacy-policy
- type: TermsOfService
  url: https://www.skullcandy.com/policies/terms-of-service
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 9
  pass: local-v1