Model Context Protocol

Claude mit Ihren Telefonen verbinden

Fügen Sie ALI Remote zu Claude hinzu und bitten Sie es, sich ein Telefon anzusehen und es zu bedienen.

Endpunkt
https://beta.aliremote.com/api/mcp
Transport
HTTP, streamfähig
Anmeldung
OAuth 2.1 mit PKCE

Was das ist

Das Model Context Protocol ist die Art, wie Claude mit Software außerhalb seiner selbst spricht. Wenn Sie ALI verbinden, erhält es Werkzeuge für Ihre Telefone, Ihr Team und Ihre Automatisierungen. Sie sagen, was Sie wollen, Claude sieht sich den Bildschirm an und tut es.

Eine Verbindung trägt Ihren eigenen Zugang und nicht mehr: die Telefone, die Sie sehen, in der Agentur, aus der Sie sie freigegeben haben.

Verbinden

Claude Code

Führen Sie das im Terminal aus, geben Sie dann /mcp ein und wählen Sie die Anmeldung. Einmal im Browser freigeben, dann macht das Terminal weiter.

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

Claude im Web oder auf dem Desktop

Öffnen Sie Einstellungen, dann Connectors, und fügen Sie einen eigenen Connector mit derselben URL hinzu.

Es gibt keinen Schlüssel zum Einfügen und kein Geheimnis zum Aufbewahren. Sind Sie nicht angemeldet, bittet der Browser Sie zuerst um die Anmeldung.

Was Claude tun kann

Alles, was etwas verändert, fragt Sie jedes Mal vorher. Ein Tipp und eine Einladung lassen sich nicht rückgängig machen.

WerkzeugWas es tutBerechtigungFragt vorher
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.readNein, es liest nur
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.readNein, es liest nur
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.snapshotNein, es liest nur
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.controlJa
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.controlJa
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.controlJa
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.controlJa
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.controlJa
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.controlJa
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.writeJa
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.controlJa
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.readNein, es liest nur
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.controlJa
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.controlJa
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.controlJa
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)Ja
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.writeJa
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.writeJa
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.writeNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
get_memberGet one memberRead one person in this agency: their username, email, and the roles they hold.members.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.writeJa
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.writeJa
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.writeJa
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.writeJa
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.readNein, es liest nur
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.readNein, es liest nur
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.writeJa
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.readNein, es liest nur
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.readNein, es liest nur
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.readNein, es liest nur
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.writeJa
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.writeJa
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.writeJa
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.writeJa
list_automation_runsList runsList recent runs, newest first, with how each one ended. Use it to answer whether last night worked.automations.readNein, es liest nur
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.readNein, es liest nur
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.writeJa
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.writeJa
remove_automation_triggerRemove a triggerStop an automation being started that way. Its other triggers are left alone.automations.writeJa
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.writeJa

Nicht dabei: Abrechnung, Agentureinstellungen, das Löschen eines Kontos, alles, was Geld ausgibt. Ein Mitglied einzuladen und seine Rollen zu ändern gehört dazu; es zu entfernen nicht.

Berechtigungen

Eine Verbindung bekommt nur, worum sie gebeten hat:

devices.read
Sehen, welche Telefone Sie haben, wie sie heißen und ob sie online sind und übertragen.
devices.snapshot
Einen Screenshot eines Telefons aufnehmen.
devices.write
Ändern, wie ein Telefon heißt oder welche Inventarnummer dafür erfasst ist.
devices.control
Tippen, wischen, schreiben, Tasten drücken, Einstellungen ändern, die Bildschirmübertragung neu starten.
media.write
Eine Datei aus Ihrem Medientresor an ein Telefon senden.
analytics.read
Die Nutzungszahlen Ihrer Agentur lesen: wer aktiv war, wie lange und auf welchen Telefonen.
members.read
Sehen, wer in Ihrer Agentur ist, welche Rollen die Personen haben und welche Einladungen offen sind.
members.write
Personen in Ihre Agentur einladen, Einladungen zurückziehen und die Rollen eines Mitglieds ändern.
agency.read
Die Daten Ihrer Agentur lesen: Name, Zeitzone, Telefonkontingent und Mitgliederzahl.
groups.write
Ändern, in welche Models Ihre Telefone einsortiert sind, und durch Benennen ein Model anlegen.
automations.read
Ihre Automatisierungen sehen, aus welchen Schritten jede besteht und wie die letzten Läufe verliefen.
automations.write
Automatisierungen erstellen, bearbeiten, veröffentlichen und löschen sowie einen Lauf starten oder abbrechen.

Eine Verbindung beenden

Öffnen Sie API & MCP im Dashboard und trennen Sie die Verbindung. Sie hört beim nächsten Aufruf auf zu funktionieren. Ein erneutes Verbinden braucht eine neue Freigabe.

Zu API & MCP

Grenzen

Jede Verbindung verbraucht Credits aus einem einzigen Tagestopf, je nachdem, was ein Aufruf tut: Ein Screenshot kostet mehr als ein Lesezugriff, Streaming noch mehr. Der Topf ist ein fester Grundbetrag plus ein Anteil pro Telefon, das die Verbindung erreicht, und wird um Mitternacht UTC zurückgesetzt.

Wie wir das eingrenzen

  • Sie handelt als die Person, die sie freigegeben hat, und kann kein Telefon erreichen, das diese Person nicht erreicht.
  • An die Agentur gebunden, aus der sie freigegeben wurde. Keine Telefone einer anderen Agentur, auch nicht für ALI-Mitarbeitende.
  • Sie nutzt nie Ihre Browsersitzung, eine Abmeldung im Dashboard stört sie also nicht.
  • Das Trennen wirkt beim nächsten Aufruf: Die Berechtigung wird gelöscht, nicht dem Ablauf überlassen.
  • Jede Verbindung zeigt, wer sie freigegeben hat, wann sie zuletzt genutzt wurde und was sie heute verbraucht hat.

Lieber selbst programmieren?

Die öffentliche API deckt dasselbe ab und mehr, mit einem Schlüssel, den Sie im Dashboard erzeugen.

Zur API-Referenz