Metadata-Version: 2.4
Name: appkit-mcp-user
Version: 1.9.0
Summary: MCP User Analytics Server
Project-URL: Homepage, https://github.com/jenreh/appkit
Project-URL: Documentation, https://github.com/jenreh/appkit/tree/main/docs
Project-URL: Repository, https://github.com/jenreh/appkit
Author: Jens Rehpöhler
License: MIT
Keywords: analytics,fastmcp,mcp,reflex
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Requires-Dist: appkit-commons
Requires-Dist: appkit-mcp-commons
Requires-Dist: appkit-user
Requires-Dist: openai>=2.24.0
Requires-Dist: sqlalchemy>=2.0.47
Description-Content-Type: text/markdown

# AppKit MCP User Server

MCP server for querying user analytics data via natural language.

## Features

- **Query Users**: Natural language interface to `auth_users` table
- **Security**: Built-in SQL validation and role-based column filtering
- **Authentication**: Session-based auth via AppKit user session
