[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "sentor-mcp" version = "1.0.5" description = "Sentor AI MCP Server — entity-based sentiment analysis tools for Claude, Cursor, and any MCP-compatible AI assistant" readme = "README.md" license = { text = "MIT" } authors = [{ name = "NIKX Technologies B.V.", email = "sentor@nikx.one" }] keywords = ["mcp", "sentiment-analysis", "nlp", "ai", "claude", "sentor"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", ] [project.urls] Homepage = "https://sentor.app" Documentation = "https://sentor.app/docs/integrations/mcp" Repository = "https://github.com/NIKX-Tech/sentor-mcp" "Get API Key" = "https://dashboard.sentor.app/settings?tab=api-access" [project.scripts] sentor-mcp = "sentor_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["sentor_mcp"]