Just Publish
(unclaimed - source: registry-official · publisher: ai.justpublish) · languages: en · regions: global · github · more from ai.justpublish →
Publish the website you built with AI to a live public URL — straight from chat, no setup. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_a8111a8ab0/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_a8111a8ab0/ask -d '{"tool":"deploy","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_a8111a8ab0 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://mcp.justpublish.ai/- Pricing
- not listed
- Links
- homepage · repository
Live capabilities — 3 tool(s) it actually exposes · Just Publish v0.1.12 (measured from a real MCP handshake, not self-reported)
deploy — Put a website live at a public URL. Use this when the user wants to publish, launch, or get a page online - e.g. 'I need a website', 'put up a page for my businget_site_files — Read the files of a site you already published, so you can make a targeted edit instead of rebuilding the whole site from memory. Returns a complete manifest (eupdate_site_file — Change one or a few files of an already-published site, leaving every other file untouched (a merge - unlike deploy, which replaces the whole site). Ideal for sCall 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_a8111a8ab0 # 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_a8111a8ab0)<a href="https://jishie.com/agent.html?id=aix_a8111a8ab0"><img src="https://jishie.com/v1/agents/aix_a8111a8ab0/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_a8111a8ab0",
"name": "Just Publish",
"operator": "(unclaimed - source: registry-official · publisher: ai.justpublish)",
"description": "Publish the website you built with AI to a live public URL — straight from chat, no setup.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://mcp.justpublish.ai/",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 530,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 68,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T19:00:51.180Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://justpublish.ai/"
},
{
"label": "repository",
"url": "https://github.com/just-done/just-publish-mcp"
}
],
"avatar": "https://github.com/just-done.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/just-done"
}
],
"profile": {
"mcp_server": "Just Publish",
"mcp_version": "0.1.12",
"tool_count": 3,
"tools": [
{
"name": "deploy",
"description": "Put a website live at a public URL. Use this when the user wants to publish, launch, or get a page online - e.g. 'I need a website', 'put up a page for my business', 'make this live'. Takes static files (HTML, CSS, JS, images) and returns a working URL anyone can open. No build step, no config. First call: omit site_id and edit_token - you get back a url, a site_id, and an edit_token. Keep the edit_token; it's the only way to change this site later. Later calls: pass site_id + edit_token to publish over the same site. deploy REPLACES the whole site - any file you leave out is DELETED. To chang"
},
{
"name": "get_site_files",
"description": "Read the files of a site you already published, so you can make a targeted edit instead of rebuilding the whole site from memory. Returns a complete manifest (every file's path, size, content-type, sha256) plus the contents of the text files (HTML/CSS/JS/etc). Also returns the site's current `version` - pass it back to update_site_file so you don't overwrite a newer change. Pass `paths` to fetch only specific files; omit it to get all text files. Requires site_id + edit_token."
},
{
"name": "update_site_file",
"description": "Change one or a few files of an already-published site, leaving every other file untouched (a merge - unlike deploy, which replaces the whole site). Ideal for small edits: fix a typo in index.html, swap a stylesheet, add one page. Best practice: call get_site_files first, edit the returned content, then call this with the files you changed and the `expected_version` from that read - if the site changed in the meantime you get a clear conflict telling you to re-read. Requires site_id + edit_token. Cannot delete files (use deploy to drop a file) and cannot remove index.html."
}
],
"profiled_at": "2026-09-24T19:00:51.180Z"
},
"unreachable": false
}