Judicature MCP
Click on "Deploy 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: Yargıtay 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 deployed
Maintenance
Related MCP Connectors
Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceHelps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.2Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables searching and retrieving full text of Yargıtay (Turkish Supreme Court) decisions as Markdown, via the official karararama.yargitay.gov.tr system.-
- AlicenseNot gradedqualityCmaintenanceProvides web search and content extraction for AI agents.MIT
- FlicenseNot gradedqualityBmaintenanceEnables LLMs to interact with FIT CTU course materials, including listing subjects, navigating subpages, reading content as Markdown, and performing keyword searches.-