mcp-isap AGENTS.md

mcp-isap AGENTS.md is an instructions file for Codex, OpenCode from matematicsolutions/mcp-isap. It costs 1,208 tokens per session, scanned A, original, MIT.

Repository instructions for an MCP server that provides access to Polish legislation from the official Sejm legal database. MCP is a standard way for AI agents to call external tools.

In plain words
What is it for?
Use them when developing, testing, or changing tools that search Polish acts and return their official text and legal details.
Why use it?
They set rules for reliable legal results, including official citations, legal status, and avoiding personal-data storage or changes to source texts.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/matematicsolutions/mcp-isap/agents-md
Clone the repo
git clone --depth 1 https://github.com/matematicsolutions/mcp-isap

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for mcp-isap AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/matematicsolutions/mcp-isap/agents-md.svg)](https://agentmods.dev/instructions/matematicsolutions/mcp-isap/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/matematicsolutions/mcp-isap/agents-md"><img src="https://agentmods.dev/badge/instructions/matematicsolutions/mcp-isap/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,208 This file is loaded in full into every session.
When invoked 1,208 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.01208 $0.01208
Opus 5 $0.00604 $0.00604
Sonnet 5 $0.00242 $0.00242
Haiku 4.5 $0.00121 $0.00121

Measured 3d ago against content hash 26d2b4f72310, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-isap AGENTS.md 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 3d 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.

AGENTS.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md - mcp-isap

An agents.md standard file (Linux Foundation / Agentic AI Foundation) - canonical instructions for AI agents working with this repository. Read natively by Cursor, Codex (OpenAI), Jules (Google), Devin / Windsurf, Aider, Amp, Factory, GitHub Copilot.

Project goal

An MCP (Model Context Protocol) server for Polish legislation - Dziennik Ustaw (Journal of Laws) + Monitor Polski from 1918 (96k+ acts) - via the official Sejm ELI API (api.sejm.gov.pl/eli).

One of the 5 MateMatic Polish-law connectors (mcp-saos, mcp-nsa, mcp-isap (this one), mcp-krs, mcp-eu-sparql).

MateMatic context (HARD CONSTRAINTS)

The repo is maintained by MateMatic Solutions. The connector is trust infrastructure.

  • Every tool call MUST return structuredContent.citations with: the ELI identifier, act title, canonical URL (isap.sejm.gov.pl), entry-into-force date, status (in force / repealed).
  • Stateless - no PII cache.
  • No content modification of the act - the official text is integral.
  • Act status is critical - "in force" / "repealed" / "expired" must be in the citation, otherwise the citation is misleading.

MCP tools (tools contract)

Tool Key parameters Returns
search_acts title?, year?, publisher? (DU/MP), type?, in_force?, limit? list of acts + citations
get_act eli (ELI identifier) act metadata + links to texts
get_act_text eli, page? (1-based), search_text? one 5000-character page of the act text, or the fragment around search_text

Full description: src/index.ts + README.md.

get_act_text - which point in time the text is from

Read the full file on GitHub · 89 lines

Changes

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.

  1. 3d ago First seen · 89 lines · 1,208 tokens per session scan A 26d2b4f72310

Subscribe to this mod's changes

mcp-isap AGENTS.md is an instructions file published in the GitHub repository matematicsolutions/mcp-isap (1 stars, last pushed 25d ago), licensed MIT. It adds 1,208 tokens to every session, about $0.0060 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.

Related

Other instructions, from other repositories

uk-legal-mcp CLAUDE.md

Instructions for paulieb89/uk-legal-mcp, covering claude.md — uk-legal-mcp, what this is, client ecosystems served, documentation index and commands.

paulieb89/uk-legal-mcp · 3,584 tokens

Legal-Workflow-Chain CLAUDE.md

Instructions for lawyerllsx-dotcom/Legal-Workflow-Chain, covering claude.md — llm wiki schema(开源模板), 核心原则, 文件处理规则, 文书完成前自检清单 and 知识存储规则.

lawyerllsx-dotcom/Legal-Workflow-Chain · 2,662 tokens

compare-cli AGENTS.md

AGENTS.md instructions for DrBaher/compare-cli, covering agents.md, output contract, exit codes, --json output shape (stable across v1.x) and stable keys.

DrBaher/compare-cli · 3,157 tokens

mcp-nsa AGENTS.md

AGENTS.md instructions for matematicsolutions/mcp-nsa, covering agents.md - mcp-nsa, project goal, matematic context (hard constraints), mcp tools (tools contract) and build and test.

matematicsolutions/mcp-nsa · 910 tokens

claude-for-hk-law CLAUDE.md

Instructions for Buildwise-Studios/claude-for-hk-law, covering claude.md, layout, legal system context, key hong kong ordinances and legal research sources.

Buildwise-Studios/claude-for-hk-law · 2,692 tokens

korean-firefighter-law-mcp CLAUDE.md

Claude Code instructions for ssd7830-cmyk/korean-firefighter-law-mcp, covering korean-firefighter-law-mcp, a. 답변 규칙 — 기억이 아니라 이 저장소의 코드가 근거다, b. mcp 도구 사용 and c. 작업 규칙.

ssd7830-cmyk/korean-firefighter-law-mcp · 962 tokens