trifecta-pro / README.md
Brettapps's picture
Deploy comprehensive Trifecta Pro predictions for all Australian meets
c51f9ce verified
|
Raw
History Blame Contribute Delete
1.55 kB
# Trifecta Pro - Australian Gallops Trifecta Predictions
🐎 **AI-Powered Trifecta Predictions for ALL Australian Gallops Meets**
**Date:** 2026-08-08
## πŸ“Š Today's Meetings
| Track | Races | Status | Booklet |
|-------|-------|--------|---------|
| Randwick | 10 | Soft 5 | πŸ“˜ Available |
| Morphetville | 9 | Soft 7 | πŸ“˜ Available |
| Flemington | 0 | No meetings | - |
| Caulfield | 0 | No meetings | - |
## πŸ“ Prediction Booklets
### πŸ“˜ Randwick Racecourse (10 races)
- Soft 5 conditions
- Daily Form guides
- Win probabilities
- [trifecta-pro-randwick-booklet-20260808.pdf](data/pdfs/)
### πŸ“˜ Morphetville Racecourse (9 races)
- Soft 7 conditions
- Detailed jockey info
- Track bias analysis
- [trifecta-pro-morphetville-booklet-20260808.pdf](data/pdfs/)
## πŸ”§ MCP Server Agent Tools
| Tool | Description |
|------|-------------|
| `get_daily_predictions` | All predictions for today's meets |
| `get_track_predictions` | Predictions by specific track |
| `get_booklet` | Download the PDF booklet for a track |
| `get_space_status` | Check service status |
## πŸ’» Usage
```python
# Get all predictions for today
from mcp_server import create_mcp_server
agent = create_mcp_server()
predictions = agent.call_tool("get_daily_predictions")
# Get Randwick predictions
randwick = agent.call_tool("get_track_predictions", {"track": "Randwick"})
# Download booklets
booklet = agent.call_tool("get_booklet", {"track": "Morphetville"})
```
## ⚠️ Disclaimer
These are statistical predictions only. Not financial advice.