[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "local-leads-mcp" version = "0.1.1" description = "Find local businesses with no website (or a weak one) and verify them — OpenStreetMap discovery plus anti-false-positive website verification, in one MCP server. No API keys needed." readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [{ name = "Raffaele Nocera", email = "info@raffaelenocera.com" }] keywords = ["mcp", "lead-generation", "prospecting", "openstreetmap", "local-business", "claude", "ai-agents"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", ] dependencies = [ "mcp>=1.2.0", "httpx>=0.27.0", ] [project.urls] Homepage = "https://github.com/Raffaele86/local-leads-mcp" Repository = "https://github.com/Raffaele86/local-leads-mcp" Issues = "https://github.com/Raffaele86/local-leads-mcp/issues" [project.scripts] local-leads-mcp = "local_leads_mcp.server:main"