MediaWebMCP verified
stalux.needhelp.icu WebMCP tools
Blog theme Stalux - A professional display platform for content creators, supporting various customization features including comment system integration, friend link management, social media…
MediaWebMCP verified
Blog theme Stalux - A professional display platform for content creators, supporting various customization features including comment system integration, friend link management, social media…
Blog theme Stalux - A professional display platform for content creators, supporting various customization features including comment system integration, friend link management, social media… This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Paginated list of all published posts, returning title, permanent link (abbrlink), date, categories, tags, description and post page URL. Use it to browse the whole blog or find a post's abbrlink; it does not return body content — use stalux_get_post for one post's metadata, or stalux_read_post for the full body.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_list_postsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_list_posts tool on stalux.needhelp.icu with page: <integer>, pageSize: <integer>. Return the structured result and cite the source page.page integer Page number, starting at 1pageSize integer Items per page, max 50Locate a post by abbrlink or title keyword and return its metadata (title, date, categories, tags, description, word count, post page URL). Use it when only metadata is needed — cheaper than reading the full body; use stalux_read_post for the body. To get an abbrlink, first use stalux_list_posts or stalux_search_posts.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_get_postInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_get_post tool on stalux.needhelp.icu with id: <string>. Return the structured result and cite the source page.id string Post abbrlink (e.g. f4442947) or a title keyword (fuzzy match, first hit wins)Return the metadata of the post the user is currently viewing. Call it first when the user says 'this post' or 'the current page' to establish context — cheaper than reading the body. Returns an error when not on a post page.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_current_postInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_current_post tool on stalux.needhelp.icu. Return the structured result and cite the source page.Pick a random post and return its metadata (title, abbrlink, date, description, URL). Useful for recommendations, discovery, or when unsure where to start; it does not return body content and does not navigate.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_random_postInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_random_post tool on stalux.needhelp.icu. Return the structured result and cite the source page.Search the full text of all posts (title, tags, categories, body) by keyword, returning matching posts with title, URL and excerpt snippets. Ideal for questions like 'has the blog covered X?' or 'find posts about Y'; once a post is located, use stalux_read_post for the body or stalux_get_post for metadata.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_search_postsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_search_posts tool on stalux.needhelp.icu with keyword: <string>, limit: <integer>. Return the structured result and cite the source page.keyword string Search keywordlimit integer Maximum number of results to returnRead the full raw Markdown of a post by abbrlink (permanent link ID), including frontmatter and copyright footer. Use it for full content, quotes or summarization; for metadata only, stalux_get_post is cheaper. To get an abbrlink, first use stalux_list_posts or stalux_search_posts.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_read_postInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_read_post tool on stalux.needhelp.icu with id: <string>. Return the structured result and cite the source page.id string Post abbrlink, e.g. f4442947Return the blog's site info (title, description, site URL) plus pointers to machine-readable content: /llms.txt (site navigation and post link list) and /llms-full.txt (full-site Markdown mirror with all post bodies). Use it to understand the blog's topic, orient, or bulk-fetch all content.
Open the stalux.needhelp.icu website and ask your browser agent to use stalux_site_infoInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the stalux_site_info tool on stalux.needhelp.icu. Return the structured result and cite the source page.