← ethereallabs.io

INDIVIDUAL MCP TOOL

list_services

Returns the full catalog of Web3 development services offered by Ethereal Labs: smart contract development, audits, dApp development, token launches, NFT platforms, and blockchain analytics.

ethereallabs.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent endpoint

ethereallabs.io

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.ethereallabs-io]
url = "https://www.ethereallabs.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ethereallabs-io": {
      "type": "http",
      "url": "https://www.ethereallabs.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ethereallabs-io": {
      "type": "http",
      "url": "https://www.ethereallabs.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ethereallabs-io",
  "transport": "streamable-http",
  "url": "https://www.ethereallabs.io/api/mcp"
}
MCP Inspector

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

Related tools

  • get_service — Get full detail on a specific service: hero copy, stats, features, comparison to typical agencies, related case studies, and FAQs.
  • list_case_studies — Returns the catalog of delivered projects with their slugs, titles, and public URLs.
  • get_contact — Returns the public contact channels for engaging Ethereal Labs on a Web3 build.