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

CodePic

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

AI-powered diagram and system architecture visualization tool for creating flowcharts and wireframes. — as described by its source registry

⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_111e615dcb/invoke
curl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_111e615dcb/ask -d '{"tool":"get_shape_docs","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDC
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_111e615dcb # 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://codepic.cc/api/mcp/mcp
Pricing
not listed
Links
homepage · repository · listing

Live capabilities — 6 tool(s) it actually exposes · mcp-typescript server on vercel v0.1.0 (measured from a real MCP handshake, not self-reported)

get_shape_docs — Return the full CodePic shape reference — all element types, their fields, data payloads, and JSON examples. Call this before create_diagram or update_diagram w
list_templates — List all available CodePic diagram templates. Use this ONLY when the user has explicitly asked to browse, list, or pick from templates (e.g. "show me templates"
create_from_template — Create a new CodePic diagram from a predefined template. Requires API Key authentication. Returns a public view URL and edit URL. **STRICT USAGE RULE — READ BE
create_diagram — Create a custom CodePic hand-drawn style diagram by specifying nodes and edges. Requires API Key authentication. Returns a public view URL. **THIS IS THE DEFAU
get_diagram — Fetch the current state of an existing CodePic diagram. Returns a compact summary of all elements with their IDs, types, positions, and parent-child relationshi
update_diagram — Update an existing CodePic diagram. You can rename it, replace all nodes/edges, or add/remove individual nodes and edges. Requires API Key authentication. When

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_111e615dcb # 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) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.

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 CodePic

[![jishie](https://jishie.com/v1/agents/aix_111e615dcb/badge.svg)](https://jishie.com/agent.html?id=aix_111e615dcb)
<a href="https://jishie.com/agent.html?id=aix_111e615dcb"><img src="https://jishie.com/v1/agents/aix_111e615dcb/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_111e615dcb",
  "name": "CodePic",
  "operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
  "description": "AI-powered diagram and system architecture visualization tool for creating flowcharts and wireframes.",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "general-tools"
  ],
  "protocols": {
    "mcp": "https://codepic.cc/api/mcp/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-13T21:00:40.621Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/codepic"
    },
    {
      "label": "repository",
      "url": "https://github.com/abelce/codepic-mcp"
    },
    {
      "label": "listing",
      "url": "https://codepic.cc/"
    }
  ],
  "avatar": "https://github.com/abelce.png?size=160",
  "socials": [
    {
      "label": "github",
      "url": "https://github.com/abelce"
    }
  ],
  "unreachable": false,
  "profile": {
    "mcp_server": "mcp-typescript server on vercel",
    "mcp_version": "0.1.0",
    "tool_count": 6,
    "tools": [
      {
        "name": "get_shape_docs",
        "description": "Return the full CodePic shape reference — all element types, their fields, data payloads, and JSON examples. Call this before create_diagram or update_diagram whenever you need to use an unfamiliar shape type or set type-specific data fields (e.g. select options, triangle direction, callout tail). No authentication required."
      },
      {
        "name": "list_templates",
        "description": "List all available CodePic diagram templates. Use this ONLY when the user has explicitly asked to browse, list, or pick from templates (e.g. \"show me templates\", \"列出模板\"). Do NOT call this as a preparatory step when the user just described a diagram they want — in that case go straight to `create_diagram`. Discovering slugs here is only meaningful before a user-confirmed `create_from_template` call."
      },
      {
        "name": "create_from_template",
        "description": "Create a new CodePic diagram from a predefined template. Requires API Key authentication. Returns a public view URL and edit URL.\n\n**STRICT USAGE RULE — READ BEFORE CALLING:**\nOnly call this tool when the user has **explicitly** asked to use a template. Explicit signals include phrases like: \"use a template\", \"from template\", \"用模板\", \"从模板创建\", \"list templates and pick one\", or the user directly naming/selecting a template slug.\n\nIf the user merely describes a diagram they want (e.g. \"draw an A/B test flowchart\", \"帮我画一个登录流程\", \"给我做一个系统架构图\"), **DO NOT** call this tool. Call `create_diagram` instead and build the diagram from the user's description. Never silently substitute a template for a described diagram — the user will get a generic result that does not match what they asked for.\n\nWhen responding to the user, present the returned URL as a clickable markdown link (e.g. `[Open in CodePic →](URL)`) so the user can click it directly in their AI client (Cursor / Claude / etc.)."
      },
      {
        "name": "create_diagram",
        "description": "Create a custom CodePic hand-drawn style diagram by specifying nodes and edges. Requires API Key authentication. Returns a public view URL.\n\n**THIS IS THE DEFAULT TOOL FOR ANY USER-DESCRIBED DIAGRAM.** Whenever the user describes a diagram they want (\"draw an A/B test flowchart\", \"帮我画一个登录流程\", \"a system architecture with a load balancer and 3 servers\", etc.), build it here from their description. Do NOT fall back to `create_from_template` / `list_templates` unless the user explicitly asked for a template.\n\nWhen responding to the user, present the returned URL as a clickable markdown link (e.g. `[Open in CodePic →](URL)`) so the user can click it directly in their AI client (Cursor / Claude / etc.).\n\n**Container nesting (IMPORTANT — use whenever possible):**\n- Set `parentId` on a node to nest it inside another node. ANY node type can be a container.\n- The parent automatically becomes draggable-as-a-group and users can keep dropping elements into it.\n- Good container types: `frame` (clean group box), `rect`/`rounded-rect` (module boundary), `package` (UML package), `swimlane` (process lane).\n- Use absolute canvas coordinates for all nodes — child coordinates are auto-converted to parent-relative.\n- **Rule**: whenever 2+ nodes logically belong to the same module / component / region, create a container node first and set `parentId` on each child.\n\n**Design tips for beautiful diagrams:**\n- Use semantic types: `button-primary` for CTA buttons (auto blue), `diamond` for decisions\n- Pick a color palette and apply it consistently — light fill + darker stroke of the same hue:\n  • Blue:   fillColor #e3f2fd / #bbdefb, strokeColor #1565c0, fontColor #1565c0 (or #ffffff on dark fill)\n  • Green:  fillColor #e8f5e9 / #c8e6c9, strokeColor #2e7d32, fontColor #1b5e20\n  • Purple: fillColor #f3e5f5 / #e1bee7, strokeColor #6a1b9a, fontColor #4a148c\n  • Neutral: fillColor #f8fafc / #f1f5f9, strokeColor #475569, fontColor #1e293b\n- Each semantic group (decisions, processes, I/O) should share a fill color to create visual hierarchy\n- Dark fill (e.g. #1565c0, #ef4444) → fontColor #ffffff; light fill → fontColor #111827"
      },
      {
        "name": "get_diagram",
        "description": "Fetch the current state of an existing CodePic diagram. Returns a compact summary of all elements with their IDs, types, positions, and parent-child relationships. Use this before update_diagram when you need to: add nested children to existing containers, make targeted edits to specific elements, or understand the current structure. Requires API Key authentication."
      },
      {
        "name": "update_diagram",
        "description": "Update an existing CodePic diagram. You can rename it, replace all nodes/edges, or add/remove individual nodes and edges. Requires API Key authentication.\n\nWhen responding to the user, present the returned URL as a clickable markdown link (e.g. `[Open in CodePic →](URL)`) so the user can click it directly in their AI client (Cursor / Claude / etc.)."
      }
    ],
    "profiled_at": "2026-08-13T21:00:40.621Z"
  }
}