When the user asks about pricing changes, vendor risk, or wants to stay updated on developer tool pricing, use the AgentDeals MCP server to check for recent changes.
Steps
- Use
track_changesto retrieve recent pricing changes. Filter by vendor or change_type if the user is specific. - For risk assessment of a specific vendor, use
compare_vendorswith a single vendor name to see pricing history, change frequency, and risk level. - To audit an entire stack, use
plan_stackwith mode "audit" and the list of vendors the user is using. - Use
track_changeswithinclude_expiring: trueto find deals or free tiers that are ending soon. - Highlight high-impact changes: free tier removals, significant price increases, and service shutdowns.
Examples
- "Has anything changed with Heroku pricing?" →
track_changesfiltered to vendor "heroku" - "Is Vercel's free tier at risk?" →
compare_vendorswith vendors ["Vercel"] - "Audit my stack: Supabase, Vercel, Clerk" →
plan_stackwith mode "audit" and services ["Supabase", "Vercel", "Clerk"] - "Any deals expiring soon?" →
track_changeswith include_expiring: true