# Shareuhack.com Knowledge Base Generated: 2026-06-30T14:05:06.731Z Description: Practical guides on AI tools, digital nomad life, finance, and career — optimized for LLMs. Written for Asian digital workers in zh-TW, en, and ja. Base URL: https://www.shareuhack.com Total Articles: 719 --- ## Available Languages - [Traditional Chinese (ZH-TW)](/llms-zh.txt) — 271 articles - [English (EN)](/llms-en.txt) — 225 articles - [Japanese (JA)](/llms-ja.txt) — 223 articles --- ## Machine-Readable APIs ### Article Search & Retrieval GET/POST https://www.shareuhack.com/api/v1/mcp Protocol: JSON-RPC 2.0 (MCP-compatible) Description: MCP Server for searching and retrieving articles. Supports tools: search_articles, get_article, list_articles. Discovery: https://www.shareuhack.com/mcp.json ### REST API OpenAPI Spec: https://www.shareuhack.com/openapi.json GET https://www.shareuhack.com/api/v1/posts Query params: locale (zh-TW|en|ja), category (tech|work|money|life), q (search), tool, concept, limit, sort Returns: Article metadata with url and api_url fields. GET https://www.shareuhack.com/api/v1/posts/{slug} Query params: locale (zh-TW|en|ja) Returns: Full article including raw markdown content. GET https://www.shareuhack.com/api/v1/popular Query params: locale, limit Returns: Popular articles ranked by pageviews. GET https://www.shareuhack.com/api/v1/graph Returns: Knowledge graph with topic nodes and article links. --- ## Content Categories - tech: AI tools, Claude Code, developer tools, automation - work: productivity, career, freelance, digital nomad - money: finance, investment, tax, crypto - life: travel, visa guides, lifestyle optimization --- ## MCP Quick Start To use the MCP server in an AI agent: 1. Initialize: POST /api/v1/mcp {"jsonrpc":"2.0","id":1,"method":"initialize","params":{}} 2. List tools: POST /api/v1/mcp {"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}} 3. Search articles: POST /api/v1/mcp {"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_articles","arguments":{"q":"claude code","locale":"en","limit":5}}} 4. Get full article: POST /api/v1/mcp {"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"get_article","arguments":{"slug":"claude-code-parallel-workflow-guide-2026","locale":"en"}}} --- ## Latest Updates For full article content, see the language-specific files above.