← dataecho.ai

INDIVIDUAL MCP TOOL

delete_variable

Delete an account variable.

dataecho.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://dataecho.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

dataecho.ai

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

.mcp.json

{
  "mcpServers": {
    "dataecho": {
      "type": "http",
      "url": "https://dataecho.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • platform_info — DataEcho platform overview: what it can host, auth state of this connection, docs links.
  • request_login_code — Start sign-in: email a one-time code to the user.
  • verify_login_code — Complete sign-in with the emailed code.
  • publish_site — Deploy files to a live URL.
  • claim_site — Make a previously-anonymous site permanent under the authenticated account (requires auth + the claimToken from publish_site).
  • list_sites — List all sites owned by the authenticated account.
  • search_sites — Full-text search across the authenticated account's sites (names, metadata, and text content).
  • get_site — Full details + current file manifest of an owned site.