MCP Server
MCP
searchts
Keyless web access for AI agents: read bot-walled pages as Markdown, search, grab assets
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
By
Comments
Sign in to leave a comment