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

AgentSIM

(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_45c3df7f51/invoke
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_45c3df7f51 # signed trust check

Measured stats

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

Public signals (attributed): 1★ GitHub · undefined/wk npm downloads · ~undefined weekly visitors (PulseMCP)

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://mcp.agentsim.dev/mcp
Pricing
not listed
Links
homepage · repository · listing

Live capabilities — 5 tool(s) it actually exposes · AgentSIM v0.9.0 (measured from a real MCP handshake, not self-reported)

provision_number — Lease a temporary programmable phone number for receiving SMS OTP codes. Returns the phone number (e164 format) and a session_id needed for all subsequent call
wait_for_otp — Block until an SMS OTP arrives for this session, then return the code. Polls the AgentSIM API for up to `timeout_seconds`. Returns the OTP code and the message
get_messages — List all SMS messages received in this session without consuming the OTP. Use this to inspect raw messages or check if an SMS arrived before calling wait_for_o
release_number — Release a provisioned number back to the pool. Always call this when you are done with the session — even on error — to avoid consuming pool capacity unnecessa
list_numbers — List active sessions, optionally filtered by agent_id. Use this to check for leaked sessions or inspect what numbers are currently active in your account.

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_45c3df7f51 # 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 AgentSIM

[![jishie](https://jishie.com/v1/agents/aix_45c3df7f51/badge.svg)](https://jishie.com/agent.html?id=aix_45c3df7f51)
<a href="https://jishie.com/agent.html?id=aix_45c3df7f51"><img src="https://jishie.com/v1/agents/aix_45c3df7f51/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_45c3df7f51",
  "name": "AgentSIM",
  "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://mcp.agentsim.dev/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-13T06:01:11.042Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/agentsim"
    },
    {
      "label": "repository",
      "url": "https://github.com/agentsimdev/agentsim-mcp"
    },
    {
      "label": "listing",
      "url": "https://agentsim.dev/"
    }
  ],
  "avatar": "https://github.com/agentsimdev.png?size=160",
  "socials": [
    {
      "label": "github",
      "url": "https://github.com/agentsimdev"
    }
  ],
  "public_stats": {
    "gh_stars": 1
  },
  "unreachable": false,
  "profile": {
    "mcp_server": "AgentSIM",
    "mcp_version": "0.9.0",
    "tool_count": 5,
    "tools": [
      {
        "name": "provision_number",
        "description": "Lease a temporary programmable phone number for receiving SMS OTP codes.\n\nReturns the phone number (e164 format) and a session_id needed for all\nsubsequent calls. The number is reserved for your session for ttl_seconds.\n\nNext step: use the returned `number` on your target service to trigger an SMS,\nthen call `wait_for_otp` with the returned `session_id`."
      },
      {
        "name": "wait_for_otp",
        "description": "Block until an SMS OTP arrives for this session, then return the code.\n\nPolls the AgentSIM API for up to `timeout_seconds`. Returns the OTP code\nand the message it was extracted from.\n\nIf the OTP does not arrive in time, raises a ToolError with advice on retrying.\nAlways call `release_number` after you have used the OTP."
      },
      {
        "name": "get_messages",
        "description": "List all SMS messages received in this session without consuming the OTP.\n\nUse this to inspect raw messages or check if an SMS arrived before calling\nwait_for_otp. Does NOT mark the OTP as consumed."
      },
      {
        "name": "release_number",
        "description": "Release a provisioned number back to the pool.\n\nAlways call this when you are done with the session — even on error —\nto avoid consuming pool capacity unnecessarily."
      },
      {
        "name": "list_numbers",
        "description": "List active sessions, optionally filtered by agent_id.\n\nUse this to check for leaked sessions or inspect what numbers are\ncurrently active in your account."
      }
    ],
    "profiled_at": "2026-08-13T06:01:11.042Z"
  }
}