mrx-public
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| research_mineral_rights | Research a general mineral-rights topic with citations and honest limitations. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Public MRX MCP capabilities and boundaries, available without a network call. |
TDQS
Scored across 6 tools
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.
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.
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.
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.