Model Context Protocol

Conecta Claude a tus teléfonos

Añade ALI Remote a Claude y pídele que mire un teléfono y lo maneje.

Endpoint
https://beta.aliremote.com/api/mcp
Transporte
HTTP, en streaming
Inicio de sesión
OAuth 2.1 con PKCE

Qué es

El Model Context Protocol es la forma en que Claude habla con software fuera de sí mismo. Conectar ALI le da herramientas para tus teléfonos, tu equipo y tus automatizaciones. Dices lo que quieres, Claude mira la pantalla y lo hace.

Una conexión lleva tu propio acceso y nada más: los teléfonos que ves, en la agencia desde la que la aprobaste.

Conectar

Claude Code

Ejecuta esto en una terminal, escribe /mcp y elige autenticarte. Apruébalo una vez en el navegador y la terminal sigue desde ahí.

claude mcp add --transport http ali https://beta.aliremote.com/api/mcp

Claude en la web o en el escritorio

Abre Ajustes, luego Conectores, y añade un conector personalizado con la misma URL.

No hay clave que pegar ni secreto que guardar. Si no has iniciado sesión, el navegador te pide entrar primero.

Qué puede hacer Claude

Todo lo que cambia algo te pregunta antes, siempre. Un toque y una invitación no se deshacen.

