API Tools
doti.my
MCP server for checking domain availability, resolving identities, retrieving supported blockchain network specs, estimating registration and cross-chain bridge costs, and setting primary domains for wallet addresses.
ENDPOINT 1
https://doti.my/api/ai/mcp
MCP server metadata
- Name
- doti-mcp
- Version
- 1.0.0
Use this server to resolve .i domains, check availability, read cross-chain network specs, manage identity profiles, and query secondary marketplace listings across all 4 supported EVM chains.
Known tools 19
get_supported_chainsRetrieve technical network specifications, Chainlink CCIP selectors, router contracts, and registry addresses for all 4 supported chains.
Inferred read-onlyestimate_registrationCalculate registration fee, escrow payment requirements, and cross-chain CCIP bridging costs on any of the 4 supported networks.
Potential side effectsset_primary_domainSet or update the primary reverse resolution domain identity for a given wallet address.
Potential side effectsupdate_domain_profileUpdate decentralized identity profile metadata, social links, website URL, and IPFS avatar CID.
Potential side effectsmarketplace_cancel_offerCancel an active marketplace offer and release non-custodial or escrowed funds.
Inferred read-onlyget_protocol_statsFetch live protocol metrics including total registered domains, active secondary marketplace listings, and cross-chain CCIP bridge health.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.doti-mcp]
url = "https://doti.my/api/ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doti-mcp": {
"type": "http",
"url": "https://doti.my/api/ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doti-mcp
Remote MCP URL: https://doti.my/api/ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"doti-mcp": {
"url": "https://doti.my/api/ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doti-mcp": {
"type": "http",
"url": "https://doti.my/api/ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doti-mcp",
"transport": "streamable-http",
"url": "https://doti.my/api/ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.