Skip to main content
Glama

Law Scrapper MCP

by numikel
pyproject.toml•631 B
[project] name = "law-scrapper-mcp" version = "1.0.1" description = "LawScrapper MCP is an MCP server to monitoring and fetching Polish law acts published by the Polish Sejm, filters them by topic. Then with AI you can summarizes their content using an LLM." readme = "README.md" requires-python = ">=3.12" dependencies = [ "fastmcp>=2.12.4", "logging>=0.4.9.6", "python-dateutil>=2.9.0", "requests>=2.32.5", ] [project.scripts] law-scrapper = "app:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = [] [tool.hatch.build.targets.wheel] packages = ["."]

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/numikel/law-scrapper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server