Loading MCP server directory, please wait...
domscout browser API as MCP tools: screenshots, Markdown, structured data, page automation, crawls.
npx @getmcp/cli add io.github.jkresearch8/domscoutRequires Node.js 18+. Community-contributed server. Review source before installing.
DOMSCOUT_API_KEYA domscout API key from https://www.domscout.io/dashboard/api-keys. Every tool call is billed to the account that owns it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jkresearch8/domscout": {
"command": "npx",
"args": [
"-y",
"@domscout/mcp"
],
"env": {
"DOMSCOUT_API_KEY": "",
"DOMSCOUT_BASE_URL": "",
"DOMSCOUT_DOCS_BASE_URL": ""
}
}
}
}