A powerful web automation agent that seamlessly integrates A2A and MCP protocols using the a2ajava framework and Playwright for web interactions.
curl -X POST \
-H "Content-Type: application/json" \
-d '{
"method": "tools/call",
"params": {
"name": "browseWebAndReturnText",
"arguments": {
"provideAllValuesInPlainEnglish": "Go to Google.com, search for \"a2ajava\"give me result"
}
},
"jsonrpc": "2.0",
"id": 17
}' \
http://localhost:7860
curl -X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "browseWebAndReturnImage",
"arguments": {
"provideAllValuesInPlainEnglish": "Navigate to https://dev.to and take a screenshot of the homepage"
}
},
"id": 17
}' \
http://localhost:7860