HerramientaQué hacePermisoPregunta antes
list_devicesList phonesList the phones this connection can reach, with their names, whether each is online, and whether it is currently casting its screen. Call this first to find the public_id of a phone before doing anything else with it. A phone no relay reports any more is left out, so a phone missing here is one nothing can drive rather than one that does not exist; get_device still answers for an id you already hold. Paginated: pass the returned next_cursor back as cursor for the next page.devices.readNo, solo lee
get_deviceGet one phoneRead one phone's current state: whether it is online, whether it is casting, its screen size, iOS version and the box hosting it. Use this to check a phone is ready before driving it, and to poll after recast_device until casting is true.devices.readNo, solo lee
capture_screenCapture the screenTake a screenshot of a phone and return it as an image. The coordinates you read off this image are the ones tap_device and swipe_device take, so capture before deciding where to tap, and again afterwards if you need to confirm what happened.devices.snapshotNo, solo lee
tap_deviceTap the screenTap a point on the phone's screen. Coordinates are in the pixel space of the image capture_screen returns, so read the position off that image and send it as-is without scaling. If a tap lands somewhere other than where it was aimed, call recentre_pointer once and try again; some handsets need that occasionally.devices.control
swipe_deviceSwipe the screenSwipe the phone's screen, either by direction for paging through a feed, or between two exact points read off a screenshot for dragging a slider or an icon. Give either direction, or all four of from_x, from_y, to_x and to_y. A direction swipe with no distance is drawn the way a hand draws it, a little differently every time; a swipe between two points, or one carrying a distance, is drawn exactly as you gave it. Set precise to change either. A gesture can be accepted and still move nothing, unlike a tap, so capture the screen afterwards when it matters rather than assuming it worked.devices.control
type_textType textType text into whatever field currently has focus on the phone. Tap the field first. Plain short ASCII goes over the keyboard directly; anything longer, or with emoji or accents, is pasted through the clipboard instead and can take a few seconds.devices.control
press_buttonPress a buttonPress a hardware, system or keyboard key on the phone: home, the app switcher, lock, screenshot, enter, the keyboard toggle, control centre, notifications, the volume keys, mute, backspace, tab, or an arrow. Use times to repeat it: backspace with times is the only way to clear a field that already has text in it, since type_text appends rather than replaces.devices.control
set_device_stateChange a phone settingTurn a phone's wifi, cellular data, airplane mode or torch on or off, or set its screen brightness. Use level for brightness and on for everything else.devices.control
rotate_ipRotate a phone's IPGet a phone a fresh public address and score it. On a phone with its own mobile data this cycles airplane mode, the way the guide says to before every sign-up; on proxy Wi-Fi it calls the router's rotation link, which rotates every phone on that router. A phone on ALI Wi-Fi has no address of its own and is refused. Takes about half a minute; this waits for the outcome and answers with the new address and its fraud score (0 clean to 100, with a risk word), or with a running rotation to check again by calling this tool once more. One rotation per phone at a time.devices.control
set_device_labelRename a phone or set its stickerChange what a phone is called, or the inventory sticker recorded for the handset. The sticker is unique across the fleet and can be used in place of a public_id anywhere a phone is named, which is what makes it worth setting on a phone that has none. Renaming does not touch the phone itself, only the record everything looks it up by.devices.write
recentre_pointerRe-centre the phone's pointerPut a phone's pointer back in a known place. Reach for it when a tap lands somewhere other than where it was aimed, or once before a sequence that will tap a lot; it is not something to do between every tap. It changes nothing on screen, so a screenshot before and after looks the same, and it works on a phone that is not casting.devices.control
check_device_controlCheck who is driving a phoneReport whether a phone is free, held by a person, or held by an automation, and since when. Call this before a run that will hold a phone for a while, so a busy handset can be skipped rather than failing a step partway through. A phone somebody else is holding refuses taps until they stop or until take_device_control is used.devices.readNo, solo lee
take_device_controlTake control of a phoneTake a phone that somebody else is currently driving. A phone held by an automation is handed over at once. A phone held by a person asks them first and waits about three seconds for an answer, so this tool can take that long to return; if they refuse, it reports that and does not take the phone. Reach for it when check_device_control or a refused tap says a phone is busy and the work cannot wait. Whoever is taken off keeps watching and can take the phone straight back.devices.control
recast_deviceRestart the phone's screen mirroringRe-establish a phone's screen mirroring. This is the fix for a phone that is online but not casting, which is the most common thing that goes wrong on a rack. It is expensive and disruptive: on a phone that is already casting it bounces the session and the screen is gone while it reconnects. It answers as soon as the box accepts the request, not when the phone is back, so poll get_device until casting is true. Budget up to two minutes, and treat a phone still dark after that as needing a person rather than another recast.devices.control
close_appForce-close the front appForce-close whatever app is in front, the way a person does by hand: open the App Switcher and flick its card away. Bring the app you mean to the front first (open it, or press home and tap it), then call this. It works on any casting phone and does not need the on-device helper, so it reaches a frozen or stuck app that the helper verbs cannot. It does not choose which app to close: it closes the one in front, so do not call it speculatively from an unknown screen. It reads the screen back before answering, so a success means that app is no longer showing - firmly on a still screen, less so on an app that animates anyway (a video, a feed), where the check cannot tell movement from a close. A failure means that app is still on screen, and is not a retry: with more than one app open the first flick may already have thrown a different app's card, and calling again throws another. Take a capture_screen and look instead.devices.control
send_binding_keyFinish setting up a handsetALI staff only, and only during the one-time preparation of a handset. Sends the spare pointer button that the setup screen is waiting to capture, which is what completes the step. Use it on one screen and no other: Settings, Accessibility, Touch, AssistiveTouch, Devices, the listed pointer device, Customize Additional Buttons. Do not reach for it on a phone that is already prepared: everything it prepares a phone for is done by type_text, set_device_state and the media tools, each of which does its own work. While that screen is open, do not tap the phone. It captures any button including the ordinary one, and capturing that leaves the handset unable to be tapped at all, with no way to undo it remotely.devices.control + ALI staff (fleet.phones)
start_media_uploadStart sending a file to a phoneStep 1 of 3. Reserve a slot for a photo or video and get back a one-time upload_url. You then PUT the file's bytes to that URL yourself (the bytes do not go through this tool), and then call finish_media_upload with the asset_id you get here. Give the real byte size: the vault checks what actually arrives against it.media.write
finish_media_uploadFinish sending a file to a phoneStep 2 of 3. Call this once you have PUT the bytes to the upload_url from start_media_upload. It checks with storage that the file really arrived, then queues it for the phone. Safe to call again if it fails: a repeat re-checks and re-queues rather than duplicating. The phone may show a one-time permission prompt the first time anything is sent to it.media.write
check_media_deliveryCheck whether a file arrivedStep 3 of 3. Report how a file is getting on: awaiting_upload, stored, queued, sending, delivered or failed. Poll this after finish_media_upload rather than assuming it worked, and read the error field when it says failed.media.writeNo, solo lee
get_usage_summaryAgency usage summaryRead the agency's overall usage for a period: active minutes, how many people and phones were used, gestures sent, and a day-by-day trend. Use this to answer questions about how busy the agency has been. Figures cover the whole agency, not just the phones you can reach.analytics.readNo, solo lee
get_member_usageUsage per personRead how much each person in the agency used the phones over a period: desk minutes, active minutes, how many phones they touched, how many sessions they sat, and gestures sent. Use this to compare activity across a team. Set include_devices to also get, for each person, which phones their minutes went to. Ask for that only when the question is about which phones, because it makes the answer much longer.analytics.readNo, solo lee
get_device_usageUsage per phoneRead how much each phone was used over a period: active minutes, how many people touched it, and when it was last active. Only covers the phones this connection can reach, so it is the report to use for questions about your own handsets.analytics.readNo, solo lee
get_sessionsWho was on which phoneList individual sessions: one row per person per phone per stretch, saying who was on which handset from when to when, with the gestures they sent. This is the tool for questions about a particular phone or a particular moment - 'who was on X05 this morning', 'what was Cassie doing at 2pm', 'who last touched this phone before it broke'. Newest first; pass the returned next_cursor back as cursor for the next page. Only covers the phones this connection can reach.analytics.readNo, solo lee
get_activityRecent activityRead when the agency works, as a 7x24 grid of worked minutes by hour of the local week (Monday first). Use this for questions about shift patterns and cover - which hours are busy, which are dead. It says when work happens, not who did it or on which phone: for that, call get_sessions.analytics.readNo, solo lee
list_membersList the teamList the people in this agency with the roles each one holds. Call this to find a member's id before changing their roles. Requires that the connecting account can see the team in the dashboard.members.readNo, solo lee
get_memberGet one memberRead one person in this agency: their username, email, and the roles they hold.members.readNo, solo lee
list_rolesList the rolesList the roles this agency has, what each one allows, how many people hold it, and whether you are allowed to hand it out. Call this before inviting somebody or changing roles, to find the role id and to check assignable is true.members.readNo, solo lee
list_invitationsList invitationsList invitations that have been sent and not yet accepted, with the role each one offers and how far it got. Statuses are sending, sent, opened, clicked, accepted, expired, revoked or failed. An opened status can be a mail client prefetching, so treat clicked and accepted as the reliable ones.members.readNo, solo lee
invite_memberInvite somebody to the agencyInvite an email address to join this agency with a role, and send them the invitation mail. Call list_roles first and pick a role whose assignable is true; you cannot hand out a role above your own standing. The mail goes out immediately and to a real person, so confirm the address and the role before calling this.members.write
withdraw_invitationWithdraw an invitationCancel an invitation that has not been accepted yet, so its link stops working. An invitation that was already accepted cannot be withdrawn; remove that person's roles instead.members.write
resend_invitationResend an invitationSend an existing pending invitation again, with a fresh link. Use this when somebody says the mail never arrived or the link expired. It sends real mail to a real person, so do not call it repeatedly.members.write
set_member_rolesChange a member's rolesReplace the whole set of roles a member holds. This is not a delta: whatever you send becomes their roles, so read list_members first and send the full set you want. An empty list leaves the account able to do nothing, which is how you take somebody's access away without deleting them. You cannot act on somebody who outranks you or hand out a role above your own standing.members.write
get_agencyGet the agencyRead this agency's own details: its name, whether it is active, its timezone, how many phones it may hold and how many it holds, how many members it has, and whether two-factor is required. Use this to answer whether there is room for another phone before ordering one.agency.readNo, solo lee
list_groupsList phone groupsList the groups the agency files its phones into, with how many phones are in each. Groups are the agency's own labels; a phone can be in several. Call this to find group ids before filing a phone.devices.readNo, solo lee
set_device_groupsFile a phone into groupsSet which groups a phone belongs to. This is not a delta: whatever you send becomes the phone's groups, so read its current ones first and send the full set. Naming a new group creates it. A group nothing is filed into disappears on its own.groups.write
list_automationsList automationsList this agency's automations with whether each is published, whether it is turned on, and how its last run went. Call this first to find an automation's id.automations.readNo, solo lee
list_automation_blocksList the steps an automation can useList every kind of step an automation can be built from, with what it does, what settings it takes and which outputs it has. Call this before writing or changing a flow, so the steps you use exist and are wired by the right outputs.automations.readNo, solo lee
get_automationGet one automationRead one automation: its published steps, its unpublished draft if there is one, its triggers, and its version history. Use this before changing a flow so you edit what is actually there.automations.readNo, solo lee
create_automationCreate an automationCreate an empty automation with a name. It starts turned off and unpublished, so nothing runs until you add steps with update_automation and then publish it.automations.write
update_automationChange an automationRename an automation, turn it on or off, or save a new draft of its steps. Saving a draft never refuses for a half-built flow: it answers with a list of problems to fix. Nothing you save here runs until you publish it.automations.write
publish_automationPublish an automationMake the current draft the version that runs. This is the step that checks the whole flow and refuses if anything is wrong, so a broken automation can never end up on a schedule. Runs already in progress keep the version they started with.automations.write
run_automationRun an automation nowStart a run immediately. It runs with your access, so it reaches the phones you reach. It does not finish while you wait: poll get_automation_run to see how it went.automations.write
list_automation_runsList runsList recent runs, newest first, with how each one ended. Use it to answer whether last night worked.automations.readNo, solo lee
get_automation_runGet one run, step by stepRead one run and every step it took, in order, with which phone each step acted on and why any step was skipped or failed. This is the tool to use when asked why an automation did not do what somebody expected.automations.readNo, solo lee
cancel_automation_runStop a runStop a run that is still going. It stops at its next step rather than mid-action, so a phone is never left half way through something.automations.write
add_automation_triggerAdd a triggerSay when an automation should run: by hand only, on a schedule, or when a phone changes state. A scheduled trigger takes a five-field cron such as `0 2 * * *` for every night at two, read in the agency's timezone unless you name one.automations.write
remove_automation_triggerRemove a triggerStop an automation being started that way. Its other triggers are left alone.automations.write
delete_automationDelete an automationDelete an automation and everything it recorded: its versions, its triggers and its run history. This cannot be undone. To simply stop it running, turn it off with update_automation instead.automations.write

