Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The catalog entry is properly SHA-pinned and the generated plugin index reflects the new plugin; only a minor metadata tweak was suggested.
Pull request overview
Adds the IAJUS Brazilian legal research plugin to the Grok plugin marketplace catalog and updates the generated plugin component index so clients can preview the plugin’s MCP server, skills, and agents before install.
Changes:
- Added a new
iajusremote-source entry to.grok-plugin/marketplace.jsonpinned to SHA97c322773a5b8a0b31c5bb5bc2bf68db76c3975b(pathplugins/iajus-juris). - Regenerated
.grok-plugin/plugin-index.jsonto include IAJUS version2.6.6and its indexed components (agents, skills, MCP server).
File summaries
| File | Description |
|---|---|
.grok-plugin/marketplace.json |
Adds the new marketplace catalog entry for the IAJUS remote plugin source. |
.grok-plugin/plugin-index.json |
Updates the generated plugin component index to include IAJUS metadata and components. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| }, | ||
| "homepage": "https://iajus.com.br", | ||
| "keywords": ["iajus", "iajus legal research", "iajus jurisprudencia", "iajus legislacao"], | ||
| "domains": ["iajus.com.br", "mcp.iajus.com.br"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds IAJUS to the official xAI Plugin Marketplace for Grok Build.
IAJUS is a Brazilian legal research platform that exposes a hosted, read-oriented MCP surface for Brazilian case law, qualified and binding precedents, and federal, state, and municipal legislation. The plugin also ships five legal-research skills and eight specialized legal agents, with citations and links to official sources when available.
iajushttps://github.com/rafaelob/iajus-plugin-public.git@97c322773a5b8a0b31c5bb5bc2bf68db76c3975b, pathplugins/iajus-jurisOwnership
The repository is currently hosted under the GitHub account of Rafael Bittencourt, who maintains the IAJUS public plugin distribution for Celeris Juris Tecnologia e Inteligência Jurídica LTDA. The Grok and Claude plugin manifests identify Celeris Juris as publisher/author and point to the official IAJUS domain. The plugin directory includes an explicit proprietary distribution license permitting compatible plugin marketplaces to index, distribute, and install the integration files while keeping the backend, corpus, infrastructure, and brand proprietary.
Checklist
.grok-plugin/marketplace.jsonwith kebab-casename..grok-plugin/plugin-index.jsonfor the pinned source.python3 scripts/validate-catalog.pypasses in xAI CI.python3 scripts/generate-plugin-index.py --checkpasses in xAI CI.homepage+ cleardescriptionset; upstream plugin includesREADME.md+.grok-plugin/plugin.json.plugins/iajus-juris/LICENSEand in the plugin manifest.Security
curl | bash, remote-code download/exec, orpostinstallRCE..envfiles, environment variables, or unrelated local credentials.Network endpoints this plugin calls (and why):
https://mcp.iajus.com.br/mcp— official hosted IAJUS Streamable HTTP MCP endpoint used for Brazilian legal research and source retrieval.Credentials/permissions it requires (and why):
IAJUS uses browser-based OAuth 2.1 authentication by default. No shared API secret is bundled in the plugin, and users do not need to paste a secret into the repository. Authorization remains subject to the authenticated user's IAJUS account and server-side permissions. The plugin itself does not read local credentials or environment variables.
Notes for reviewers
The remote source uses
path: plugins/iajus-jurisbecause the public repository distributes ecosystem-specific packages from one repository. That directory is self-contained for Grok discovery and includes:.grok-plugin/plugin.json.mcp.jsonskills/*/SKILL.mdlegal-research skillsagents/*.mdspecialized legal agentsREADME.mdLICENSEThe plugin directory contains no runtime installer, post-install script, lifecycle hook, local binary, or obfuscated payload. Runtime access is through the hosted HTTPS MCP endpoint.
The five indexed skills cover Brazilian jurisprudence research, federal legislation, state/municipal legislation, citation verification, and corpus status. The eight indexed agents cover legal research, thesis construction and adversarial testing, binding precedents, case-number research, legislation, memorial/opinion drafting, and citation verification.
IAJUS is already distributed from the same public repository to other compatible AI assistant/plugin ecosystems; this PR adds the Grok-native manifest and xAI catalog entry without duplicating the underlying integration.