MCP server wrapping the TPP Wholesale domain registrar HTTP API (v2.7.4). Provides 13 MCP tools for domain registration, DNS management, renewals, transfers, contact management, and account queries. Features: - Async TPP API client with automatic session management - FastMCP server with Streamable HTTP transport - Docker deployment with docker-compose - Full .com.au eligibility support - REST health check and balance endpoints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
205 B
YAML
12 lines
205 B
YAML
services:
|
|
tppwholesale-mcp:
|
|
build: .
|
|
container_name: tppwholesale-mcp
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8089:8089"
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- TPP_PORT=8089
|