@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?post_type=lh-portfolio&#038;p=147320>
  a sioc:Post ;
  dc:title "LH MCP BuddyPress Queries" ;
  dcterms:identifier 147320 ;
  dc:modified "2026-09-13T15:20:41Z"^^xsd:dateTime ;
  dc:created "2026-09-13T15:03:27Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-mcp-buddypress-queries/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">A pure MCP-abilities plugin wrapping native BuddyPress query APIs — group membership, group listing, activity streams, and the member directory — that aren&#8217;t specific to any single vertical. Contrast with <a href="/portfolio/lh-buddypress-group-taxonomies/">LH BuddyPress Group Taxonomies</a>, which is taxonomy-scoped only.</p>



<p class="wp-block-paragraph">No admin UI, no front-end output — abilities only. Network-activated, so every ability is reachable via each site&#8217;s own MCP connector, not just the main site.</p>



<h2 class="wp-block-heading">Key features</h2>



<ul class="wp-block-list">

<li>Group membership queries: who&#8217;s in a group, their role, and (where permitted) their email</li>


<li>Group listing and lookup, independent of any taxonomy</li>


<li>Activity-stream queries, scoped to a group or a single user</li>


<li>Member directory search, matching BuddyPress&#8217;s own directory tabs (active/newest/alphabetical/online/random)</li>


<li>Seven read-only MCP abilities in total, deliberately excluding private messages and friend connections — a different risk category, out of scope here</li>

</ul>



<h2 class="wp-block-heading">Capability model</h2>



<p class="wp-block-paragraph">Abilities that never return an email address are gated to BuddyPress&#8217;s own <code>bp_moderate</code> capability. Abilities that return member email addresses (<code>get-group-members</code>, <code>search-members</code>) are gated to <code>edit_users</code> instead, matching the precedent set by <code>lh-membership/list-members</code>. Full per-ability detail is in the MCP abilities section below.</p>



<h2 class="wp-block-heading">Install &amp; setup</h2>



<ol class="wp-block-list">

<li>Upload/install the plugin as <code>lh-mcp-buddypress-queries</code>.</li>


<li>Activate on any site running BuddyPress. No configuration needed — abilities register automatically.</li>

</ol>


<ul class="lh_portfolio-doc-toc"><li><a href="https://lhero.org/portfolio/lh-mcp-buddypress-queries/mcp-abilities/">MCP abilities</a></li><li><a href="https://lhero.org/portfolio/lh-mcp-buddypress-queries/changelog/">Changelog</a></li></ul>"""^^rdf:XMLLiteral ;
  sioc:content """
A pure MCP-abilities plugin wrapping native BuddyPress query APIs — group membership, group listing, activity streams, and the member directory — that aren&#8217;t specific to any single vertical. Contrast with LH BuddyPress Group Taxonomies, which is taxonomy-scoped only.



No admin UI, no front-end output — abilities only. Network-activated, so every ability is reachable via each site&#8217;s own MCP connector, not just the main site.



Key features





Group membership queries: who&#8217;s in a group, their role, and (where permitted) their email


Group listing and lookup, independent of any taxonomy


Activity-stream queries, scoped to a group or a single user


Member directory search, matching BuddyPress&#8217;s own directory tabs (active/newest/alphabetical/online/random)


Seven read-only MCP abilities in total, deliberately excluding private messages and friend connections — a different risk category, out of scope here





Capability model



Abilities that never return an email address are gated to BuddyPress&#8217;s own bp_moderate capability. Abilities that return member email addresses (get-group-members, search-members) are gated to edit_users instead, matching the precedent set by lh-membership/list-members. Full per-ability detail is in the MCP abilities section below.



Install &amp; setup





Upload/install the plugin as lh-mcp-buddypress-queries.


Activate on any site running BuddyPress. No configuration needed — abilities register automatically.




MCP abilitiesChangelog""" ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/>, <https://lhero.org/lh_portfolio-lifecycle-stage/active/>, <https://lhero.org/?taxonomy=author&term=cap-1> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-type/plugin/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/plugin/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-lifecycle-stage/active/> rdfs:seeAlso <https://lhero.org/lh_portfolio-lifecycle-stage/active/?feed=lhrdf&format=turtle> .
<https://lhero.org/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://lhero.org/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
