Metadata-Version: 2.4
Name: stardata-mcp
Version: 0.1.1
Summary: stardata MCP server — certified image compression (and future stardata services) for Claude Code, Codex, and any MCP client.
Project-URL: Homepage, https://s2ar.dev/
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: starlens[mcp]>=0.1.1
Description-Content-Type: text/markdown

# stardata-mcp

One install for stardata's services, as MCP tools. Today that is
**starlens** — certified image compression for vision-LLMs: hand the
`compress_image` tool a screenshot and it comes back smaller with a sealed
certificate that your target model still reads it the same (or a certified
refusal, which costs nothing). New stardata services land in this same
install as they ship.

```bash
claude mcp add stardata -e STARLENS_API_KEY=sk-lens-... -- uvx stardata-mcp
```

Get a key (first image free): https://api.stardata.foundation/app
Docs: https://stardata.foundation/starlens/ · How it works:
https://stardata.foundation/starlens/whitepaper.html

This is a meta-package: the engine is
[`starlens`](https://pypi.org/project/starlens/); `stardata-mcp` pins it with
the MCP extra and provides the `stardata-mcp` entry point.
