BringYour
Server Details
Move your AI agent harness between 13 tools, or bootstrap one from GitHub. $49 lifetime.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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 3.6/5 across 7 of 7 tools scored.
Each tool targets a distinct action: installation commands, listing products, listing targets, previewing setup, previewing migration, quoting licenses, and starting checkout. There is no overlap in purpose, and descriptions clarify the unique role of each tool.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., install_local_cli, list_products, start_checkout). The naming is predictable and clear, with no mixing of conventions.
With 7 tools, the set is well-scoped for a commercial licensing and setup server. Each tool covers an essential step (discovery, preview, quote, checkout, install) without unnecessary extras or gaps.
The tools cover the full lifecycle from product discovery and target listing to previewing setup and migration, obtaining a quote, and completing checkout. There are no obvious missing operations for the server's stated purpose.
Available Tools
7 toolsinstall_local_cliAInspect
Return no-data local install and MCP wiring commands. The remote server does not install anything and does not receive harness data.
| Name | Required | Description | Default |
|---|---|---|---|
| target_agent | No | Optional: claude-code or codex. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Despite no annotations, the description discloses that the remote server does not install anything and receives no harness data, which clarifies non-destructive, local-only behavior. However, it could detail what the returned commands look like.
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 concise sentences with no wasted words. The first sentence states the core function, the second clarifies scope. Perfectly sized for the tool's simplicity.
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 low complexity (1 optional parameter, no output schema), the description is complete. It adequately explains the tool's purpose and behavior without requiring additional details.
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% for the single optional parameter. The description adds no further meaning beyond what the schema already provides for 'target_agent'.
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 returns local install and MCP wiring commands, using specific verb 'return' and resource 'no-data local install and MCP wiring commands'. It distinguishes from siblings like list_targets and preview_build_setup by focusing on command generation.
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?
No guidance on when to use this tool versus siblings or alternatives. The description lacks explicit when-to-use or when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_productsAInspect
List agent-readable Bring Your AI products and supported payment modes. No harness data is accepted.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It mentions 'No harness data is accepted' but lacks details on authorization requirements, rate limits, or response characteristics.
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 sentences, front-loads the action, and contains no redundant information.
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 no parameters and no output schema, the description provides enough context for a simple listing tool, including what it lists and a restriction. However, it could mention response structure.
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?
With 0 parameters and 100% schema description coverage, the description adds no parameter information beyond the schema. Baseline of 4 is appropriate as schema already covers all.
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 lists 'agent-readable Bring Your AI products and supported payment modes', using a specific verb and resource. It distinguishes itself from siblings like install_local_cli and list_targets by focusing on product listing.
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 implies usage for retrieving product and payment mode information but provides no explicit guidance on when to use it versus alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_targetsAInspect
List Bring Your AI target tools. No harness data is accepted or returned.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, description carries full burden. It states read-only operation and that no harness data is involved, but fails to describe return format or pagination. Adequate but incomplete for a list operation.
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?
Single sentence, front-loaded with action verb, no unnecessary words. Perfectly concise for a simple list tool.
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?
While the tool is simple, the description omits what the response structure looks like (e.g., array of objects). Without an output schema, more detail would be helpful for agent to interpret results.
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?
No parameters exist; schema coverage is trivially 100%. Description adds no parameter info but confirms no data is accepted, which is appropriate for an empty 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?
The description uses specific verb 'List' and resource 'Bring Your AI target tools', clearly distinguishing from sibling tools like list_products or install_local_cli. The additional constraint 'No harness data is accepted or returned' further clarifies scope.
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?
No guidance on when to use this tool versus alternatives such as list_products. The description lacks explicit instructions on conditions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
preview_build_setupBInspect
Free no-data preview for building a user's first Claude Code or Codex setup. Does not accept GitHub handles, generated memories, mappings, or file content.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target tool: claude-code or codex. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description indicates the tool is safe and non-destructive by stating 'Free no-data preview' and listing what it does not accept. However, it fails to describe any side effects, permissions, or output behavior.
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 concise and well-structured: one sentence for purpose and one for exclusions. Every sentence adds value without redundancy.
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 (one parameter, no output schema), the description covers the core purpose and constraints adequately. It could mention whether any prior setup is needed, but overall it is sufficient.
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%, and the schema's description for the 'to' parameter is clear. The description does not add additional meaning beyond the schema, resulting in a baseline score of 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 it is a free, no-data preview for building a user's first Claude Code or Codex setup, which aligns with the tool name. However, it does not explicitly distinguish from sibling tools like preview_move, leaving some ambiguity about when to use 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?
The description lists exclusions (no GitHub handles, memories, etc.) but provides no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites or ideal scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
preview_moveAInspect
Free no-data preview for moving a harness between Claude Code and Codex. Returns feasibility copy only. Does not accept or return mappings, file paths, generated content, or validation notes.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target tool: claude-code or codex. | |
| from | Yes | Source tool: claude-code or codex. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description effectively discloses that the tool is a free preview that returns only feasibility copy and does not accept or return mappings, file paths, or validation notes. This clearly sets behavioral boundaries, though it could explicitly state it is read-only.
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 concise with two sentences. The first sentence immediately states the core purpose, and the second sentence lists exclusions. Every sentence is essential, with no redundancy.
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 lack of an output schema, the description only says 'Returns feasibility copy only,' which is vague about the exact return format. It could specify whether it returns a boolean, string, or structured data. The rest is adequate for a simple preview 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?
The input schema already documents both parameters with descriptions, giving 100% coverage. The description adds value by explaining that the tool moves a harness between tools and that parameters are just tool names, not file paths or mappings, which goes beyond 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?
The description clearly states the tool is a free no-data preview for moving a harness between Claude Code and Codex, using specific verbs and resources. It distinguishes itself from sibling tools like install_local_cli, list_targets, and preview_build_setup, which handle different actions.
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 does not provide explicit guidance on when to use this tool versus alternatives like preview_build_setup or install_local_cli. It lacks context on prerequisites or exclusions, leaving the agent to infer usage solely from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quote_lifetime_licenseBInspect
Quote a Bring Your AI lifetime license in USD. Human checkout uses Stripe Payment Links; agent checkout can settle a Link-issued Stripe shared payment token.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Optional BCP 47 locale. | |
| currency | No | Optional requested currency. Only USD is currently supported. | |
| product_id | No | Optional product id. Defaults to bringyour_founder_lifetime. | |
| buyer_country | No | Optional ISO country code. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must carry full burden. It states the tool quotes a license but does not disclose whether it is read-only, has side effects (e.g., creates a quote record), requires authentication, or has rate limits. The two checkout paths are mentioned but not elaborated.
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 wasted words. The first sentence front-loads the core action and resource; the second adds relevant detail.
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?
Despite low complexity (4 optional params, no required), the description omits output format, error conditions, and prerequisites. With no output schema, it should describe what the quote response contains (e.g., amount, link, token). This gap reduces completeness.
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%, and schema already describes each parameter. The description adds minimal extra meaning (context of lifetime license and checkout flows), but does not explain parameters like locale, currency, or product_id beyond what schema provides. Baseline 3 is appropriate.
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 quotes a Bring Your AI lifetime license in USD, with specific mention of two checkout modes. It distinguishes itself from siblings like start_checkout and list_products by focusing on the quoting step.
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 implies the tool is used for quoting before checkout, but lacks explicit guidance on when to use it versus alternatives like start_checkout. No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_checkoutBInspect
Start checkout. With payment_mode=stripe_spt plus shared_payment_granted_token and buyer_email, settles a Stripe PaymentIntent and returns the signed license without opening a browser.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Alias for buyer_email. | ||
| product_id | No | Optional product id. Defaults to bringyour_founder_lifetime. | |
| buyer_email | No | Email bound to the issued license. Required for stripe_spt settlement. | |
| payment_mode | No | stripe_payment_link, stripe_link, link, stripe_checkout, stripe_acp, stripe_spt, or x402. | |
| shared_payment_granted_token | No | Link-issued Stripe shared payment token. Required for stripe_spt settlement. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the burden. It reveals that for stripe_spt mode, it settles a PaymentIntent and returns a signed license without a browser. However, it does not disclose behavior for other payment modes, side effects, or error conditions.
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, no wasted words. The first sentence states the main purpose, the second adds an important conditional detail. Information is front-loaded and easy to parse.
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?
No output schema, yet the description mentions returning 'the signed license' but omits structure or fields. Error scenarios and behavior for non-stripe_spt modes are not covered. Adequate but leaves gaps for a transactional 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. The description adds value by linking specific parameters (payment_mode=stripe_spt, shared_payment_granted_token, buyer_email) to a specific use case, explaining their combined effect.
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 initiates checkout, with a specific use case for stripe_spt that bypasses the browser. It is distinct from sibling tools which focus on installation, listing, and quoting rather than checkout.
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?
No explicit guidance on when to use this tool versus alternatives. The description does not mention prerequisites, exclusions, or compare to other checkout methods beyond the stripe_spt hint.
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!