No se incluye: facturación, ajustes de la agencia, eliminar una cuenta, cualquier cosa que gaste dinero. Invitar a un miembro y cambiar sus roles sí está; eliminarlo no.

Permisos

Una conexión recibe solo lo que pidió:

devices.read
Ver qué teléfonos tienes, cómo se llaman y si están en línea y emitiendo.
devices.snapshot
Hacer una captura de pantalla de un teléfono.
devices.write
Cambiar cómo se llama un teléfono o el número de inventario registrado para él.
devices.control
Tocar, deslizar, escribir, pulsar botones, cambiar ajustes, reiniciar la emisión de pantalla.
media.write
Enviar un archivo de tu bóveda de medios a un teléfono.
analytics.read
Leer las cifras de uso de tu agencia: quién estuvo activo, cuánto tiempo y en qué teléfonos.
members.read
Ver quién está en tu agencia, los roles que tienen y las invitaciones pendientes.
members.write
Invitar personas a tu agencia, retirar invitaciones y cambiar los roles de un miembro.
agency.read
Leer los datos de tu agencia: nombre, zona horaria, límite de teléfonos y número de miembros.
groups.write
Cambiar en qué modelos están archivados tus teléfonos, y crear un modelo poniéndole nombre.
automations.read
Ver sus automatizaciones, los pasos que componen cada una y cómo fueron las ejecuciones recientes.
automations.write
Crear, editar, publicar y eliminar automatizaciones, e iniciar o cancelar una ejecución.

Terminar una conexión

Abre API y MCP en el panel y desconéctala. Deja de funcionar en la siguiente llamada. Volver a conectarla exige aprobarla otra vez.

Ir a API y MCP

Límites

Cada conexión gasta créditos de una única bolsa diaria, con un precio según lo que hace la llamada: una captura cuesta más que una lectura, y el streaming más todavía. La bolsa es una cantidad fija más una parte por cada teléfono que alcanza la conexión, y se reinicia a medianoche UTC.

Cómo lo mantenemos acotado

  • Actúa como la persona que la aprobó, y no puede alcanzar un teléfono que esa persona no alcance.
  • Queda fijada a la agencia desde la que se aprobó. Ningún teléfono de otra agencia, tampoco para el personal de ALI.
  • Nunca usa tu sesión del navegador, así que cerrar sesión en el panel no la molesta.
  • Desconectar surte efecto en la siguiente llamada: la credencial se borra, no se deja caducar.
  • Cada conexión muestra quién la aprobó, cuándo se usó por última vez y qué ha gastado hoy.

¿Prefieres escribir el código tú?

La API pública cubre lo mismo y más, con una clave que creas en el panel.

Ver la referencia de la API