← sowhatify.com

INDIVIDUAL MCP TOOL

get_lenses_batch

Fetch multiple lenses by id in one call (read-only, max 50).

sowhatify.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://sowhatify.com/api/mcp/server.php

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

sowhatify.com

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.chrome-widget-lenses]
url = "https://sowhatify.com/api/mcp/server.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chrome-widget-lenses": {
      "type": "http",
      "url": "https://sowhatify.com/api/mcp/server.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chrome-widget-lenses
Remote MCP URL: https://sowhatify.com/api/mcp/server.php

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": {
    "chrome-widget-lenses": {
      "url": "https://sowhatify.com/api/mcp/server.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chrome-widget-lenses": {
      "type": "http",
      "url": "https://sowhatify.com/api/mcp/server.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chrome-widget-lenses",
  "transport": "streamable-http",
  "url": "https://sowhatify.com/api/mcp/server.php"
}
MCP Inspector

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

Related tools

  • search_lenses — Search and list lenses from the marketplace or user collections (read-only).
  • get_lens — Fetch a single lens by id or slug (read-only).
  • list_personas — List personas with availability metadata (read-only).
  • get_persona — Fetch a single persona by id with availability metadata (read-only).