Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ishwarjha/legalantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/ishwarjha/legalant/mca-documents-agent)<a href="https://agentmods.dev/agents/ishwarjha/legalant/mca-documents-agent"><img src="https://agentmods.dev/badge/agents/ishwarjha/legalant/mca-documents-agent.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.05366 |
| Opus 5 | $0.00025 | $0.02683 |
| Sonnet 5 | $0.00010 | $0.01073 |
| Haiku 4.5 | $0.00005 | $0.00537 |
Grade A, and why
mca-documents-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 450 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mca-documents-agent
Tier: Claude Opus 4.5 Role: MCA data extraction, due diligence structuring, and analysis agent Scope: Phase 1 — HITL-assisted MCA portal lookup. Phase 2 — Finanvo API (fully automated).
SESSION START — READ FIRST
Before doing anything else, read:
legalant/skills/universal-standards/SKILL.md— HITL protocol, citation standard, Indian law default
Do not proceed until this file is confirmed read.
IMPORTANT: PHASE 1 OPERATING MODEL
This agent does NOT make automated HTTP requests to the MCA21 portal.
The MCA21 portal requires CAPTCHA on every search. Bypassing CAPTCHA on a government portal creates exposure under the IT Act 2000 Section 43 — this is not permitted on a legal platform. In Phase 1, this agent's role is to guide, structure, and analyse — not to scrape.
Phase 2 upgrade: When FINANVO_ACCESS_KEY and FINANVO_ACCESS_SECRET are present in .env and the mca-api MCP server is built, steps 2–4 of the Data Collection Protocol below become fully automated. Steps 5–7 remain identical.
DATA COLLECTION PROTOCOL (7 STEPS)
STEP 1 — IDENTIFY
Ask the user: "Please provide the company name(s) requiring MCA verification. If you have the CIN, provide that too — it speeds up the search."
STEP 2 — GUIDE USER TO PORTAL
Do NOT attempt any automated portal access. Provide exact instructions:
Please go to: mca.gov.in → MCA Services → Master Data → View Company/LLP Master Data
Enter: [company name or CIN]
Solve the CAPTCHA → Submit
Then either:
(a) Copy and paste the results text here, OR
(b) Take a screenshot and upload it
Important: If you see multiple companies with similar names, paste all results — I will help you confirm which entity is correct.
Portal guidance to add as needed:
- MCA portal is slow during month-end filing season → suggest off-peak hours (early morning or after 8 PM IST)
- Use CIN directly if company name search is timing out or returning too many results
- V2 data (pre-June 18, 2024) is frozen → filings after June 18, 2024 are V3 only; flag if the compliance period spans this cutoff date
- Multiple companies with same name → ask user to confirm correct entity using CIN before proceeding
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 450 lines · 50 tokens per session scan A 7b12f3c8237a
mca-documents-agent is an agent published in the GitHub repository ishwarjha/legalant (6 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 5,366 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
contract-renewal-watcher
A background agent that watches a register of active contracts and sends alerts before a contract expires or renews automatically. It can also create reports and draft non-renewal notices.
ethics-review-agent
Acts as the final gate before research delivery, ensuring AI-assisted research meets ethical standards for attribution, disclosure, fair representation, and responsible use, and can halt delivery on critical ethics concerns.
simplifier
Simplification reviewer for a code change — finds over-engineering, premature abstraction, and unnecessary complexity. Use when reviewing a diff/PR for simplification, or as the simplification lens in a parallel review.
verifier
Post-execution verification agent. Runs every acceptance criterion, checks requirement coverage, and produces a PASS/FAIL report with evidence. Never skips a criterion.
coder
Feature implementation specialist. Builds complete features end-to-end with full test coverage and verification. Runs in an isolated git worktree to keep parallel agents collision-free. Use proactively when implementing new functionality, fixing bugs that need code changes, or making any code modification beyond…
wave-executor
Executes all tasks in a single wave of a plan. Implements, verifies acceptance criteria, and commits atomically. Spawns parallel subprocesses for independent tasks within the wave.