# Bring Your AI (remote · bringyour.ai)

No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.

- Trust score: 64/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `bringyour.ai`: 64/100 (this document), [markdown](https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour.md), [page](https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour)

## Channel facts

- Endpoint: `https://bringyour.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 596 tokens (~85/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-bringyour-bringyour https://bringyour.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-bringyour-bringyour]
url = "https://bringyour.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-bringyour-bringyour": {
      "type": "remote",
      "url": "https://bringyour.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-bringyour-bringyour --url https://bringyour.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-bringyour-bringyour:
    url: "https://bringyour.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-bringyour-bringyour": {
      "type": "http",
      "url": "https://bringyour.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (7)

### `preview_move` (~174 tokens)

Free no-data preview for moving a harness between any two of the 13 supported tools (Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code, ChatGPT, Claude.ai, Copilot). Returns feasibility copy only. Does not accept or return mappings, file paths, generated content, or validation notes.

Input parameters:

- `from` (string, required): Source tool id, e.g. claude-code, cursor, codex, openclaw, aider, continue, cline, goose, zed, roo, chatgpt, claude-ai. Use list_targets for the full matrix.
- `to` (string, required): Target tool id, e.g. codex, cursor, claude-code, copilot. Use list_targets for the full matrix.

### `preview_build_setup` (~74 tokens)

Free no-data preview for building a user's first setup in any of the 13 supported tools. Does not accept GitHub handles, generated memories, mappings, or file content.

Input parameters:

- `to` (string, required): Target tool id, e.g. claude-code, codex, cursor. Use list_targets for the full matrix.

### `list_targets` (~23 tokens)

List Bring Your AI target tools. No harness data is accepted or returned.

### `install_local_cli` (~49 tokens)

Return no-data local install and MCP wiring commands. The remote server does not install anything and does not receive harness data.

Input parameters:

- `target_agent` (string): Optional: claude-code or codex.

### `list_products` (~26 tokens)

List agent-readable Bring Your AI products and supported payment modes. No harness data is accepted.

### `quote_lifetime_license` (~100 tokens)

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.

Input parameters:

- `buyer_country` (string): Optional ISO country code.
- `currency` (string): Optional requested currency. Only USD is currently supported.
- `locale` (string): Optional BCP 47 locale.
- `product_id` (string): Optional product id. Defaults to bringyour_founder_lifetime.

### `start_checkout` (~150 tokens)

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.

Input parameters:

- `buyer_email` (string): Email bound to the issued license. Required for stripe_spt settlement.
- `email` (string): Alias for buyer_email.
- `payment_mode` (string): stripe_payment_link, stripe_link, link, stripe_checkout, stripe_acp, stripe_spt, or x402.
- `product_id` (string): Optional product id. Defaults to bringyour_founder_lifetime.
- `shared_payment_granted_token` (string): Link-issued Stripe shared payment token. Required for stripe_spt settlement.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://bringyour.ai/mcp
- Website: https://bringyour.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-bringyour-bringyour/bringyour
