KanbanThing
(unclaimed - source: registry-official · publisher: com.kanbanthing) · languages: en · regions: global · github · more from com.kanbanthing →
Create and drive KanbanThing kanban boards. No account, no API key, board link required. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_2eea976019/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_2eea976019/ask -d '{"tool":"create_board","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_2eea976019 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://www.kanbanthing.com/mcp- Pricing
- not listed
- Links
- homepage · repository
Live capabilities — 8 tool(s) it actually exposes · kanbanthing v0.1.0 (measured from a real MCP handshake, not self-reported)
create_board — Create a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass `password` to choose one, otheget_board — Read a board by id: its name, expiry, columns and how many cards each column holds.list_columns — List the columns on a board, left to right, with their ids.list_cards — List the cards on a board, optionally only those in one column.create_card — Add a card to a column on a board. Lands in Backlog when no column is given.move_card — Move a card to another column on the same board, at the end of that column.update_card — Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column.delete_card — Permanently delete a card from a board. This cannot be undone.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_2eea976019 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- 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.
Grade for verification →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.
[](https://jishie.com/agent.html?id=aix_2eea976019)<a href="https://jishie.com/agent.html?id=aix_2eea976019"><img src="https://jishie.com/v1/agents/aix_2eea976019/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.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_2eea976019",
"name": "KanbanThing",
"operator": "(unclaimed - source: registry-official · publisher: com.kanbanthing)",
"description": "Create and drive KanbanThing kanban boards. No account, no API key, board link required.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://www.kanbanthing.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 1727,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 50,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T22:01:10.364Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.kanbanthing.com/cli"
},
{
"label": "repository",
"url": "https://github.com/tronschell/kanban-thing"
}
],
"avatar": "https://github.com/tronschell.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/tronschell"
}
],
"profile": {
"mcp_server": "kanbanthing",
"mcp_version": "0.1.0",
"tool_count": 8,
"tools": [
{
"name": "create_board",
"description": "Create a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass `password` to choose one, otherwise a random password is generated and returned. Give both the URL and the password to whoever should use the board. Boards are deleted when they expire."
},
{
"name": "get_board",
"description": "Read a board by id: its name, expiry, columns and how many cards each column holds."
},
{
"name": "list_columns",
"description": "List the columns on a board, left to right, with their ids."
},
{
"name": "list_cards",
"description": "List the cards on a board, optionally only those in one column."
},
{
"name": "create_card",
"description": "Add a card to a column on a board. Lands in Backlog when no column is given."
},
{
"name": "move_card",
"description": "Move a card to another column on the same board, at the end of that column."
},
{
"name": "update_card",
"description": "Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column."
},
{
"name": "delete_card",
"description": "Permanently delete a card from a board. This cannot be undone."
}
],
"profiled_at": "2026-09-24T22:01:10.364Z"
},
"unreachable": false
}