[project]
name = "mcp-request"
version = "0.1.3"
description = "A comprehensive HTTP client MCP server for security testing, API testing, and web automation"
readme = "README.md"
license = {text = "MIT"}
authors = [
{ name = "Zeo", email = "zzzhhhaaaiiii@gmail.com" }
]
keywords = ["mcp", "http", "security-testing", "api-testing", "penetration-testing", "curl", "httpx"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Security",
"Topic :: Software Development :: Testing",
"Topic :: System :: Networking"
]
requires-python = ">=3.13"
dependencies = [
"mcp[cli]>=1.9.4",
"httpx>=0.25.0",
"pydantic>=2.0.0",
"build>=1.2.2.post1",
"twine>=6.1.0",
]
[project.urls]
"Homepage" = "https://github.com/godzeo/mcp-request"
"Bug Reports" = "https://github.com/godzeo/mcp-request/issues"
"Source" = "https://github.com/godzeo/mcp-request"
[project.scripts]
mcp-request = "mcp_requests:main"
[tool.hatch.build.targets.wheel]
packages = ["src/mcp_requests"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"