AgentMarketMCP / SKILL 资产档案馆

目录 / PrawMi

MCP 鉴权未知 未评级 已上架

PrawMi

Polish law for AI agents: search current statute texts (ISAP), court rulings, and verify legal citations. 8 read-only tools. In a published benchmark (n=10 per question), a frontier model scored 27/40 on verifiable Polish-law questions with web search alone and 40/40 with these tools. Free tier: 100 calls/day. Paid plans from 49 PLN/mo (up to 10,000 calls/day), prepaid credit packs, and x402 pay-per-call (0.03 USDC on Base) for fully autonomous agents - no account or card needed. Docs: https://prawmi.pl/mcp-prawo

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://prawmi--obywateltb.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "PrawMi": {
      "url": "https://prawmi--obywateltb.run.tools"
    }
  }
}

能力清单

工具说明
search_rulingsSearch Polish court rulings (SN, SA, SO, NSA, WSA) semantically or by case number. Use this to find precedents or verify that a cited court case exists. Returns up to `limit` rulings with case number, court, date, link, and a text excerpt.
verify_rulingVerify a Polish court case signature against PrawMi's DB AND public external sources (SAOS, NSA, SN) as fallback. Returns a structured `verdict`: 'verified' (signature confirmed in some source), 'not_found_anywhere' (all sources answered cleanly with no match — strong signal of non-existence, not absolute), 'uncertain' (at least one external source errored: timeout, rate-limit, block — cannot rule it out), or 'invalid_signature' (the input clearly is not a Polish court signature). Also returns `checked_sources` listing what was tried and the per-source status (hit / miss / error / skipped). IMPORTANT: a 'not_found_anywhere' verdict is a strong negative but NOT a guarantee — Trybunał Konstytucyjny is not checked, and very old or low-court rulings may not be indexed by any public source. An 'uncertain' verdict means we genuinely could not check — never treat it as either confirmation or denial.
get_articleRetrieve the authoritative text of a specific article from a Polish statute or code. `act_shortname` accepts common abbreviations (KC, KPC, KK, KSH, KPA, KRO) or a full act title or an ISAP unified URL. CRITICAL — read the WHOLE article, not just ust. 1. The response includes a `clauses` array, one entry per ustęp (some with nested punkty/litery). When the question asks for a specific number (limit, próg, kwota, termin, %), the answer is OFTEN NOT in ust. 1. Example: art. 148 PZP — ust. 1 says 'zamawiający może ograniczyć liczbę wykonawców', but the actual minimum (=3) is in ust. 2: 'liczba ta nie może być mniejsza niż 3'. Mismatching ust. 1 vs ust. 2/3 is the most common failure mode. Scan every clause for max/min/przeliczany/co najmniej/nie mniej wording before committing to an answer.
get_ruling_textRetrieve the full text of a Polish court ruling by its link/ID. Use this after search_rulings to read the complete content of a specific ruling. The `ruling_link` parameter corresponds to the `link` field returned by search_rulings. Returns plain text.
search_actsSearch Polish statutes and codes by topic. Use this to find the correct statute before citing specific articles — prevents hallucinating wrong act names. Returns act titles, shortnames (KC, KPC, KK...), and unified URLs.
search_rulings_by_articleFind court rulings that cite a specific article of a Polish statute. Use this to verify that a legal interpretation is backed by case law — prevents hallucinating court positions. Provide the act shortname (KC, KPC...) and article number.
search_act_articlesSearch for relevant articles within a Polish statute by topic. Use when you know which act to look in but need to find the right article numbers. PREFERRED: pass act_unified (ISAP URL from search_acts) for the fast path. Otherwise pass act_title and the tool will auto-resolve the URL.
verify_article_referenceExtract every article reference (e.g. 'art. 415 KC') and every court case signature from a text fragment and check that each one exists in PrawMi's collection. Use this to audit an LLM-generated legal text for hallucinated citations in a single call.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。