Linux DO MCP integration for AI agents.

Connect AI agents to Linux DO through 13 structured actions, including list badge grants, list category tag topics, and list category topics. Review authenti…

ACTION CONTRACTS
13
AUTHENTICATION
No account authorization
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Linux DO integration exposes

The Linux DO Agent App exposes 13 provider-backed actions for social and developer tools work. Its current contract lets an authorized agent list recent grants of a linux do badge. rss endpoint: get https://linux.do/badges/{id}.rss. returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. on a 429/rate-limit error, retry later or fetch the endpoint url directly from a local network, list topics with a tag inside a category. rss endpoint: get https://linux.do/tags/c/{slug}/{id}/{tag}.rss. returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. on a 429/rate-limit error, retry later or fetch the endpoint url directly from a local network, and list topics in a linux do category. rss endpoint: get https://linux.do/c/{slug}/{id}.rss. returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. on a 429/rate-limit error, retry later or fetch the endpoint url directly from a local network. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses No account authorization. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Linux DO account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Linux DO capabilities.

Showing 12 of 13 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

list_badge_grantsREAD

List recent grants of a Linux DO badge. RSS endpoint: GET https://linux.do/badges/{id}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: id / limit

list_category_tag_topicsREAD

List topics with a tag inside a category. RSS endpoint: GET https://linux.do/tags/c/{slug}/{id}/{tag}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: categorySlug / categoryId / tag / limit

list_category_topicsREAD

List topics in a Linux DO category. RSS endpoint: GET https://linux.do/c/{slug}/{id}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: slug / id / limit

list_group_mentionsREAD

List posts mentioning a Linux DO group. RSS endpoint: GET https://linux.do/g/{name}/mentions.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: name / limit

list_group_postsREAD

List posts by members of a Linux DO group. RSS endpoint: GET https://linux.do/g/{name}/posts.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: name / limit

list_hot_topicsREAD

List public hot/trending topics from Linux DO. RSS endpoint: GET https://linux.do/hot.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: limit

list_latest_postsREAD

List the latest public posts across Linux DO. RSS endpoint: GET https://linux.do/posts.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: limit

list_latest_topicsREAD

List the latest public topics from Linux DO. RSS endpoint: GET https://linux.do/latest.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: limit

list_tag_topicsREAD

List topics with a Linux DO tag. RSS endpoint: GET https://linux.do/tag/{tag}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: tag / limit

list_top_topicsREAD

List public top topics from Linux DO for a time period. RSS endpoint: GET https://linux.do/top.rss?period={period} (daily/weekly/monthly/quarterly/yearly/all). On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: period / limit

list_topic_postsREAD

List posts within a Linux DO topic. RSS endpoint: GET https://linux.do/t/{slug}/{id}.rss (slug defaults to "topic"). Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: topicId / slug / limit

list_user_postsREAD

List posts by a Linux DO user. RSS endpoint: GET https://linux.do/u/{username}/activity.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network.

INPUTS: username / limit

INPUT CONTRACTS

Know what the action needs before it runs.

list_badge_grants

idREQUIRED
The numeric badge ID.
limitOPTIONAL
The maximum number of items to return. The feed returns a fixed number of items; this truncates the parsed result locally.

list_category_tag_topics

categorySlugREQUIRED
The category slug, e.g. "develop".
categoryIdREQUIRED
The numeric category ID.
tagREQUIRED
The tag name/slug, e.g. "chatgpt".
limitOPTIONAL
The maximum number of items to return. The feed returns a fixed number of items; this truncates the parsed result locally.

list_category_topics

slugREQUIRED
The category slug, e.g. "develop".
idREQUIRED
The numeric category ID.
limitOPTIONAL
The maximum number of items to return. The feed returns a fixed number of items; this truncates the parsed result locally.

list_group_mentions

nameREQUIRED
The Linux DO group name.
limitOPTIONAL
The maximum number of items to return. The feed returns a fixed number of items; this truncates the parsed result locally.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect List Badge Grants

List recent grants of a Linux DO badge. RSS endpoint: GET https://linux.do/badges/{id}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

list_badge_grants

Verify with List Category Tag Topics

List topics with a tag inside a category. RSS endpoint: GET https://linux.do/tags/c/{slug}/{id}/{tag}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 does not necessarily mean the resource does not exist. On a 429/rate-limit error, retry later or fetch the endpoint URL directly from a local network. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

list_category_tag_topics

SAFETY BOUNDARY

Operate Linux DO with explicit limits

  • Authorize Linux DO with No account authorization and grant only the provider access required by the selected actions.
  • The current action names appear read-oriented, but returned Linux DO data may still be sensitive and should be minimized before it enters model context.
  • Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Linux DO rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the Linux DO task completed successfully.

CONNECTION MODEL

No account authorization

Linux DO uses No account authorization. Connection requirements and availability are determined by the provider and the Working Machines deployment.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
13
WRITE SIGNALS
0
HIGH IMPACT
0
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Linux DO.

Official Linux DO website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS