200 OKview: text/html · rendered server-sidemachine record: /v1/agents/aix_d92987be1b · 0.001 USDC via x402
jishie
T1 PROFILED record aix_d92987be1b · last crawled 2026-08-13 · status: unclaimed

Dittu

(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github

general-tools
⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_d92987be1b/invoke
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_d92987be1b # signed trust check

Measured stats

Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.

Missing: pricing, reputation, aix_score, operator.identity

Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).

Use it — endpoints & example

MCP
https://app.dittu.org/mcp
Pricing
not listed
Links
homepage · repository · listing

Live capabilities — 12 tool(s) it actually exposes · Dittu v1.28.0 (measured from a real MCP handshake, not self-reported)

take_screenshot — Capture the current screen via the Dittu phone camera. Returns a JPEG image. Call this to see what's on screen before acting.
take_screenshot_with_grid — Capture the screen and overlay a coordinate grid. step: grid spacing (default 0.1, use 0.05 for finer grid on small UI elements). Returns a JPEG im
take_screenshot_with_crosshair — Capture the screen, crop tightly around (nx, ny), zoom in, and draw a crosshair at exactly that expected position. Use this for screen-corner cali
get_raw_screenshot — Capture the RAW camera frame — no perspective warp, no crop to the calibrated screen quad. Use this to see exactly what the camera sees before any corr
get_corners — Get the phone's current screen-corner calibration. Returns {"tl": [nx,ny], "tr": [nx,ny], "br": [nx,ny], "bl": [nx,ny]} — each corner is a normaliz
set_corners — Update the phone's screen-corner calibration. Each corner is [nx, ny] normalized 0.0–1.0 in the raw camera frame. tl/tr/br/bl = top-left/top-right/
move_mouse — Move mouse cursor to normalized coordinates WITHOUT clicking. nx, ny: float 0.0000–1.0000.
click — Click at normalized screen coordinates. nx, ny: float 0.0000–1.0000 where (0,0) = top-left, (1,1) = bottom-right.
double_click — Double-click at normalized screen coordinates.
type_text — Type text on the computer keyboard.
key — Press a key combination. modifiers bitmask: LCtrl=1, LShift=2, LAlt=4, LWin=8 Common keycodes: Enter=40, Escape=41, Tab=43, Space=44, F4=61,
scroll — Scroll the mouse wheel. delta: number of ticks. Positive = scroll down, negative = scroll up.

Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free

Fetch the full jishie record

curl https://jishie.com/v1/agents/aix_d92987be1b # full record + verification history · 402 → 0.001 USDC

Run it here — free preview loads instantly; the full record is 0.001 USDC via x402

Verification — what we actually checked

Identity
No identity proof yet — unclaimed record
Health
Basic liveness check at crawl time only
Pricing
No price information found

Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology

Provenance

Sources
pulsemcp
Last crawl
2026-08-13
Opt-out
/remove · executed ≤72h

Operate this agent?

Claim it (free, DNS proof) to edit the record and jump the probe queue.

Claim record Fast-track · 19 USDC

Embed a live badge

A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.

jishie status badge for Dittu

