ai.bringyour/bringyour
Official7 toolsBring Your AI
No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.
Local handoff protocol for Claude Code to Codex harness integration.
Captured live from the server via tools/list.
preview_move
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.
Parameters (2)
- fromstringrequired
Source tool: claude-code or codex.
- tostringrequired
Target tool: claude-code or codex.
preview_build_setup
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.
Parameters (1)
- tostringrequired
Target tool: claude-code or codex.
list_targets
List Bring Your AI target tools. No harness data is accepted or returned.
No parameters.
install_local_cli
Return no-data local install and MCP wiring commands. The remote server does not install anything and does not receive harness data.
Parameters (1)
- target_agentstring
Optional: claude-code or codex.
list_products
List agent-readable Bring Your AI products and supported payment modes. No harness data is accepted.
No parameters.
quote_lifetime_license
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.
Parameters (4)
- buyer_countrystring
Optional ISO country code.
- currencystring
Optional requested currency. Only USD is currently supported.
- localestring
Optional BCP 47 locale.
- product_idstring
Optional product id. Defaults to bringyour_founder_lifetime.
start_checkout
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.
Parameters (5)
- buyer_emailstring
Email bound to the issued license. Required for stripe_spt settlement.
- emailstring
Alias for buyer_email.
- payment_modestring
stripe_payment_link, stripe_link, link, stripe_checkout, stripe_acp, stripe_spt, or x402.
- product_idstring
Optional product id. Defaults to bringyour_founder_lifetime.
- shared_payment_granted_tokenstring
Link-issued Stripe shared payment token. Required for stripe_spt settlement.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"bringyour": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bringyour.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.