MCP Hub

One endpoint for every product I build. Point any MCP client at it and AI can search and read all my content — docs, articles, glossary, build logs. Free, read-only, no auth.

Endpoint
https://mcp.jask.dev/mcp
Streamable HTTP JSON-RPC 2.0 read-only no auth

Tools

list_sites Every connected source with live item counts
search Search across all sites (EN/ZH keywords), returns title + URL + summary
read Full text of one item, by site id + item id

Sources

Counts update automatically — every site rebuilds its snapshot on deploy.

Connect

Works with Claude Desktop, Cursor, or any MCP client that speaks Streamable HTTP.

No setup? Paste this into any AI chat
Help me connect to an MCP server to search and read a collection of technical content in English and Chinese.

Server endpoint (Streamable HTTP, no auth required, connect directly):
https://mcp.jask.dev/mcp

It exposes 3 read-only tools:
- list_sites() — list all connected content sources with item counts
- search(query, site?) — search across all sites; query works in English and Chinese; optional site limits to one source
- read(site, id) — fetch the full text of one item; site and id come from search results

Content sources (~570 items, auto-updated):
- theonchaindiary.com — Web3 on-chain security education, articles + glossary (EN/ZH)
- zens.ink — SEO workflow docs (EN/ZH/JA/ES)
- blog.jask.dev — indie dev tech blog (ZH)
- liteink.co — Astro template shop, themes + docs (EN)
- revolutio.si — AI disruption intelligence, industry analyses (EN)
- uzenlabs.com — product build logs (EN)

If you support MCP: add the server above now, call list_sites to confirm the connection, then tell me what I can search.
If you do not support MCP: tell me which client app I should use to connect to this server, with concrete steps.帮我接入一个 MCP 服务器,用来搜索和阅读一组中文和英文的技术内容。

服务器地址(Streamable HTTP 协议,免认证,直接连):
https://mcp.jask.dev/mcp

它提供 3 个只读工具:
- list_sites():列出所有内容源和条数
- search(query, site?):跨站搜索,query 支持中文和英文,可指定 site 限定单站
- read(site, id):读取一篇内容的全文,site 和 id 来自 search 的返回结果

内容源(共约 570 条,持续更新):
- theonchaindiary.com — Web3 链上安全教程和词条(英文/中文)
- zens.ink — SEO 工作流文档(英文/中文/日文/西班牙文)
- blog.jask.dev — 独立开发技术博客(中文)
- liteink.co — Astro 模板商店,主题与文档(英文)
- revolutio.si — AI 颠覆情报,行业分析(英文)
- uzenlabs.com — 产品 build log(英文)

如果你支持 MCP:请立即添加上面的服务器,调用 list_sites 确认连通,然后告诉我可以查什么。
如果你不支持 MCP:请告诉我该用什么客户端(桌面 App 或网页)连接这个服务器,给出具体操作步骤。
mcpServers config
{
  "jask": {
    "url": "https://mcp.jask.dev/mcp"
  }
}
curl
curl -X POST https://mcp.jask.dev/mcp \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"search","arguments":{"query":"wallet drainer"}}}'