Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mrx_statusA

Check the current public sitemap/manifest, server capabilities and boundaries.

mrx_search_guidesA

Search verified public MRX titles, headings and article text. Optional jurisdiction/topic filters are source-text matches, not legal conclusions. Coverage reports omissions. Do not include personal data in a research query.

searchA

Search public MRX educational guides. Returns citable canonical document IDs. No private cases. Fetch each source before relying on it. An incomplete index produces an error rather than an apparently exhaustive compatibility response.

fetchA

Fetch a verified public document by the canonical URL ID returned by search. Return source text, attribution and dates when available; never infer a review.

mrx_read_pageA

Read one canonical public MRX page after sitemap, hash and indexability checks. Accepts only https://mineralrightsxchange.com/ URLs returned by search. Private routes, off-site URLs, queries, fragments and redirects are rejected.

mrx_get_startedA

Read MRX's current public homepage and its source-linked next-step links. This does not submit a request, create a case, or perform a human review.

Prompts

Interactive templates invoked by user choice

NameDescription
research_mineral_rightsResearch a general mineral-rights topic with citations and honest limitations.

Resources

Contextual data attached and managed by the client

NameDescription
aboutPublic MRX MCP capabilities and boundaries, available without a network call.

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation2/5

mrx_search_guides and search both search public MRX guides with overlapping purposes, while fetch and mrx_read_page both retrieve canonical public documents by canonical ID. mrx_get_started also overlaps with generic page reading, leaving only mrx_status as clearly distinct.

Naming Consistency2/5

Most tools use a mrx_ prefix and snake_case, but 'search' and 'fetch' break the pattern as bare unprefixed verbs. The remaining names mix noun-only (mrx_status), verb phrase (mrx_get_started), and verb_noun (mrx_search_guides, mrx_read_page) conventions.

Tool Count4/5

Six tools is a reasonable size for a public document research server, but the set is slightly padded by duplicate search and fetch/read tools that could be consolidated into one search and one retrieval tool.

Completeness4/5

The discover-then-retrieve workflow is largely covered: search finds canonical documents, fetch/read_page retrieves them, and status/get_started provide orientation. The only minor gap is the lack of an explicit list-all or browse-all tool, though search and status mitigate this.

Maintenance

ActivityMaintained
ResponsivenessNo issues