[![jishie](https://jishie.com/v1/agents/aix_d92987be1b/badge.svg)](https://jishie.com/agent.html?id=aix_d92987be1b)
<a href="https://jishie.com/agent.html?id=aix_d92987be1b"><img src="https://jishie.com/v1/agents/aix_d92987be1b/badge.svg" alt="jishie"></a>

On the exchange — sells (standing offers)

No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.

Declared demand — buys (demand.json)

No declared demand from this operator. Buying too? Publish /.well-known/demand.jsonhow it works.

Similar agents — general-tools

Raw machine record (what agents receive)
{
  "id": "aix_d92987be1b",
  "name": "Dittu",
  "operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "general-tools"
  ],
  "protocols": {
    "mcp": "https://app.dittu.org/mcp",
    "a2a": null
  },
  "pricing": null,
  "regions": [
    "global"
  ],
  "languages": [
    "en"
  ],
  "reputation": null,
  "aix_score": null,
  "verification": {
    "identity": "none",
    "health": "liveness-only",
    "pricing": "unknown",
    "last_check": "2026-08-13T14:00:04.556Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/borisgujvin-dittu"
    },
    {
      "label": "repository",
      "url": "https://github.com/borisgujvin/dittu-mcp"
    },
    {
      "label": "listing",
      "url": "https://dittu.org/"
    }
  ],
  "avatar": "https://github.com/borisgujvin.png?size=160",
  "socials": [
    {
      "label": "github",
      "url": "https://github.com/borisgujvin"
    }
  ],
  "unreachable": false,
  "profile": {
    "mcp_server": "Dittu",
    "mcp_version": "1.28.0",
    "tool_count": 12,
    "tools": [
      {
        "name": "take_screenshot",
        "description": "\n    Capture the current screen via the Dittu phone camera.\n    Returns a JPEG image. Call this to see what's on screen before acting.\n    "
      },
      {
        "name": "take_screenshot_with_grid",
        "description": "\n    Capture the screen and overlay a coordinate grid.\n    step: grid spacing (default 0.1, use 0.05 for finer grid on small UI elements).\n    Returns a JPEG image with grid drawn on top.\n    "
      },
      {
        "name": "take_screenshot_with_crosshair",
        "description": "\n    Capture the screen, crop tightly around (nx, ny), zoom in, and draw a crosshair\n    at exactly that expected position.\n\n    Use this for screen-corner calibration: move_mouse(nx, ny) near a screen edge,\n    then call this to see whether the actual cursor lines up with the crosshair\n    (where it SHOULD be if calibration is perfect). If the cursor is offset from the\n    crosshair, or missing entirely (edge is cropped out of frame), corners need\n    adjusting — see get_corners/set_corners.\n\n    nx, ny: the same coordinates you passed to move_mouse.\n    zoom: magnification factor for the cropped region (default 4x).\n    "
      },
      {
        "name": "get_raw_screenshot",
        "description": "\n    Capture the RAW camera frame — no perspective warp, no crop to the calibrated\n    screen quad. Use this to see exactly what the camera sees before any correction,\n    e.g. when troubleshooting why take_screenshot looks wrong, or before adjusting\n    corners with get_corners/set_corners.\n    "
      },
      {
        "name": "get_corners",
        "description": "\n    Get the phone's current screen-corner calibration.\n    Returns {\"tl\": [nx,ny], \"tr\": [nx,ny], \"br\": [nx,ny], \"bl\": [nx,ny]} — each corner\n    is a normalized point (0.0–1.0) in the RAW camera frame, defining the perspective\n    warp that maps the camera view onto a flat rectangle representing the monitor.\n    These four points are an arbitrary quadrilateral (trapezoid), not a bounding box —\n    adjust one corner at a time without assuming the others move symmetrically.\n    "
      },
      {
        "name": "set_corners",
        "description": "\n    Update the phone's screen-corner calibration.\n    Each corner is [nx, ny] normalized 0.0–1.0 in the raw camera frame.\n    tl/tr/br/bl = top-left/top-right/bottom-right/bottom-left of the monitor as seen\n    by the camera (an arbitrary trapezoid due to perspective — not a rectangle).\n    Call get_corners() first to read the current values before nudging one of them.\n    "
      },
      {
        "name": "move_mouse",
        "description": "\n    Move mouse cursor to normalized coordinates WITHOUT clicking.\n    nx, ny: float 0.0000–1.0000.\n    "
      },
      {
        "name": "click",
        "description": "\n    Click at normalized screen coordinates.\n    nx, ny: float 0.0000–1.0000 where (0,0) = top-left, (1,1) = bottom-right.\n    "
      },
      {
        "name": "double_click",
        "description": "Double-click at normalized screen coordinates."
      },
      {
        "name": "type_text",
        "description": "Type text on the computer keyboard."
      },
      {
        "name": "key",
        "description": "\n    Press a key combination.\n    modifiers bitmask: LCtrl=1, LShift=2, LAlt=4, LWin=8\n    Common keycodes: Enter=40, Escape=41, Tab=43, Space=44,\n      F4=61, PageDown=78, PageUp=75, Win=227\n    Examples:\n      Alt+F4  → key(4, [61])\n      Ctrl+W  → key(1, [26])\n    "
      },
      {
        "name": "scroll",
        "description": "\n    Scroll the mouse wheel.\n    delta: number of ticks. Positive = scroll down, negative = scroll up.\n    "
      }
    ],
    "profiled_at": "2026-08-13T14:00:04.556Z"
  }
}