MCP Server
MCP
RobotActions — AI-Driven Mobile + Web Test Automation
Drive real Android & iOS devices and web browsers from natural language for mobile + web QA.
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://{tenant}.robotactions.com/mcp/sse",
"headers": [
{
"description": "Bearer <API token from your Robot Actions account → Profile → API Tokens>",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"tenant": {
"description": "Your Robot Actions tenant subdomain. Leave as 'test' to use the shared free tenant. Paid customers get a dedicated subdomain (e.g. 'acme' if your portal is at https://acme.robotactions.com).",
"isRequired": true,
"default": "test"
}
}
},
{
"type": "streamable-http",
"url": "https://{tenant}.robotactions.com/mcp",
"headers": [
{
"description": "Bearer <API token from your Robot Actions account → Profile → API Tokens>",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"tenant": {
"description": "Your Robot Actions tenant subdomain. Leave as 'test' to use the shared free tenant. Paid customers get a dedicated subdomain (e.g. 'acme' if your portal is at https://acme.robotactions.com).",
"isRequired": true,
"default": "test"
}
}
}
],
"packages": []
}
mcp
model-context-protocol
sse
streamable-http
By
Comments
Sign in to leave a comment