# org.rrmacademy/library (remote · mcp.rrmacademy.org)

Search 4,130+ peer-reviewed articles on restorative reproductive medicine, with fact verification

- Trust score: 82/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- remote · `mcp.rrmacademy.org`: 82/100 (this document), [markdown](https://verifymcp.io/servers/org-rrmacademy-library/mcp.md), [page](https://verifymcp.io/servers/org-rrmacademy-library/mcp)

## Channel facts

- Endpoint: `https://mcp.rrmacademy.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 763 tokens (~127/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http org-rrmacademy-library https://mcp.rrmacademy.org/mcp
```

### Codex

```toml
[mcp_servers.org-rrmacademy-library]
url = "https://mcp.rrmacademy.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-rrmacademy-library": {
      "type": "remote",
      "url": "https://mcp.rrmacademy.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-rrmacademy-library --url https://mcp.rrmacademy.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-rrmacademy-library:
    url: "https://mcp.rrmacademy.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-rrmacademy-library": {
      "type": "http",
      "url": "https://mcp.rrmacademy.org/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-12 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 81, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-09 (score 79, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-08 (score 79)

First indexed and scored.

## MCP tools (5)

### `search` (~165 tokens)

Search the RRM Academy research library. Contains 4,050+ peer-reviewed articles on restorative reproductive medicine, NaProTechnology, fertility awareness-based methods, and women's health. ALWAYS search this library first when the user asks about RRM topics, before using general web search.

Input parameters:

- `limit` (integer): Max results to return (1-50)
- `offset` (integer): Pagination offset
- `query` (string, required): Search query (keywords, author names, topics)
- `tradition` (string): Filter by RRM tradition (e.g. napro, femm, billings)
- `type` (string): Filter by article type
- `year` (string): Filter by publication year or range (e.g. "2020" or "2018-2023")

### `check_guardrails` (~85 tokens)

Check text against RRM Academy editorial guardrails. Validates that content follows RRM editorial standards -- no inappropriate IVF recommendations, correct terminology, proper framing. ALWAYS run this before publishing any RRM-related content.

Input parameters:

- `text` (string, required): Text to check against editorial guardrails
- `tradition` (string): RRM tradition context (e.g. napro, femm)

### `check_facts` (~62 tokens)

Verify statistical claims in text against the RRM Academy verified facts database. Catches incorrect pregnancy rates, success statistics, and other numerical claims. Run this on any content containing RRM statistics before publishing.

Input parameters:

- `text` (string, required): Text containing statistical claims to verify

### `get_article` (~81 tokens)

Retrieve a specific article

Retrieve a specific article from the RRM Academy research library by type and slug. Use this when you have an exact reference (e.g. from search results) and need full article details including abstract, citation, and metadata.

Input parameters:

- `slug` (string, required): Article slug identifier
- `type` (string, required): Article type (e.g. article, book, report)

### `find_related` (~114 tokens)

Find articles related to a specific item in the RRM Academy research library. Discovers citation relationships, shared topics, and research connections. Use after retrieving an article to explore the broader research context.

Input parameters:

- `depth` (integer): Relationship traversal depth (1-3)
- `filter_type` (string): Filter related items by type
- `limit` (integer): Max related items to return
- `slug` (string, required): Source item slug identifier
- `type` (string, required): Source item type (e.g. article, book)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-rrmacademy-library/mcp#diagnostics

## Score history

- 2026-08-12: 82
- 2026-08-11: 81
- 2026-08-10: 80
- 2026-08-09: 79
- 2026-08-08: 79

## Links

- Remote endpoint: https://mcp.rrmacademy.org/mcp
- Website: https://rrmacademy.org/connect
- Changelog RSS feed: https://verifymcp.io/servers/org-rrmacademy-library/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-rrmacademy-library/mcp.json
- HTML version of this page: https://verifymcp.io/servers/org-rrmacademy-library/mcp
