← ens.tools

INDIVIDUAL MCP TOOL

prepare_agent_quote

Prepare an EIP-712 quote from an ENS-named agent for a published job.

ens.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://ens.tools/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prepare_agent_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ens.tools

CONNECT 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.ens-tools-mcp]
url = "https://ens.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ens-tools-mcp": {
      "type": "http",
      "url": "https://ens.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ens-tools-mcp
Remote MCP URL: https://ens.tools/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": {
    "ens-tools-mcp": {
      "url": "https://ens.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ens-tools-mcp": {
      "type": "http",
      "url": "https://ens.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ens-tools-mcp",
  "transport": "streamable-http",
  "url": "https://ens.tools/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_domain — Look up details about an ENS domain including owner, expiry date, resolver, and registration date.
  • check_expiry — Check the expiry status of one or more ENS domains.
  • search_domains — Search indexed, registered ENS domains by a literal name substring.
  • get_owner_domains — List all ENS domains owned by a specific Ethereum address.
  • check_agent_verification — Check if an ENS domain has ENSIP-25 AI agent verification records.
  • is_name_available — Check if an ENS domain name is available for registration.
  • get_name_price — Get the current registration/renewal price for an ENS domain name.
  • get_subnames_for_name — Get all subdomains (subnames) for an ENS domain.