Skip to content
Back to search
100
MCP live v0.6.5 MCP 2025-11-25 streamable-http

BuyAPI

io.github.thesnakefang/buyapi-mcp

Vendor intelligence for AI coding agents choosing developer tools and stacks.

Uptime
100.0%
1 direct probes · 30d
Response
1247ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

vendors.resolve

First stop for category-specific vendor recommendations and vendor ID discovery. Finds BuyAPI vendor IDs for a user question; provide category when known. Use this when the user asks which provider i…

vendors.details

Follow-up tool for one known vendor. Retrieves detailed pricing, features, limits, gotchas, comparisons, and source provenance. Call vendors.resolve first unless the user already provided a BuyAPI ve…

vendors.evidence

Returns recent reviewed BuyAPI evidence rows for a vendor, category, stack, or comparison. Use this when the user asks why BuyAPI believes something, what sources support a recommendation, or what re…

stacks.findSimilar

Finds reviewed public stack examples related to a vendor, or recent curated stack examples. Use this when the user asks who uses a tool, what similar builders use, or wants examples of real stack com…

vendors.compare

Compares two or more already-known BuyAPI vendors for a specific workload or decision. Use this when the candidate set is known, for head-to-head questions like "Convex vs Supabase vs Neon for a real…

vendors.estimateCost

Produces directional monthly cost estimates from BuyAPI pricing data and explicit workload inputs. Use this only when the user asks for cost math and provides explicit workload inputs. Missing worklo…

stacks.recommend

Recommends a complete stack from BuyAPI's corpus with a structured decision matrix, cost estimate, assumptions, unknowns, alternatives, and sources. Use this when the user is starting a project or as…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "buyapi": {
      "url": "https://buyapi.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}