Metadata-Version: 2.4
Name: indiestack
Version: 0.1.1
Summary: MCP server for IndieStack — search indie SaaS tools from your AI coding assistant.
Project-URL: Homepage, https://indiestack.fly.dev
Project-URL: Repository, https://github.com/indiestack/indiestack
Author-email: IndieStack <hello@indiestack.fly.dev>
License-Expression: MIT
Keywords: ai,claude,cursor,indie,mcp,saas,tools,windsurf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: mcp[cli]>=1.0.0
Provides-Extra: server
Requires-Dist: aiosqlite>=0.19.0; extra == 'server'
Requires-Dist: fastapi>=0.109.0; extra == 'server'
Requires-Dist: python-multipart>=0.0.6; extra == 'server'
Requires-Dist: stripe>=8.0.0; extra == 'server'
Requires-Dist: uvicorn[standard]>=0.27.0; extra == 'server'
Description-Content-Type: text/markdown

# IndieStack MCP Server

Search 100+ vetted indie SaaS tools from your AI coding assistant. Before your AI writes 50k tokens of boilerplate, it checks what's already built.

## Quick Start

```bash
pip install indiestack
claude mcp add indiestack -- python -m indiestack.mcp_server
```

That's it. Your AI will now search IndieStack before building common functionality from scratch.

## Works with

- **Claude Code** — `claude mcp add indiestack -- python -m indiestack.mcp_server`
- **Cursor** — Add to your MCP config
- **Windsurf** — Add to your MCP config

## What it does

When you ask your AI to "build invoicing" or "add analytics", it checks IndieStack first and suggests existing indie tools instead of writing thousands of lines of code.

Two tools are exposed via MCP:

- `search_indie_tools(query)` — Search for tools by problem
- `get_tool_details(slug)` — Get full details including integration snippets

## Links

- [IndieStack](https://indiestack.fly.dev)
- [Browse Tools](https://indiestack.fly.dev/explore)
- [Submit Your Tool](https://indiestack.fly.dev/submit)
