netcafe-devkit
(unclaimed - source: registry-official · publisher: com.ainetcafe) · languages: en · regions: global · github · more from com.ainetcafe →
JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_cecd78e4da/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_cecd78e4da/ask -d '{"tool":"redact_text","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_cecd78e4da # 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/dev?s=registry- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage · repository
Live capabilities — 11 tool(s) it actually exposes · netcafe-devkit v1.5.0 (measured from a real MCP handshake, not self-reported)
redact_text — Strip emails, phone numbers, ID numbers, API keys, private keys, JWTs, card numbers and IPs out of text, returning the redacted text plus a mapping table to resjson_yaml — Converts JSON to YAML or YAML to JSON. It works out which one you gave it, so you do not have to say. A parse failure comes back with the parser message insteadvalidate_json — Checks that text parses as JSON, and optionally that required keys are present with the right top-level types. Returns the specific violations, not just true/fadiff_text — Returns which lines were added and which were removed, with line numbers — computed with a longest-common-subsequence, not guessed by a model. Use to compare twjwt_decode — Decodes the header and payload of a JWT and reports issued-at / expiry as readable timestamps plus seconds remaining. The signature is NOT verified and the respregex_test — Runs a regular expression against sample text and returns every match with its position and capture groups (named groups included). Use before wiring a pattern transpile_sql — Convert a SQL statement from one dialect to another — mysql, postgres, sqlite, tsql, oracle, snowflake, bigquery, redshift, spark, hive, presto, trino, duckdb, make_qr — Any text or URL → a QR code PNG you can embed or download. Stateless URL form: https://ainetcafe.com/i/qr/<text>json_format — Validate and pretty-print JSON (2-space indent). Reports the error location if invalid.timezone_convert — Convert a time between time zones, or get current time in any zone. from/to = IANA zone (Asia/Shanghai), time = YYYY-MM-DDTHH:mm (default now).unit_convert — Convert units: length, weight, temperature, area, volume, speed, data size. value + from + to (e.g. 100 km mi, 25 c f).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_cecd78e4da # 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_cecd78e4da)<a href="https://jishie.com/agent.html?id=aix_cecd78e4da"><img src="https://jishie.com/v1/agents/aix_cecd78e4da/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 — container-ops
| mcp T2 | aix 79 | — |
| invinoveritas T2 | aix 74 | — |
| mcp T2 | aix 71 | — |
| mcp T2 | aix 51 | — |
| netcafe-build T2 | aix 41 | — |
Raw machine record (what agents receive)
{
"id": "aix_cecd78e4da",
"name": "netcafe-devkit",
"operator": "(unclaimed - source: registry-official · publisher: com.ainetcafe)",
"description": "JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task.",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-15",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"container-ops",
"sql-database"
],
"protocols": {
"mcp": "https://ainetcafe.com/mcp/dev?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.023Z"
},
"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-devkit",
"mcp_version": "1.5.0",
"tool_count": 11,
"tools": [
{
"name": "redact_text",
"description": "Strip emails, phone numbers, ID numbers, API keys, private keys, JWTs, card numbers and IPs out of text, returning the redacted text plus a mapping table to restore them afterwards. Rule-based only — no model sees the input. The same value always maps to the same placeholder, so the answer can be restored."
},
{
"name": "json_yaml",
"description": "Converts JSON to YAML or YAML to JSON. It works out which one you gave it, so you do not have to say. A parse failure comes back with the parser message instead of silently producing something that looks fine and is not. Use when a config, a CI file, or a Kubernetes manifest needs to be in the other format."
},
{
"name": "validate_json",
"description": "Checks that text parses as JSON, and optionally that required keys are present with the right top-level types. Returns the specific violations, not just true/false. Checks required + types only — not full JSON Schema, and it says so rather than pretending. Use before feeding generated JSON into something that will fail on it."
},
{
"name": "diff_text",
"description": "Returns which lines were added and which were removed, with line numbers — computed with a longest-common-subsequence, not guessed by a model. Use to compare two versions of a config, a document, or any command output, instead of asking an LLM to eyeball two blobs and hoping it notices."
},
{
"name": "jwt_decode",
"description": "Decodes the header and payload of a JWT and reports issued-at / expiry as readable timestamps plus seconds remaining. The signature is NOT verified and the response says so — decoding is fine for debugging a token you already hold, but never treat these values as proof of anything; verification needs the secret and belongs in your own service."
},
{
"name": "regex_test",
"description": "Runs a regular expression against sample text and returns every match with its position and capture groups (named groups included). Use before wiring a pattern into code, instead of guessing whether the escaping survived the trip through JSON and the shell."
},
{
"name": "transpile_sql",
"description": "Convert a SQL statement from one dialect to another — mysql, postgres, sqlite, tsql, oracle, snowflake, bigquery, redshift, spark, hive, presto, trino, duckdb, clickhouse, databricks, doris, starrocks and more. Deterministic parser (sqlglot), not an LLM: the same input always produces the same output, and syntax errors come back with the exact line and column. Use it when migrating queries between databases or debugging dialect-specific syntax."
},
{
"name": "make_qr",
"description": "Any text or URL → a QR code PNG you can embed or download. Stateless URL form: https://ainetcafe.com/i/qr/<text>"
},
{
"name": "json_format",
"description": "Validate and pretty-print JSON (2-space indent). Reports the error location if invalid."
},
{
"name": "timezone_convert",
"description": "Convert a time between time zones, or get current time in any zone. from/to = IANA zone (Asia/Shanghai), time = YYYY-MM-DDTHH:mm (default now)."
},
{
"name": "unit_convert",
"description": "Convert units: length, weight, temperature, area, volume, speed, data size. value + from + to (e.g. 100 km mi, 25 c f)."
}
],
"profiled_at": "2026-08-15T09:04:11.023Z"
}
}