- Aristocles Api
Aristocles Api
Aristocles — Subscription Pricing Data for AI
Real-time, structured pricing data for 50+ subscription services. Built for AI agents that need to answer "How much does X cost?" accurately.
The Problem
When you ask an LLM "How much does Netflix cost in Australia?" — it guesses, hallucinates, or gives stale training data. Aristocles provides the ground truth.
Tools
- get_subscription_price — Get current price for any tracked subscription service
- find_cheaper_alternatives — Find cheaper alternatives with savings calculation
- get_price_history — See how a service's price has changed over time
- compare_services — Side-by-side price comparison of 2-10 services
- get_category_overview — Browse all services in a spending category
Quick Start
Add to your MCP client config:
{"mcpServers":{"aristocles":{"url":"https://api.aristocles.com.au/mcp/"}}}
Example Queries
- "How much does Netflix cost in Australia?"
- "What's cheaper than Spotify?"
- "Compare all streaming services in AU"
- "Has Disney+ increased their prices recently?"
- "What's the cheapest VPN subscription?"
Coverage
50+ subscription services across 12 categories including Streaming Video, Music, News & Media, Productivity, Cloud Storage, Gaming, VPN & Security, Fitness, Food Delivery, Education, and Communication.
Currently covering Australian (AUD) pricing with US/UK expansion planned.
Server Config
{
"mcpServers": {
"aristocles": {
"url": "https://api.aristocles.com.au/mcp/"
}
}
}