[project] name = "coinrailz-mcp" version = "1.2.0" description = "MCP server exposing 63 Coin Railz x402 micropayment services — crypto analytics, trading signals, NASA/ESA satellite data, IoT sensors, AI inference, and prediction markets" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "Coin Railz", email = "support@coinrailz.com"} ] keywords = [ "mcp", "claude", "anthropic", "coinbase", "agentkit", "crypto", "blockchain", "x402", "payments", "defi", "trading", "ethereum", "base", "usdc", "nasa", "satellite", "iot", "depin", "ai-inference" ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries", "Topic :: Office/Business :: Financial", "Topic :: Internet :: WWW/HTTP", ] dependencies = [ "mcp>=1.0.0", "httpx>=0.25.0", ] [project.urls] Homepage = "https://coinrailz.com" Documentation = "https://coinrailz.com/developers" Repository = "https://github.com/tdnupe3/mcp-server-coinrailz" Issues = "https://github.com/tdnupe3/mcp-server-coinrailz/issues" Changelog = "https://github.com/tdnupe3/mcp-server-coinrailz/releases" [project.scripts] coinrailz-mcp = "coinrailz_mcp:main" [build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [tool.hatch.build.targets.sdist] include = [ "/coinrailz_mcp", "/README.md", "/LICENSE", ] [tool.hatch.build.targets.wheel] packages = ["coinrailz_mcp"]