← Back to Plugins
MCP Server MCP

searchts

github By github 👁 1 views ▲ 0 votes

Keyless web access for AI agents: read bot-walled pages as Markdown, search, grab assets

Homepage Verified source GitHub

Install

uvx searchts

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "searchts",
      "version": "0.7.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "searchts[mcp]",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "isRequired": true,
          "value": "mcp",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...