ReferenceAPIsMCP
get_page
Get the current page path and text content from the Daedalus webview.
MCP tool: get_page
Get the current page path and text content from the Daedalus webview.
Input schema
{ "type": "object", "properties": {} }Calling this tool
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_page",
"arguments": { /* match input schema */ }
}
}Send to http://127.0.0.1:14210 while Daedalus is running.
Generated from daedalus/src-tauri/src/mcp/tools.rs at build time.