[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "rug-munch-mcp"
version = "1.0.1"
description = "MCP server for Rug Munch Intelligence — 19 tools for crypto token risk analysis, rug pull detection, and AI forensics"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
authors = [{name = "CryptoRugMunch", email = "dev@cryptorugmunch.app"}]
keywords = ["mcp", "crypto", "security", "rug-pull", "ai-agent", "x402", "token-risk"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Security",
"Topic :: Office/Business :: Financial",
]
dependencies = [
"mcp>=1.0.0",
"httpx>=0.25.0",
]
[project.urls]
Homepage = "https://cryptorugmunch.app"
Repository = "https://github.com/CryptoRugMunch/rug-munch-mcp"
Documentation = "https://cryptorugmunch.app/api/agent/v1/skill.md"
"API Status" = "https://cryptorugmunch.app/api/agent/v1/status"
"x402 Discovery" = "https://cryptorugmunch.app/.well-known/x402"
[project.scripts]
rug-munch-mcp = "rug_munch_mcp.server:main_sync"
[tool.setuptools.packages.find]
where = ["src"]