Web search and page extraction for agents, returned as readable text rather than raw JSON.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y trawlia-mcp
MCP client config
{
"mcpServers": {
"trawlia": {
"command": "npx",
"args": [
"-y",
"trawlia-mcp"
]
}
}
}