Skip to main content
Glama
idotmy

@doti-protocol/mcp

by idotmy

@doti-protocol/mcp

Official Model Context Protocol (MCP) Server for DotI (.i) Web3 Identity & Multichain Domain Resolution.

Connect your AI assistants (Claude Desktop, Cursor, Windsurf, Cline, Zed) directly to the DotI on-chain protocol on Arbitrum One and multichain ecosystem.

npm version License: MIT


⚡ Quickstart

You can run the DotI MCP server instantly without manual installation:

npx -y @doti-protocol/mcp

Related MCP server: ClawDaddy MCP Server

🤖 Configuration for AI Tools

1. Claude Desktop

Add this to your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "doti": {
      "command": "npx",
      "args": ["-y", "@doti-protocol/mcp"]
    }
  }
}

2. Cursor IDE

  1. Go to Cursor Settings -> Features -> MCP.

  2. Click + Add New MCP Server.

  3. Set:

    • Name: doti

    • Type: command

    • Command: npx -y @doti-protocol/mcp


🛠️ Available AI Tools

Tool

Description

resolve_doti_name

Resolves a .i domain name (e.g. alex.i) to its EVM wallet address and metadata.

lookup_doti_address

Reverse lookup: Finds the primary .i domain attached to any 0x... wallet address.

get_doti_records

Fetches decentralized profile records (avatar, twitter, github, email, bio).

check_doti_availability

Checks whether a .i domain is available to register.

get_doti_multicoin_address

Retrieves chain-specific addresses (Arbitrum, Optimism, Ethereum, Robinhood).


💬 Example AI Prompts

Once configured, you can ask Claude or Cursor natural questions:

  • "Who owns alex.i and what is their Ethereum and Arbitrum address?"

  • "Check if satoshina.i is available to register on DotI."

  • "What is the Twitter and Avatar of solpadart.i?"

  • "What is the primary Web3 username for address 0xf853F8243F10a57CF5e43A49F156F132c05C21a6?"


📜 License

MIT © DotI Protocol

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check domain availability, purchase domains via Stripe, and perform full DNS and nameserver management. It facilitates automated domain lifecycle tasks like record updates and transfer locks without requiring CAPTCHAs.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with the Ethereum Name Service via natural language, supporting lookups, availability checks, pricing, subnames, and onchain records.
    15
    MIT