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.

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"}}}'