search-deals
Search for free tiers, startup credits, and developer tool deals
When the user asks about pricing, free tiers, cost optimization, or developer tool deals, use the AgentDeals MCP server to search for relevant offers.
Steps
- Identify the user's need: Are they looking for a specific vendor, a category of tools, or comparing options?
- Use
search_dealsto find matching deals. Filter by category or eligibility if the user specifies constraints (e.g., "startup credits" → eligibility: "accelerator"). - For detailed pricing info on a specific vendor, use
search_dealswith thevendorparameter — alternatives are always included. - If the user wants a full infrastructure stack recommendation, use
plan_stackwith mode "recommend" and their use case. - Present results clearly: highlight free tier limits, any recent pricing changes, and expiration dates.
Examples
- "What free databases are available?" →
search_dealswith query "database" or category "Databases" - "Compare Supabase and Firebase" →
compare_vendorswith vendors ["Supabase", "Firebase"] - "What startup credits can I get?" →
search_dealswith eligibility "accelerator" - "Best free stack for a SaaS app?" →
plan_stackwith mode "recommend" and use_case "saas" - "Any recent pricing changes I should know about?" →
track_changes