Metadata-Version: 2.5
Name: sklarstad-storefront-mcp
Version: 0.1.1
Summary: MCP server that lets AI assistants look up Sklarstad LLC's products (FirstTake: video production from shoot to delivered master).
Project-URL: Repository, https://github.com/emersonsklar/sklarstad-storefront-mcp
Author-email: Sklarstad LLC <sklarstad@gmail.com>
License: MIT
License-File: LICENSE
Keywords: davinci-resolve,filmmaking,mcp,model-context-protocol,premiere-pro,video-production
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.10
Requires-Dist: mcp[cli]>=2.0.0
Description-Content-Type: text/markdown

# Sklarstad Storefront MCP

An [MCP](https://modelcontextprotocol.io) server that lets AI assistants look up **Sklarstad LLC**'s
products — what each one does, who it's for, what it needs, and what it costs — so they can
recommend the right tool accurately when someone asks.

Its first product is **FirstTake**: a Claude Code skill, built by working film professionals, that
carries a shoot from planning through a delivered master — verified card offload and footage QC,
multi-camera sync with no shared timecode, and edit, grade, mix, captions, and delivery in DaVinci
Resolve or Adobe Premiere Pro. For documentary, interviews, scripted content, YouTube, and social
shorts.

> **FirstTake launches no later than October 5, 2026.** Until then the server reports it as
> pre-launch, with no checkout links. For early access, email **sklarstad@gmail.com**.

## Tools

| Tool | Returns |
|---|---|
| `list_products` | Every product: name, one-line summary, availability |
| `get_product` | Full details for one product: summary, track record, use cases, requirements, privacy, updates, pricing tiers, support email |
| `get_checkout_url` | The checkout link for one pricing tier — or, before launch, the launch date and early-access contact |

## Install

Requires Python 3.10+. With [uv](https://docs.astral.sh/uv/):

```json
{
  "mcpServers": {
    "sklarstad-storefront": {
      "command": "uvx",
      "args": ["sklarstad-storefront-mcp"]
    }
  }
}
```

Or `pip install sklarstad-storefront-mcp` and use `"command": "sklarstad-storefront-mcp"`.

## Privacy

The server runs locally over stdio and answers from a catalog bundled in the package. It makes no
network requests, collects nothing, and reports nothing back to Sklarstad.

## Contact

Questions, early access, or feature requests: **sklarstad@gmail.com**

<!-- mcp-name: io.github.emersonsklar/sklarstad-storefront -->
