WebMCP

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…

7 tools1 methodsspec API surface

What can an agent do with 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… This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on stalux.needhelp.icu

Tool 1 of 7WebMCPAnswer

stalux_list_posts

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.

How to install

Open the stalux.needhelp.icu website and ask your browser agent to use stalux_list_posts

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the stalux_list_posts tool on stalux.needhelp.icu with page: <integer>, pageSize: <integer>. Return the structured result and cite the source page.

Input contract

  • page integer Page number, starting at 1
  • pageSize integer Items per page, max 50

Open the source definition

Tool 2 of 7WebMCPAnswer

stalux_get_post

Locate 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.

How to install

Open the stalux.needhelp.icu website and ask your browser agent to use stalux_get_post

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the stalux_get_post tool on stalux.needhelp.icu with id: <string>. Return the structured result and cite the source page.

Input contract

  • id string Post abbrlink (e.g. f4442947) or a title keyword (fuzzy match, first hit wins)

Open the source definition

Tool 3 of 7WebMCPAnswer

stalux_current_post

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.

How to install

Open the stalux.needhelp.icu website and ask your browser agent to use stalux_current_post

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the stalux_current_post tool on stalux.needhelp.icu. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 7WebMCPAnswer

    stalux_random_post

    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.

    How to install

    Open the stalux.needhelp.icu website and ask your browser agent to use stalux_random_post

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the stalux_random_post tool on stalux.needhelp.icu. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 5 of 7WebMCPAnswer

      stalux_search_posts

      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.

      How to install

      Open the stalux.needhelp.icu website and ask your browser agent to use stalux_search_posts

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the stalux_search_posts tool on stalux.needhelp.icu with keyword: <string>, limit: <integer>. Return the structured result and cite the source page.

      Input contract

      • keyword string Search keyword
      • limit integer Maximum number of results to return

      Open the source definition

      Tool 6 of 7WebMCPAnswer

      stalux_read_post

      Read 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.

      How to install

      Open the stalux.needhelp.icu website and ask your browser agent to use stalux_read_post

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the stalux_read_post tool on stalux.needhelp.icu with id: <string>. Return the structured result and cite the source page.

      Input contract

      • id string Post abbrlink, e.g. f4442947

      Open the source definition

      Tool 7 of 7WebMCPAnswer

      stalux_site_info

      Return 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.

      How to install

      Open the stalux.needhelp.icu website and ask your browser agent to use stalux_site_info

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the stalux_site_info tool on stalux.needhelp.icu. Return the structured result and cite the source page.

      Input contract

        Open the source definition