Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Pleasurecruise • Automation & Orchestration
A small MCP server that exposes Discourse-style endpoints for the Linux.do forum so agents and bots can read topics, notifications, bookmarks, and private messages.
Read and search Linux.do forum topics (latest, top, hot, categories) programmatically.
Access user-specific data such as notifications, bookmarks, and private messages using a personal access token.
A lightweight MCP bridge to integrate Linux.do with bots, dashboards, or automation workflows.
This project implements a Mobile Client Protocol (MCP) adapter for the Linux.do Discourse forum, providing JSON endpoints for latest/top/hot topics, categories, notifications, searches, bookmarks, and private messages. It is open-source (MIT) and designed to run via Node or Python with a personal API token (PAT) and username configured. The README includes example run configurations and references the Discourse API and a PAT generation script to simplify setup for integrations and automation.
Name: 获取Linux.do有新帖子的话题 Description: 获取Linux.do论坛中新帖子的话题列表 Args: page: 页码,默认为1 per_page: 每页条数,默认为10
Name: 获取Linux.do过去一年一月一周一天中最活跃的话题 Description: 获取Linux.do论坛中在指定时间周期内最活跃的话题列表 Args: period: 时间周期:每日/每周/每月/每季度/每年/全部,可选 page: 页码,默认为1 per_page: 每页条数,默认为10
Name: 获取Linux.do最近热门话题 Description: 获取Linux.do论坛中最近的热门话题列表 Args: page: 页码,默认为1 per_page: 每页条数,默认为10
Name: 获取Linux.do特定分类下的话题 Description: 获取Linux.do论坛中特定分类下的话题列表。如果未指定分类,则返回所有分类的话题。 Args: category: 话题分类名称,可选 page: 页码,默认为1 per_page: 每页条数,默认为10
Name: 获取Linux.do最近几天创建的话题 Description: 获取Linux.do论坛中最近几天新创建的话题列表 Args: page: 页码,默认为1 per_page: 每页条数,默认为10
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.