← Registry

General Tools

sowhatify.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint5 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
chrome-widget-lenses
Version
1.0.0
Capabilities
tools

Known tools 5

search_lenses

Search and list lenses from the marketplace or user collections (read-only).

Inferred read-only
get_lens

Fetch a single lens by id or slug (read-only).

Inferred read-only
get_lenses_batch

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

Inferred read-only
list_personas

List personas with availability metadata (read-only).

Inferred read-only
get_persona

Fetch a single persona by id with availability metadata (read-only).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.