Judicature MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Judicature MCPsearch ak-vrana.cz for 'odcizeni veci'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Judicature MCP
FastMCP server running over HTTP with Uvicorn.
Available Tools
1. search_ak_vrana
Search the ak-vrana.cz website for articles matching given keywords.
Parameters:
keywords(string): Search keywords (e.g., "odcizeni veci")
Returns: JSON with search results including article links and text.
2. extract_page_content
Extract and convert webpage content to Markdown format.
Parameters:
url(string): Full URL of the webpage to extract
Returns: JSON with markdown-formatted content from the page's <main> element.
Related MCP server: Web Search MCP
Quick Start
Build:
docker build -t judicature-mcp .Run:
docker run -p 8000:8000 judicature-mcpAccess: http://localhost:8000
Development
With auto-reload:
docker run -p 8000:8000 -v $(pwd):/app judicature-mcp uvicorn server:app --host 0.0.0.0 --port 8000 --reloadInteractive shell:
docker run -it --rm judicature-mcp /bin/bashKnown Issues
Search pagination: The
search_ak_vranatool only processes the first page of search results. If the search returns multiple pages, subsequent pages are not retrieved.Extra content in extraction: The
extract_page_contenttool extracts all content within<main>tags, which may include crossroad/navigation elements below the main article text, potentially causing unintended text additions in the markdown output.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danospanos/mcp-caselaw-server-cz'
If you have feedback or need assistance with the MCP directory API, please join our Discord server