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.
ENDPOINT 1
https://api.prawmi.pl/mcp
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
MCP server metadata
- Name
- prawmi-mcp
- Version
- 1.3.0
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_rulingsSearch Polish court rulings (SN, SA, SO, NSA, WSA) semantically or by case number.
Inferred read-onlyverify_rulingVerify a Polish court case signature against PrawMi's DB AND public external sources (SAOS, NSA, SN) as fallback.
Inferred read-onlyget_articleRetrieve the authoritative text of a specific article from a Polish statute or code.
Inferred read-onlysearch_rulings_by_articleFind court rulings that cite a specific article of a Polish statute.
Inferred read-onlyverify_article_referenceExtract every article reference and every court case signature from a text fragment and check that each one exists in PrawMi's collection.
Inferred read-onlysearch_tax_interpretationsSearch 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-onlysearch_uodo_decisionsSearch 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-onlysearch_uokik_decisionsSearch 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-onlysearch_knf_positionsSearch 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 effectssearch_eu_regulationsSearch 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-onlyget_eu_regulation_textRetrieve the text of an EU regulation or directive by its CELEX id, in the Polish-language version.
Inferred read-onlyget_krs_extractLook 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-onlyget_act_textReturn the consolidated text of a Polish act as PrawMi holds it, paginated by characters.
Inferred read-onlyCONNECT 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.
prawmi.pl is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.