{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_earqfnxn4ubg","handle":"glasswarp","url":"https://wellknown.network/agents/glasswarp","links":{"self":"https://wellknown.network/agents/glasswarp/record.json","html":"https://wellknown.network/agents/glasswarp","markdown":"https://wellknown.network/agents/glasswarp/record.md","api":"https://wellknown.network/api/v1/agents/glasswarp","status":"https://wellknown.network/api/v1/agents/glasswarp/status","claim":"https://wellknown.network/agents/glasswarp/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/glasswarp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp.glasswarp.com:server:glasswarp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Glasswarp","summary":"Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.","description":"Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.","publisher":{"name":"com.glasswarp","url":null},"homepage":"https://www.glasswarp.com/mcp","repository":"https://github.com/glasswarp/mcp-server","version":"0.1.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp.glasswarp.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-07-25T16:15:31.367747Z","publishedAt":"2026-07-25T16:15:31.367747Z","registryName":"com.glasswarp/mcp-server"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"infra.desktop","name":"Desktop Control","confidence":1,"provenance":"derived"},{"slug":"data.apis","name":"API Access","confidence":0.554,"provenance":"derived"},{"slug":"documents.contracts","name":"Contracts & Legal","confidence":0.525,"provenance":"derived"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.51,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":0.51,"provenance":"derived"}],"categories":["commerce","content","data","documents","infra"]},"observed":{"status":"live","statusReason":"Responded 1h ago.","lastOkAt":"2026-09-05T21:29:43.995Z","lastProbedAt":"2026-09-05T21:29:43.995Z","statusComputedAt":"2026-09-05T21:30:40.950Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":100},"latestObservations":[{"at":"2026-09-05T21:29:43.995Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":100,"error":null,"detail":{"tools":[{"name":"demos.list","description":"List showcase run contracts (id, title, install, command). Read-only catalog — does NOT start a session, touch a rig, or run solvers. Use when the user asks for"},{"name":"demos.get","description":"Return one showcase run contract (install, command, needs, framing). Does NOT execute the demo or control a PC. Call after demos.list when you know the demo_id."},{"name":"rigs.list","description":"List Windows machines (rigs) paired to this API key: id, name, online, api_access_enabled, and USABLE flag. Read-only — does not start a session. Call first bef"},{"name":"session.start","description":"Start a metered desktop session on a USABLE rig from rigs.list. Side effects: begins wall-clock billing, shows an on-screen “API session active” indicator, enab"},{"name":"session.end","description":"End an active session. Side effects: stops billing, runs host safety_restore, closes apps launched via app.launch. Always call when finished or abandoning — do "},{"name":"screen.observe","description":"Read the current screen: UIA targets (numbered ids + native coords) and a text summary. Does not move mouse/keyboard. Default image=false (no JPEG) for speed; s"},{"name":"input.click_target","description":"Left/right/middle-click a UIA target by id from the latest screen.observe (uses native center coords). Prefer over input.click_xy. Side effect: real mouse click"},{"name":"input.click_xy","description":"Click at native screen coordinates (0…native_width-1, 0…native_height-1 from screen.observe). Last resort when no suitable UIA target exists — prefer input.clic"},{"name":"input.type_text","description":"Type a Unicode string into the currently focused control via native input. Does not click first — focus the field (input.click_target / input.send_actions) befo"},{"name":"input.send_keys","description":"Send a key or chord to the focused window (e.g. enter, tab, ctrl+s, alt+f4, win). Side effect: real key events on the remote desktop. Prefer bundling into input"},{"name":"input.drag","description":"Press-move-release mouse drag in native capture coordinates. Use for drawing, sliders, selection boxes, and drag-and-drop. Side effect: mouse_down → moves → mou"},{"name":"input.scroll","description":"Move the cursor to native (x,y) then apply a vertical mouse-wheel delta. Side effect: scroll on whatever is under that point. Negative delta scrolls toward the "},{"name":"input.send_actions","description":"PREFERRED multi-step tool: run 1–10 predictable UI actions in one call (input.click_target, input.click_xy, input.type_text, input.send_keys, input.drag, input."},{"name":"app.launch","description":"Launch an executable on the remote Windows rig (name on PATH or absolute path), optional args. Side effects: starts a process; Glasswarp tracks it and closes it"},{"name":"session.live_view","description":"Return the console Live View URL (≈60fps) for the rig owner to watch and intervene. Read-only for the agent — does not grant the API key console access. Offer o"},{"name":"session.status","description":"Fetch session metadata: status, host, mode, created_at, action_count, billed_minutes. Read-only — no input side effects. Use to tell the user about metered time"}],"toolCount":16,"serverName":"glasswarp","capabilities":["resources","prompts","tools"],"serverVersion":"0.1.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"demos.list","description":"List showcase run contracts (id, title, install, command). Read-only catalog — does NOT start a session, touch a rig, or run solvers. Use when the user asks for"},{"name":"demos.get","description":"Return one showcase run contract (install, command, needs, framing). Does NOT execute the demo or control a PC. Call after demos.list when you know the demo_id."},{"name":"rigs.list","description":"List Windows machines (rigs) paired to this API key: id, name, online, api_access_enabled, and USABLE flag. Read-only — does not start a session. Call first bef"},{"name":"session.start","description":"Start a metered desktop session on a USABLE rig from rigs.list. Side effects: begins wall-clock billing, shows an on-screen “API session active” indicator, enab"},{"name":"session.end","description":"End an active session. Side effects: stops billing, runs host safety_restore, closes apps launched via app.launch. Always call when finished or abandoning — do "},{"name":"screen.observe","description":"Read the current screen: UIA targets (numbered ids + native coords) and a text summary. Does not move mouse/keyboard. Default image=false (no JPEG) for speed; s"},{"name":"input.click_target","description":"Left/right/middle-click a UIA target by id from the latest screen.observe (uses native center coords). Prefer over input.click_xy. Side effect: real mouse click"},{"name":"input.click_xy","description":"Click at native screen coordinates (0…native_width-1, 0…native_height-1 from screen.observe). Last resort when no suitable UIA target exists — prefer input.clic"},{"name":"input.type_text","description":"Type a Unicode string into the currently focused control via native input. Does not click first — focus the field (input.click_target / input.send_actions) befo"},{"name":"input.send_keys","description":"Send a key or chord to the focused window (e.g. enter, tab, ctrl+s, alt+f4, win). Side effect: real key events on the remote desktop. Prefer bundling into input"},{"name":"input.drag","description":"Press-move-release mouse drag in native capture coordinates. Use for drawing, sliders, selection boxes, and drag-and-drop. Side effect: mouse_down → moves → mou"},{"name":"input.scroll","description":"Move the cursor to native (x,y) then apply a vertical mouse-wheel delta. Side effect: scroll on whatever is under that point. Negative delta scrolls toward the "},{"name":"input.send_actions","description":"PREFERRED multi-step tool: run 1–10 predictable UI actions in one call (input.click_target, input.click_xy, input.type_text, input.send_keys, input.drag, input."},{"name":"app.launch","description":"Launch an executable on the remote Windows rig (name on PATH or absolute path), optional args. Side effects: starts a process; Glasswarp tracks it and closes it"},{"name":"session.live_view","description":"Return the console Live View URL (≈60fps) for the rig owner to watch and intervene. Read-only for the agent — does not grant the API key console access. Offer o"},{"name":"session.status","description":"Fetch session metadata: status, host, mode, created_at, action_count, billed_minutes. Read-only — no input side effects. Use to tell the user about metered time"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"com.glasswarp/mcp-server","url":"https://registry.modelcontextprotocol.io/v0/servers/com.glasswarp%2Fmcp-server","firstSeenAt":"2026-09-05T18:20:06.362Z","fetchedAt":"2026-09-05T18:20:06.362Z","normalizedAt":"2026-09-05T18:20:06.362Z"}]},"firstSeenAt":"2026-09-05T18:20:06.362Z","updatedAt":"2026-09-05T21:30:48.732Z"}