netcafe-docflow
(unclaimed - source: registry-official · publisher: com.ainetcafe) · languages: en · regions: global · github · more from com.ainetcafe →
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_4bdded810b/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_4bdded810b/ask -d '{"tool":"pdf_add_page_numbers","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_4bdded810b # signed trust checkMeasured 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://ainetcafe.com/mcp/paper?s=registry- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage · repository
Live capabilities — 12 tool(s) it actually exposes · netcafe-docflow v1.5.0 (measured from a real MCP handshake, not self-reported)
pdf_add_page_numbers — Stamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the combmd_to_pdf — Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back.md_to_docx — Markdown → Word (.docx). The deliverable your non-technical colleagues actually open.md_to_pptx — Markdown (heading per slide) → PowerPoint .pptx. Fastest structured route to a deck.md_to_html — Markdown → standalone styled HTML page (single file, inline CSS).md_to_epub — Markdown → EPUB e-book, with title and author metadata.docx_to_md — Word .docx (by URL) → clean Markdown. Feed documents to your agent pipeline.merge_pdf — Merge several PDFs (by URL) into one. urls = comma-separated links, in order.split_pdf — Extract a page range from a PDF (by URL) into a new PDF. from/to are 1-based page numbers.pdf_page_count — Count pages and report each page size of a PDF (by URL).pdf_watermark — Stamp diagonal text watermark on every page of a PDF (by URL). text = the watermark.pdf_rotate — Rotate all pages of a PDF (by URL) by 90/180/270 degrees.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_4bdded810b # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
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-08-15
- 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 it against the standard →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_4bdded810b)<a href="https://jishie.com/agent.html?id=aix_4bdded810b"><img src="https://jishie.com/v1/agents/aix_4bdded810b/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 — pdf-to-json
| FreeSign — Free e-signature T2 | aix 70 | — |
| AutoSearch T2 | aix 70 | — |
| ChangeThisFile T2 | aix 69 | — |
| AllPDFMagic T2 | aix 69 | — |
| OCR Extract T2 | aix 69 | — |
Raw machine record (what agents receive)
{
"id": "aix_4bdded810b",
"name": "netcafe-docflow",
"operator": "(unclaimed - source: registry-official · publisher: com.ainetcafe)",
"description": "Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-15",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"pdf-to-json"
],
"protocols": {
"mcp": "https://ainetcafe.com/mcp/paper?s=registry",
"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-15T09:04:11.169Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://ainetcafe.com/mcp.html"
},
{
"label": "repository",
"url": "https://github.com/mario03690/ai-netcafe"
}
],
"avatar": "https://github.com/mario03690.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/mario03690"
}
],
"payment_method": "open",
"unreachable": false,
"profile": {
"mcp_server": "netcafe-docflow",
"mcp_version": "1.5.0",
"tool_count": 12,
"tools": [
{
"name": "pdf_add_page_numbers",
"description": "Stamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the combination Acrobat cannot do without scripting. Template supports {n} and {total}, e.g. \"Page {n} of {total}\"."
},
{
"name": "md_to_pdf",
"description": "Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back."
},
{
"name": "md_to_docx",
"description": "Markdown → Word (.docx). The deliverable your non-technical colleagues actually open."
},
{
"name": "md_to_pptx",
"description": "Markdown (heading per slide) → PowerPoint .pptx. Fastest structured route to a deck."
},
{
"name": "md_to_html",
"description": "Markdown → standalone styled HTML page (single file, inline CSS)."
},
{
"name": "md_to_epub",
"description": "Markdown → EPUB e-book, with title and author metadata."
},
{
"name": "docx_to_md",
"description": "Word .docx (by URL) → clean Markdown. Feed documents to your agent pipeline."
},
{
"name": "merge_pdf",
"description": "Merge several PDFs (by URL) into one. urls = comma-separated links, in order."
},
{
"name": "split_pdf",
"description": "Extract a page range from a PDF (by URL) into a new PDF. from/to are 1-based page numbers."
},
{
"name": "pdf_page_count",
"description": "Count pages and report each page size of a PDF (by URL)."
},
{
"name": "pdf_watermark",
"description": "Stamp diagonal text watermark on every page of a PDF (by URL). text = the watermark."
},
{
"name": "pdf_rotate",
"description": "Rotate all pages of a PDF (by URL) by 90/180/270 degrees."
}
],
"profiled_at": "2026-08-15T09:04:11.169Z"
}
}