Metadata-Version: 2.4
Name: flywheel-ai
Version: 0.1.0
Summary: Flywheel CLI and MCP server — business intelligence from the terminal and Claude Code
Project-URL: Homepage, https://lumifai.tech
Author-email: "Lumif.ai" <hello@lumifai.tech>
License-Expression: MIT
Keywords: business-intelligence,claude-code,crm,flywheel,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business
Requires-Python: >=3.10
Requires-Dist: click>=8.0
Requires-Dist: fastmcp>=2.9
Requires-Dist: httpx>=0.27
Requires-Dist: playwright>=1.40.0
Requires-Dist: rich>=13.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# Flywheel AI

Business intelligence CLI and MCP server for [Claude Code](https://claude.ai/download).

Flywheel connects your meetings, contacts, pipeline, and business context to Claude Code — so your AI assistant knows your business as well as you do.

## Quick Install

```bash
curl -sSL https://install.lumifai.tech | bash
```

Or install manually:

```bash
pip install flywheel-ai
flywheel login
flywheel setup-claude-code
```

## What You Get

### CLI Commands

| Command | Description |
|---------|-------------|
| `flywheel login` | Authenticate via Google OAuth |
| `flywheel status` | Check login state and tenant info |
| `flywheel focus list` | List your focuses (departments/teams) |
| `flywheel focus switch <name>` | Switch active focus |
| `flywheel agent setup` | Install browser automation deps |
| `flywheel agent start` | Start local browser agent |
| `flywheel setup-claude-code` | Register MCP servers with Claude Code |

### MCP Tools (available in Claude Code)

Once registered, Claude Code gains access to:

- **flywheel_run_skill** — Run meeting-prep, company-intel, and other skills
- **flywheel_read_context** — Search your business knowledge base
- **flywheel_write_context** — Store business intelligence
- **flywheel_fetch_meetings** — List meetings from your calendar
- **flywheel_sync_meetings** — Sync meetings from connected providers
- **flywheel_list_leads** — View your pipeline contacts
- **flywheel_draft_lead_message** — Draft outreach messages
- And more — run `flywheel setup-claude-code` to see the full list

## Requirements

- macOS (Apple Silicon or Intel)
- Python 3.10+
- [Claude Code](https://claude.ai/download) (for MCP tools)

## Configuration

All configuration is handled automatically. No `.env` file needed.

| Env Variable | Default | Description |
|-------------|---------|-------------|
| `FLYWHEEL_API_URL` | Hosted backend | Override API endpoint |
| `FLYWHEEL_DIR` | `~/.flywheel/` | Local config directory |

## License

MIT
