browser_open
ActiveTool of io.github.saloprj/dialogbrain
Open a URL in a remote browser. Saved login cookies are auto-attached when the URL domain matches a claimed browser identity. Pass identity_name to override auto-matching or force a specific identity.
Parameters schema
{
"type": "object",
"title": "tool_openArguments",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"title": "Url"
},
"identity_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Identity Name",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries