[project]
name = "fofa-quake-hunter-mcp"
version = "0.1.4"
description = "MCP server for FOFA, Quake, and Hunter cyberspace mapping platforms"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
authors = [
{ name = "RuoJi6", email = "ruoji6@example.com" }
]
keywords = ["mcp", "fofa", "quake", "hunter", "cyberspace", "security", "osint"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"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 :: Security",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"mcp>=1.0.0",
"httpx>=0.27.0",
]
[project.urls]
Homepage = "https://github.com/RuoJi6/fofa_quake_hunter_mcp"
Repository = "https://github.com/RuoJi6/fofa_quake_hunter_mcp"
Issues = "https://github.com/RuoJi6/fofa_quake_hunter_mcp/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
fofa-quake-hunter-mcp = "fofa_quake_hunter_mcp.server:main"