INDIVIDUAL MCP TOOL
search_sites
Full-text search across the authenticated account's sites (names, metadata, and text content).
LIVE ENDPOINT
https://dataecho.ai/mcp
Connect to this endpoint to inspect the live schema for search_sites 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
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.get_site— Full details + current file manifest of an owned site.update_site_metadata— Patch site settings without redeploying: viewer title/description, SPA mode, TTL, password (string sets, null removes).