← apick.app

INDIVIDUAL MCP TOOL

google_lens_search

Reverse image search: upload an image and get visually matching web pages and labels.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/web

No auth detected

Connect to this endpoint to inspect the live schema for google_lens_search 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 write-action term.

Parent server

apick.app

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

.mcp.json

{
  "mcpServers": {
    "app-apick-web": {
      "type": "http",
      "url": "https://apick.app/mcp/web"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: app-apick-web
Remote MCP URL: https://apick.app/mcp/web

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": {
    "app-apick-web": {
      "url": "https://apick.app/mcp/web"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "app-apick-web",
  "transport": "streamable-http",
  "url": "https://apick.app/mcp/web"
}
MCP Inspector

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

Related tools

  • nslookup — Resolve a domain name to its currently registered IP addresses (DNS lookup).
  • reverse_ip — Reverse IP lookup: list domains that have been hosted on a given IP address.
  • location — Look up the geographic location of a domain or IP address.
  • ip_history — Look up the historical IP address changes of a domain.
  • whois — WHOIS lookup for a domain or IP address, returning registration and ownership information.
  • url_html — Fetch a web page and return its rendered HTML source.
  • url_screenshot — Capture a screenshot of a web page and return it as a JPEG image.
  • url_similarity — Compare two web pages and judge how similar they are.