Skip to main content
Glama

Trade Me MCP Server

by giussepe198
pyproject.toml877 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "trademe-mcp-server" version = "0.1.0" description = "MCP server for Trade Me API integration" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=0.9.0", "httpx>=0.27.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", "requests-oauthlib>=1.3.1", "oauthlib>=3.2.2", ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", "black>=23.0.0", "ruff>=0.1.0", "mypy>=1.5.0", ] [tool.black] line-length = 100 target-version = ["py311"] [tool.ruff] line-length = 100 target-version = "py311" [tool.mypy] python_version = "3.11" strict = true warn_return_any = true warn_unused_configs = true [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/giussepe198/trademe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server