{
  "markdown": "# ai-daily-insights-mcp\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server for **[AI Daily Insights](https://www.aidailyinsights.cn)** — a daily AI briefing built for both humans and agents.\n\nIt lets any MCP-capable assistant (Claude Desktop, Claude Code, Cursor, …) list, read and search the daily AI news, fully structured — no HTML scraping.\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `get_latest()` | The newest issue with all its news items in one call. |\n| `list_latest(limit=5)` | List recent issues: date, title, summary, tags, URLs. |\n| `get_article(date)` | Fetch one issue (`YYYY-MM-DD`), parsed into news items `{index, title, signal, body}`. |\n| `get_range(from, to, limit=14)` | Every issue in a date range (e.g. the past week), fetched in parallel. |\n| `list_by_tag(tag, limit=10)` | Issues carrying a given tag (company/topic), matched case-insensitively. |\n| `search(query, tag, limit=10)` | Full-text + tag search across all news items, in one server-side call. |\n\nData comes from the public JSON endpoints (`/index.json`, `/{date}.json`, `/search`) — the server is stateless and needs no API key. Responses are cached in-memory briefly (default 5 min, override with `AI_DAILY_CACHE_TTL_MS`) to avoid hammering the site on repeated calls.\n\n## Use it\n\n### Claude Code\n```bash\nclaude mcp add ai-daily-insights -- npx -y ai-daily-insights-mcp\n```\n\n### Claude Desktop / Cursor (config file)\n```json\n{\n  \"mcpServers\": {\n    \"ai-daily-insights\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"ai-daily-insights-mcp\"]\n    }\n  }\n}\n```\n\nThen ask: *\"用 ai-daily-insights 列出最近 5 天的 AI 资讯，挑 SpaceX 相关的讲讲。\"*\n\n## Config\n\n| Env var | Default | Purpose |\n| --- | --- | --- |\n| `AI_DAILY_BASE_URL` | `https://www.aidailyinsights.cn` | Override the site origin (e.g. a preview deploy). |\n| `AI_DAILY_CACHE_TTL_MS` | `300000` | In-memory cache TTL for fetched JSON, in milliseconds. |\n\n## Develop\n\n```bash\nnpm install\nnpm run inspect   # opens the MCP Inspector\n```\n\n## License\n\nMIT\n",
  "bytes": 2007,
  "sha": "620e92b9d493a28dcdd2a67458bc9a550a309e50b9e17d22df4690706babc79e",
  "repo_slug": "whalecupl/ai-daily-insights-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_whalecupl_ai_daily_insights_mc_eab48541/readme"
}