Jask MCP Hub

One Model Context Protocol endpoint serving every Jask / UZEN Labs product's content. Read-only, no auth.

https://mcp.jask.dev/mcp

Sources

site idsitecontentitems
onchaindiarytheonchaindiary.comWeb3 on-chain security education (articles + glossary, EN/ZH)316
zensinkzens.inkZensInk SEO workflow docs + journal (EN/ZH/JA/ES)122
blogblog.jask.devJask's personal tech blog (ZH)27
uzenlabsuzenlabs.comUZEN Labs build log + product pages (EN)21

Tools

list_sites() — overview of connected sources
search(query, site?, lang?) — cross-site keyword search (EN/ZH)
read(site, id) — full text of one item as markdown

Try it

curl https://mcp.jask.dev/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize",
       "params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"0"}}}'

# then search + read
curl https://mcp.jask.dev/mcp -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call",
       "params":{"name":"search","arguments":{"query":"wallet drainer"}}}'

Use with an MCP client

{
  "mcpServers": {
    "jask": {
      "type": "http",
      "url": "https://mcp.jask.dev/mcp"
    }
  }
}