Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
529
  • Apple
  • Linux
pyproject.toml1.94 kB
[project] name = "yargi-mcp" version = "0.1.7" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [{name = "Said Surucu", email = "saidsrc@gmail.com"}] keywords = ["mcp", "turkish-law", "legal", "yargitay", "danistay", "bddk", "kvkk", "turkish", "law", "court", "decisions"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Legal Industry", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: Markdown", "Operating System :: OS Independent", ] urls = {Homepage = "https://github.com/saidsurucu/yargi-mcp", Issues = "https://github.com/saidsurucu/yargi-mcp/issues"} dependencies = [ "beautifulsoup4>=4.13.4", "httpx>=0.28.1", "markitdown[pdf]>=0.1.1", "pydantic>=2.11.4", "aiohttp>=3.11.18", "playwright>=1.52.0", "fastmcp>=2.10.5", "pypdf>=5.5.0", "fastapi>=0.115.14", "PyJWT>=2.8.0", "tiktoken>=0.5.0", ] [project.optional-dependencies] asgi = [ "uvicorn[standard]>=0.30.0", "starlette>=0.37.0", ] api = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.30.0", ] production = [ "gunicorn>=22.0.0", "uvicorn[standard]>=0.30.0", ] saas = [ "clerk-backend-api>=3.0.0", "stripe>=9.1.0", "upstash-redis>=1.1.0", ] [project.scripts] yargi-mcp = "mcp_server_main:main" [tool.setuptools] py-modules = ["mcp_server_main", "mcp_auth_factory", "mcp_auth_http_adapter", "asgi_app", "fastapi_app", "starlette_app", "run_asgi", "stripe_webhook"] [tool.setuptools.packages.find] include = ["*_mcp_module", "mcp_auth"] [build-system] requires = ["setuptools>=65.0", "wheel"] build-backend = "setuptools.build_meta"

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/saidsurucu/yargi-mcp'

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