Back to Browse

Doti Mcp Skill MCP Server

by Doti
Developer ToolsLow Risk10.0Remote
Free

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

About

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

Remote endpoints: streamable-http: https://doti.my/api/ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

19 tools verified ยท Open access ยท No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

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

Documentation

View on GitHub

From the project's GitHub README.

Doti Protocol (.i) โ€” Universal MCP Server & Agent Skill

Model Context Protocol Universal Compatibility Arbitrum One Chainlink CCIP Chains

Sovereign Web3 Identity (.i) and Multi-Chain Domain Name Service across Arbitrum One, OP Mainnet, Ethereum Mainnet, and Robinhood Chain with Chainlink CCIP.

This repository implements the open Model Context Protocol (MCP) specification. It works with ANY AI platform, IDE, agent framework, or client supporting MCP or JSON-RPC 2.0.


๐ŸŒ Live MCP Endpoints

Connect any MCP client or AI agent directly to the cloud server:

  • Production MCP Endpoint:
    https://doti.my/api/ai/mcp
    
  • Alias Endpoint:
    https://doti.my/api/mcp
    
  • Protocol Transport: HTTP JSON-RPC 2.0 & Server-Sent Events (SSE)

โ›“๏ธ Supported Networks

NetworkChain IDRoleCCIP SelectorCanonical ContractEscrow Contract
Arbitrum One42161Authority Anchor49490391076943596200xf853F8243F10a57CF5e43A49F156F132c05C21a60xBf342bDf2dcB6dcD21c8b104Bc8Ce950dc9EB632
OP Mainnet10Satellite (Mirrored)37344032461760621360xf853F8243F10a57CF5e43A49F156F132c05C21a60xBf342bDf2dcB6dcD21c8b104Bc8Ce950dc9EB632
Ethereum Mainnet1Satellite (Mirrored)50092975507151572690xf853F8243F10a57CF5e43A49F156F132c05C21a60xBf342bDf2dcB6dcD21c8b104Bc8Ce950dc9EB632
Robinhood Chain4663Satellite (Mirrored)61807530543468183450xf853F8243F10a57CF5e43A49F156F132c05C21a60xBf342bDf2dcB6dcD21c8b104Bc8Ce950dc9EB632

๐Ÿš€ Universal Client Setup

1. Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "doti": {
      "type": "http",
      "url": "https://doti.my/api/ai/mcp"
    }
  }
}

2. Cursor IDE & Windsurf

Add to your .cursor/mcp.json or project MCP settings:

{
  "mcpServers": {
    "doti": {
      "type": "http",
      "url": "https://doti.my/api/ai/mcp"
    }
  }
}

3. Python & LangChain / LangGraph

import httpx

payload = {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
        "name": "check_domain_availability",
        "arguments": {"domainName": "agent.i"}
    }
}
response = httpx.post("https://doti.my/api/ai/mcp", json=payload)
print(response.json()["result"]["content"][0]["text"])

4. Direct cURL / REST API

curl -X POST https://doti.my/api/ai/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"resolve_domain_identity","arguments":{"identifier":"genesis.i"}}}'

5. Optional Community Registries

This server conforms to standard remote MCP specifications and can be registered on any directory (Glama, Smithery, OpenMCP, or Pulse) using the remote URL https://doti.my/api/ai/mcp.


๐Ÿ› ๏ธ Complete Tools Catalog (19 MCP Tools)

CategoryTool NameDescription
Identitycheck_domain_availabilityCheck if a .i name is available for permanent registration.
Identityresolve_domain_identityForward & reverse lookup for any .i domain or 0x address.
Identityset_primary_domainSet default reverse domain for a wallet address.
Identityupdate_domain_profileUpdate profile metadata, social links, and IPFS avatar CID.
Identitytransfer_domainTransfer sovereign ownership to another 0x address.
Multi-Chainget_supported_chainsRetrieve configuration for Arbitrum, OP, Ethereum, Robinhood.
Multi-Chainestimate_registrationCalculate registration quote and CCIP message fees.
Multi-Chainbridge_domainTeleport domain across the 4 networks using Chainlink CCIP.
Multi-Chainget_protocol_statsLive on-chain metrics, registered domains, and volume.
Registrationregister_domainMint or prepare payload for permanent .i registration.
Registrationclaim_escrow_refundClaim refund from escrow (collisions or expired bridge).
Marketplacemarketplace_browse_listingsBrowse active domains listed on the secondary market.
Marketplacemarketplace_get_domain_detailsView listing details, floor, bids, and sale history.
Marketplacemarketplace_list_domainList an owned domain for sale at a fixed price in ETH.
Marketplacemarketplace_buy_domainInstantly buy a listed domain using ETH.
Marketplacemarketplace_make_offerSubmit an ETH offer on any registered domain.
Marketplacemarketplace_accept_offerAccept a buyer's offer with atomic swap settlement.
Marketplacemarketplace_cancel_listingDelist an owned domain from the marketplace.
Marketplacemarketplace_cancel_offerCancel an active offer and release non-custodial lock.

Reviews

No reviews yet

Be the first to review this server!