BuyAPI
Server Details
Vendor intelligence for AI coding agents choosing developer tools and stacks.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- TheSnakeFang/buyapi-mcp
- GitHub Stars
- 1
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 7 of 7 tools scored.
Each tool has a clearly distinct purpose: stacks.findSimilar for similar stacks, stacks.recommend for recommendations, vendors.compare for comparisons, vendors.details for vendor info, vendors.estimateCost for cost estimates, vendors.evidence for supporting data, and vendors.resolve for ID lookup. No overlap.
Tools follow a domain.verb pattern with dots, but the verb casing is inconsistent: some are camelCase (findSimilar, estimateCost) while others are lowercase (recommend, compare, details, evidence, resolve). Mostly consistent aside from this minor deviation.
7 tools is well within the ideal 3-15 range. The count feels appropriate for a stack recommendation service, covering key operations without being bloated.
The tool set covers the main workflows: vendor discovery, details, comparison, cost estimation, stack similarity, and recommendation. A minor gap is the absence of a tool to list all categories or top vendors, but the core functionality is complete.
Available Tools
7 toolsstacks.findSimilarARead-onlyIdempotentInspect
Finds public stack profiles 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 combinations.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum stacks to return | |
| vendorId | No | Optional BuyAPI vendor ID, e.g. /database/convex |
Output Schema
| Name | Required | Description |
|---|---|---|
| stacks | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and safe behavior. The description adds context about what the tool finds but no additional behavioral traits beyond that. Bar is lowered by annotations, so a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences perfectly front-load the core function and provide usage guidance. No extraneous information; every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with two optional parameters and no output schema, the description covers purpose and usage adequately. It could mention return format, but given low complexity, it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so parameters are well-documented in the schema. The description implies the vendorId parameter usage but does not add new semantics beyond what the schema provides. Baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool finds public stack profiles related to a vendor or recent curated stack examples, using a specific verb and resource, and sufficiently distinguishes it from sibling tools like stacks.recommend.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly lists three use cases (who uses a tool, what similar builders use, examples of real stack combinations), providing clear context for when to use. It lacks explicit exclusion of alternatives but is still helpful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
stacks.recommendARead-onlyIdempotentInspect
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 asks for a complete stack choice. Do not use this for local coding/debugging/docs questions that do not involve software or vendor selection. Do not call vendors.resolve first; this tool handles retrieval and ranking.
| Name | Required | Description | Default |
|---|---|---|---|
| workload | No | Explicit workload assumptions for deterministic cost estimates. Missing fields become assumptions, not fabricated precision. | |
| stackFacts | No | Optional derived stack facts such as languages, frameworks, runtimes, package managers, test tools, and dev workflow. Do not pass source code or secrets. | |
| constraints | No | Budget, scale, existing tools, team size, compliance needs | |
| stackContext | No | Optional existing stack context from a repo scan or saved private stack. Agents should pass derived tool metadata only, not source code. | |
| projectDescription | Yes | What the user is building |
Output Schema
| Name | Required | Description |
|---|---|---|
| stack | No | |
| sources | No | |
| unknowns | No | |
| costEstimate | No | |
| decisionMatrix | No | |
| alternativesConsidered | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, openWorld, idempotent, and non-destructive behavior. The description adds valuable context beyond annotations by detailing the output structure (decision matrix, cost estimate, etc.) and stating that the tool handles retrieval and ranking internally. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loaded with the core purpose and followed by immediate usage guidance. Every sentence earns its place with no waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (3 parameters, no output schema), the description adequately covers purpose, usage, and output content (decision matrix, cost estimate, assumptions, etc.). It provides sufficient context for an agent to understand what the tool returns, though slightly more detail on output structure could be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaning for the 'workload' parameter by explaining it as explicit assumptions and noting that missing fields become assumptions. For 'constraints', it lists example types (budget, scale, etc.). This extra context elevates the score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool recommends a complete stack from BuyAPI's corpus with a structured decision matrix, cost estimate, assumptions, unknowns, alternatives, and sources. It uses the specific verb 'recommends' and identifies the resource, effectively distinguishing it from siblings like stacks.findSimilar or vendors.compare.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('when the user is starting a project or asks for a complete stack choice') and what not to do ('Do not call vendors.resolve first; this tool handles retrieval and ranking'). This provides clear guidance on usage vs. alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vendors.compareARead-onlyIdempotentInspect
Compares two or more BuyAPI vendors for a specific workload or decision.
Use this for head-to-head questions like "Convex vs Supabase vs Neon for a realtime SaaS" or "Stripe vs Paddle for a marketplace".
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user's decision context | |
| workload | No | Explicit workload assumptions for deterministic cost estimates. Missing fields become assumptions, not fabricated precision. | |
| vendorIds | Yes | BuyAPI vendor IDs, e.g. ['/database/convex', '/database/neon'] |
Output Schema
| Name | Required | Description |
|---|---|---|
| kind | No | |
| query | No | |
| message | No | |
| decisionMatrix | No | |
| suggestedNextSteps | No | |
| availableCategories | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, clearly indicating a safe read operation. The description adds no further behavioral details such as permissions, rate limits, or side effects. With annotations so comprehensive, the description provides adequate but minimal extra context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise at two sentences, front-loaded with the main action ('Compares two or more BuyAPI vendors...'). Every sentence adds value—the first states purpose, the second gives usage examples. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 3 parameters (one nested) and no output schema, the description covers the key points: purpose, usage guidance, and examples. However, it does not describe the return format or structure, which would help with completeness. Given the rich annotations, this is a minor gap, earning a 4.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with clear descriptions for each parameter. The tool description adds minimal extra meaning beyond that, such as clarifying that query is a decision context. The baseline of 3 applies because the schema already adequately documents parameters, and the description does not significantly enhance understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool compares two or more BuyAPI vendors for a specific workload or decision, and provides concrete examples like 'Convex vs Supabase vs Neon' to illustrate usage. This distinguishes it from sibling tools such as vendors.details (single vendor details) and vendors.estimateCost (cost estimation), making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use this for head-to-head questions' and gives example scenarios, providing clear context for when to use the tool. However, it does not explicitly mention when not to use it, though the sibling tool set implies alternatives. This is strong but lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vendors.detailsARead-onlyIdempotentInspect
Retrieves detailed vendor information including pricing, features, limits, gotchas, comparisons, and source provenance.
Call vendors.resolve first unless the user already provided a BuyAPI vendor ID like /database/supabase.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Specific question to focus the response on | |
| vendorId | Yes | BuyAPI vendor ID, e.g. /database/supabase |
Output Schema
| Name | Required | Description |
|---|---|---|
| sources | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already guarantee read-only, idempotent, non-destructive behavior. Description adds context on what information is retrieved and the dependency on resolve, enhancing transparency beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences only: first sentence clearly states purpose, second provides usage guidance. No wasted words, front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 params, no output schema, annotations present), the description adequately covers purpose, parameters, and usage context. Could mention return format but not required.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters with descriptions. The description reinforces the vendorId format and implies the query parameter's role, adding marginal value over the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the verb 'Retrieves' and the resource 'vendor information', and specifies included details (pricing, features, limits, gotchas, comparisons, source provenance). Differentiates from sibling tools like vendors.resolve by mentioning when to call each.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs to call vendors.resolve first unless the user already has a BuyAPI vendor ID, providing clear when-to-use guidance and a prerequisite.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vendors.estimateCostARead-onlyIdempotentInspect
Produces deterministic monthly cost estimates from BuyAPI pricing data and explicit workload inputs.
Use this when the user asks for cost math. Missing workload fields are returned as assumptions or unknowns instead of being hallucinated.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category to estimate across the current corpus | |
| workload | Yes | Explicit workload assumptions for deterministic cost estimates. Missing fields become assumptions, not fabricated precision. | |
| vendorIds | No | Optional vendor IDs to estimate directly |
Output Schema
| Name | Required | Description |
|---|---|---|
| kind | No | |
| query | No | |
| message | No | |
| estimates | No | |
| suggestedNextSteps | No | |
| availableCategories | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the provided annotations (readOnlyHint, idempotentHint), the description adds important behavioral details: the tool is deterministic, does not hallucinate missing fields, and returns assumptions or unknowns. This significantly informs the agent's expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no extraneous words. The purpose is front-loaded, and the critical usage guideline follows immediately.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description does not specify the return format or structure of the cost estimates. While the tool's purpose is clear, the agent may need more detail about what exactly is returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, so the baseline is 3. The description adds value by explaining how missing workload fields are treated ('assumptions or unknowns'), which complements the schema's property descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool produces deterministic monthly cost estimates from BuyAPI pricing data and explicit workload inputs. It distinguishes itself from sibling tools (e.g., vendors.details, vendors.compare) by focusing on cost estimation with a specific verb and resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use this when the user asks for cost math,' providing clear usage context. However, it does not mention when not to use this tool or list alternative tools, leaving some ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vendors.evidenceARead-onlyIdempotentInspect
Returns recent BuyAPI evidence rows for a vendor, category, stack, or comparison.
Use this when the user asks why BuyAPI believes something, what sources support a vendor page, or what recent human/source signals exist.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return | |
| subjectId | Yes | Subject ID, e.g. /database/supabase or database | |
| subjectType | Yes | Evidence subject type |
Output Schema
| Name | Required | Description |
|---|---|---|
| evidence | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false, so the description's mention of 'returns recent ... evidence rows' adds context about the output nature without contradicting annotations. It does not cover additional behaviors like authentication or rate limits, but annotations suffice.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: the first precisely states the function, the second provides usage scenarios. Every word adds value, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description lacks details about the output structure (e.g., fields of evidence rows) and does not explain how recent is defined. Given no output schema, the agent may be left guessing the exact format of returned data.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add new meaning to parameters beyond what the schema provides, but it does repeat the enum values indirectly through the usage scenario.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Returns') and resource ('recent BuyAPI evidence rows') and lists the subject types (vendor, category, stack, comparison). This clearly distinguishes from sibling tools like vendors.details or vendors.compare, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'Use this when the user asks why BuyAPI believes something, what sources support a vendor page, or what recent human/source signals exist.' This provides clear context, though it does not explicitly mention when not to use or name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vendors.resolveARead-onlyIdempotentInspect
Finds BuyAPI vendor IDs for a user question. Category is optional; provide it when known.
Use this for vendor discovery before vendors.details, or when the user asks which provider in a category fits their constraints. Do not use this for local coding/debugging/docs questions unless they involve choosing a software vendor or tool. If the category is outside BuyAPI's corpus, the tool returns an explicit "not in corpus yet" result instead of inventing vendors.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user's question or task context for relevance ranking | |
| category | No | Optional category: database, auth, hosting, payments, email, analytics, feature-flags |
Output Schema
| Name | Required | Description |
|---|---|---|
| kind | No | |
| query | No | |
| message | No | |
| results | No | |
| suggestedNextSteps | No | |
| availableCategories | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint. Description adds that out-of-corpus categories return explicit 'not in corpus yet' result, providing honesty beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: purpose, usage, edge case. Front-loaded, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, usage, and edge case. Lacks description of return format, but given 2 params and no output schema, it is mostly complete for a discovery tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds that category is optional and when to provide it, but doesn't significantly expand on query parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it 'Finds BuyAPI vendor IDs for a user question,' specifying the verb and resource. It distinguishes from siblings like vendors.details by indicating it's for discovery before details.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells when to use: 'Use this for vendor discovery before vendors.details, or when the user asks which provider in a category fits their constraints.' Also notes behavior for out-of-corpus categories.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!