[project]
name = "composer-trade-mcp"
version = "0.1.7"
description = "Composer MCP Server - Backtest and Automate your trades with LLMs"
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
authors = [
{ name = "Composer Technologies Inc.", email = "help@composer.trade" }
]
keywords = [
"composer",
"ai-trading",
"ai-stock-trader",
"ai-crypto-trader",
"algorithmic-trading",
"backtesting",
"quantitative-trading",
"automated-trading",
"trading-strategies",
"portfolio-management",
"investment-automation",
"symphony-trading",
"no-code-trading",
"trading-execution",
"risk-management",
"financial-technology",
"fintech",
"mcp",
"llm"
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"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 :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"asyncio>=3.4.3",
"fastmcp==2.9.0",
"httpx>=0.28.1",
"pydantic>=2.11.7",
]
[project.scripts]
composer-trade-mcp = "composer_trade_mcp.server:main"
[project.urls]
Homepage = "https://github.com/invest-composer/composer-trade-mcp"
Repository = "https://github.com/invest-composer/composer-trade-mcp.git"
Documentation = "https://github.com/invest-composer/composer-trade-mcp#readme"
Issues = "https://github.com/invest-composer/composer-trade-mcp/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"