BuyAPI
BuyAPI gives AI agents real-time access to software pricing, vendor intelligence, and stack recommendations. Search and compare SaaS products, get structured pricing data, and make smarter software b…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add buyapi/buyapi
# Browse available tools
npx -y smithery tool list buyapi/buyapi
# Get full schema for a tool
npx -y smithery tool get buyapi/buyapi vendors.resolve
# Call a tool
npx -y smithery tool call buyapi/buyapi vendors.resolve '{}'Direct MCP Connection
Endpoint: https://buyapi.run.tools
Tools (7)
vendors.resolve— Finds BuyAPI vendor IDs for a user question. Category is optional; provide it when known.vendors.details— Retrieves detailed vendor information including pricing, features, limits, gotchas, comparisons, and source provenance.vendors.evidence— Returns recent BuyAPI evidence rows for a vendor, category, stack, or comparison.stacks.findSimilar— Finds public stack profiles related to a vendor or recent curated stack examples.vendors.compare— Compares two or more BuyAPI vendors for a specific workload or decision.vendors.estimateCost— Produces deterministic monthly cost estimates from BuyAPI pricing data and explicit workload inputs.stacks.recommend— Recommends a complete stack from BuyAPI's corpus with a structured decision matrix, cost estimate, assumptions, unknown…
# Get full input/output schema for a tool
npx -y smithery tool get buyapi/buyapi