← Registry

AI & Machine Learning

prawmi.pl

It is a free AI-powered legal assistant that quickly analyzes statutes and court decisions with sources, helping lawyers save time on research without hallucinations.

x402 supported2 endpoints17 known toolsFirst detected August 20, 2026Last detected September 26, 2026

ENDPOINT 1

https://api.prawmi.pl/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.prawmi-pl]
url = "https://api.prawmi.pl/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "prawmi-pl": {
      "type": "http",
      "url": "https://api.prawmi.pl/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: prawmi-pl
Remote MCP URL: https://api.prawmi.pl/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "prawmi-pl": {
      "url": "https://api.prawmi.pl/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "prawmi-pl": {
      "type": "http",
      "url": "https://api.prawmi.pl/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "prawmi-pl bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "prawmi-pl",
  "transport": "streamable-http",
  "url": "https://api.prawmi.pl/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.prawmi.pl/mcp/public

No auth detected

MCP server metadata

Name
prawmi-mcp
Version
1.3.0
Capabilities
toolspromptsresources
Server instructions

PrawMi MCP server for Polish and EU law. Tools let you: search statutes by topic, find articles within a statute, retrieve article text, search court rulings semantically or by case number, find rulings citing a specific article, read full ruling text, verify case signatures, audit legal text for hallucinated citations, search Ministry of Finance tax interpretations, UODO and UOKiK decisions and KNF supervisory positions, and search EU regulations and directives (EUR-Lex, Polish-language versions) and read them by CELEX id. All corpora are indexed in Polish, so write queries in Polish. Use these tools to ground legal analysis in authoritative sources and prevent hallucinations. You are on the keyless public endpoint: 20 tool calls per day per IP; get a free API key at https://prawmi.pl/account for 100/day.

Known tools 17

search_rulings

Search Polish court rulings (SN, SA, SO, NSA, WSA) semantically or by case number.

Inferred read-only
verify_ruling

Verify a Polish court case signature against PrawMi's DB AND public external sources (SAOS, NSA, SN) as fallback.

Inferred read-only
get_article

Retrieve the authoritative text of a specific article from a Polish statute or code.

Inferred read-only
get_ruling_text

Retrieve the full text of a Polish court ruling by its link/ID.

Inferred read-only
search_acts

Search Polish statutes and codes by topic.

Inferred read-only
search_rulings_by_article

Find court rulings that cite a specific article of a Polish statute.

Inferred read-only
search_act_articles

Search for relevant articles within a Polish statute by topic.

Inferred read-only
verify_article_reference

Extract every article reference and every court case signature from a text fragment and check that each one exists in PrawMi's collection.

Inferred read-only
search_tax_interpretations

Search Polish Ministry of Finance tax documents from the Eureka system: individual tax rulings (interpretacje indywidualne Dyrektora KIS), general rulings, tax explanations (objaśnienia podatkowe), MF guidelines and binding rate information (WIS).

Inferred read-only
get_tax_document

Read a tax document returned by search_tax_interpretations.

Inferred read-only
search_uodo_decisions

Search decisions of the President of UODO (Urząd Ochrony Danych Osobowych - the Polish data protection authority) on GDPR/RODO: administrative fines, orders to restore compliance, and rulings on data-subject complaints.

Inferred read-only
search_uokik_decisions

Search decisions of the President of UOKiK (Urząd Ochrony Konkurencji i Konsumentów - the Polish competition and consumer protection authority): antitrust cases, abusive contract clauses, practices infringing collective consumer interests, and merger control.

Inferred read-only
search_knf_positions

Search KNF / UKNF supervisory positions, recommendations and guidelines for the Polish financial sector: banks, capital market, insurance, payment services, credit unions (SKOK) and pensions.

Potential side effects
search_eu_regulations

Search EU regulations and directives (EUR-Lex) in their Polish-language versions: GDPR, DSA, DMA, the AI Act, consumer and product-safety law and the rest of the ingested corpus.

Inferred read-only
get_eu_regulation_text

Retrieve the text of an EU regulation or directive by its CELEX id, in the Polish-language version.

Inferred read-only
get_krs_extract

Look up a company or association in the Polish National Court Register (KRS) by KRS number: current extract (odpis aktualny) or the full history (odpis pelny) straight from the Ministry of Justice open API.

Inferred read-only
get_act_text

Return the consolidated text of a Polish act as PrawMi holds it, paginated by characters.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.prawmi-mcp]
url = "https://api.prawmi.pl/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prawmi-mcp": {
      "type": "http",
      "url": "https://api.prawmi.pl/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prawmi-mcp
Remote MCP URL: https://api.prawmi.pl/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "prawmi-mcp": {
      "url": "https://api.prawmi.pl/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prawmi-mcp": {
      "type": "http",
      "url": "https://api.prawmi.pl/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prawmi-mcp",
  "transport": "streamable-http",
  "url": "https://api.prawmi.pl/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for prawmi.pl was fetched 2026-08-23T12:48:04.462Z and is being refreshed.

Trust status Trusted

prawmi.pl is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.