# Doti Protocol (.i) MCP Server (remote · doti.my)

Sovereign .i Web3 identity and multi-chain domain tools across four EVM networks.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `doti.my`: 66/100 (this document), [markdown](https://verifymcp.io/servers/robdomain-doti-mcp/api-ai-mcp.md), [page](https://verifymcp.io/servers/robdomain-doti-mcp/api-ai-mcp)

## Channel facts

- Endpoint: `https://doti.my/api/ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-20.

- **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 19 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**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1597 tokens (~69/item across 23 items; 19 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "transfer_domain" implies "transfer" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Doti Protocol (.i) MCP Server server?

Doti Protocol (.i) MCP Server is a hosted endpoint at https://doti.my/api/ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http robdomain-doti-mcp 'https://doti.my/api/ai/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "robdomain-doti-mcp": {
      "url": "https://doti.my/api/ai/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "robdomain-doti-mcp": {
      "type": "http",
      "url": "https://doti.my/api/ai/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.robdomain-doti-mcp]
url = "https://doti.my/api/ai/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add robdomain-doti-mcp --url 'https://doti.my/api/ai/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  robdomain-doti-mcp:
    url: "https://doti.my/api/ai/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "robdomain-doti-mcp": {
      "Transport": "http",
      "Url": "https://doti.my/api/ai/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add robdomain-doti-mcp -t streamable-http -u 'https://doti.my/api/ai/mcp'
```

### Other

```json
{
  "mcpServers": {
    "robdomain-doti-mcp": {
      "type": "http",
      "url": "https://doti.my/api/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-09-19 (score 66, +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-09-17 (score 65, +1)

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

### 2026-09-16 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-15 (score 64)

First indexed and scored.

## MCP tools (19)

### `check_domain_availability` (~67 tokens)

Check if a .i sovereign domain is available for registration across all 4 supported chains (Arbitrum One, Optimism, Ethereum, Robinhood).

Input parameters:

- `domainName` (string, required): The .i domain name or label (e.g. "alex" or "alex.i")

### `resolve_domain_identity` (~109 tokens)

Resolve a .i web3 domain name or 0x Ethereum wallet address to its sovereign identity, owner, metadata, social links, and current chain location.

Input parameters:

- `chainId` (number): Optional filter for target network (42161: Arbitrum One, 10: Optimism, 1: Ethereum, 4663: Robinhood)
- `identifier` (string, required): The .i domain name (e.g. "genesis.i") or EVM wallet address (0x...)

### `get_supported_chains` (~34 tokens)

Retrieve technical network specifications, Chainlink CCIP selectors, router contracts, and registry addresses for all 4 supported chains.

### `estimate_registration` (~92 tokens)

Calculate registration fee, escrow payment requirements, and cross-chain CCIP bridging costs on any of the 4 supported networks.

Input parameters:

- `domainName` (string, required): The .i domain name to estimate
- `targetChainId` (number): Target payment network: 42161 (Arbitrum), 10 (Optimism), 1 (Ethereum), or 4663 (Robinhood). Defaults to 42161.

### `set_primary_domain` (~60 tokens)

Set or update the primary reverse resolution domain identity for a given wallet address.

Input parameters:

- `domainName` (string, required): The .i domain name (e.g. "agent.i")
- `ownerAddress` (string, required): The 0x EVM owner address

### `update_domain_profile` (~121 tokens)

Update decentralized identity profile metadata, social links, website URL, and IPFS avatar CID.

Input parameters:

- `domainName` (string, required): The .i domain name
- `imageMode` (string): Avatar visual style mode
- `ownerAddress` (string, required): Owner wallet address
- `profileImageCid` (string): IPFS CID hash for custom avatar image
- `socialLinks` (object): Key-value map of social usernames (twitter, github, telegram, farcaster, discord)
- `websiteUrl` (string): Decentralized or Web2 website URL

### `marketplace_browse_listings` (~48 tokens)

Browse active .i domains listed on the decentralized secondary marketplace across Arbitrum One and satellite networks.

Input parameters:

- `limit` (number): Max number of listings to return (default 20)

### `marketplace_get_domain_details` (~52 tokens)

Inspect full marketplace status for any .i domain: active listing, price history, highest offer, and bids.

Input parameters:

- `domainName` (string, required): The .i domain name (e.g. "ai.i")

### `register_domain` (~120 tokens)

Register a permanent .i sovereign domain or generate on-chain transaction payload for contract execution across the 4 networks.

Input parameters:

- `domainName` (string, required): The .i domain name to register (e.g. "mybot.i")
- `recipientAddress` (string, required): The 0x EVM wallet address that will own the domain
- `targetChainId` (number): Network where deposit is made: 42161 (Arbitrum), 10 (Optimism), 1 (Ethereum), 4663 (Robinhood). Defaults to 42161.

### `marketplace_list_domain` (~105 tokens)

List an owned .i domain for sale on the decentralized secondary marketplace at a fixed price in ETH.

Input parameters:

- `domainName` (string, required): The .i domain name to list for sale
- `durationDays` (number): Duration of listing in days (defaults to 30)
- `priceInEth` (string, required): Listing price in ETH (e.g. "0.05")
- `sellerAddress` (string, required): The 0x seller address (must be current domain owner)

### `marketplace_buy_domain` (~76 tokens)

Instantly purchase an actively listed .i domain from the secondary marketplace using ETH.

Input parameters:

- `buyerAddress` (string, required): The 0x buyer address purchasing the domain
- `domainName` (string, required): The .i domain name to purchase
- `priceInEth` (string): Optional expected purchase price in ETH for slippage protection

### `marketplace_make_offer` (~98 tokens)

Submit an offer in ETH to purchase any registered .i domain.

Input parameters:

- `buyerAddress` (string, required): The 0x buyer address making the offer
- `domainName` (string, required): The .i domain name to make an offer on
- `durationDays` (number): Validity of offer in days (defaults to 7)
- `offerPriceInEth` (string, required): Offer amount in ETH (e.g. "0.02")

### `marketplace_accept_offer` (~81 tokens)

Accept a buyer offer on your .i domain, performing an atomic swap of ownership for the offered ETH.

Input parameters:

- `buyerAddress` (string, required): The 0x buyer address whose offer is being accepted
- `domainName` (string, required): The .i domain name being sold
- `sellerAddress` (string, required): The 0x seller address (current owner)

### `marketplace_cancel_listing` (~55 tokens)

Cancel an active marketplace listing for an owned .i domain.

Input parameters:

- `domainName` (string, required): The .i domain name to delist
- `sellerAddress` (string, required): The 0x seller address who created the listing

### `marketplace_cancel_offer` (~57 tokens)

Cancel an active marketplace offer and release non-custodial or escrowed funds.

Input parameters:

- `buyerAddress` (string, required): The 0x buyer address who submitted the offer
- `domainName` (string, required): The .i domain name

### `transfer_domain` (~78 tokens)

Transfer sovereign ownership of a .i domain directly to another 0x EVM wallet address.

Input parameters:

- `currentOwner` (string, required): The 0x address of the current domain owner
- `domainName` (string, required): The .i domain name to transfer
- `newOwner` (string, required): The 0x recipient address to receive domain ownership

### `bridge_domain` (~108 tokens)

Initiate cross-chain teleportation/bridging of a .i domain to another supported EVM chain via Chainlink CCIP.

Input parameters:

- `destinationChainId` (number, required): Target EVM chain ID: 42161 (Arbitrum One), 10 (OP Mainnet), 1 (Ethereum), 4663 (Robinhood)
- `domainName` (string, required): The .i domain name to bridge
- `ownerAddress` (string, required): The 0x owner address initiating the bridge

### `claim_escrow_refund` (~64 tokens)

Claim a refund for an escrow deposit (e.g. from registration race collisions or expired bridging operations).

Input parameters:

- `claimantAddress` (string, required): The 0x address eligible for the escrow refund
- `escrowId` (string, required): The escrow deposit ID to refund

### `get_protocol_stats` (~31 tokens)

Fetch live protocol metrics including total registered domains, active secondary marketplace listings, and cross-chain CCIP bridge health.

## Diagnostics

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

## Score history

- 2026-09-20: 66
- 2026-09-19: 66
- 2026-09-18: 65
- 2026-09-17: 65
- 2026-09-16: 64
- 2026-09-15: 64

## Common questions

### What is the Doti Protocol (.i) MCP Server server?

Doti Protocol (.i) MCP Server is listed in the public MCP registry as io.github.robdomain/doti-mcp. Sovereign .i Web3 identity and multi-chain domain tools across four EVM networks. This page covers its hosted endpoint (https://doti.my/api/ai/mcp).

### Is the Doti Protocol (.i) MCP Server server safe to use?

Doti Protocol (.i) MCP Server scores 66 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Doti Protocol (.i) MCP Server server expose?

Doti Protocol (.i) MCP Server exposes 19 tools: check_domain_availability, resolve_domain_identity, get_supported_chains, estimate_registration, set_primary_domain, and 14 more. Their descriptions and schemas cost roughly 1,456 tokens of context every time the server is loaded.

### Does the Doti Protocol (.i) MCP Server server require authentication?

No. We connected to Doti Protocol (.i) MCP Server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Doti Protocol (.i) MCP Server server still maintained?

Doti Protocol (.i) MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://doti.my/api/ai/mcp
- Repository: https://github.com/idotmy/doti-mcp-skill
- Website: https://doti.my/
- Changelog RSS feed: https://verifymcp.io/servers/robdomain-doti-mcp/api-ai-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/robdomain-doti-mcp/api-ai-mcp.json
- HTML version of this page: https://verifymcp.io/servers/robdomain-doti-mcp/api-ai-mcp
