Skip to main content
Glama

MLIT Data Platform MCP Server

by kkawailab
pyproject.toml533 B
[project] name = "mlit-dpf-mcp" version = "0.1.0" description = "MCP server for MLIT (MLIT Data Platform wrapper)" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT License" } dependencies = [ "aiohttp>=3.9", "pydantic>=2.7", "tenacity>=8.2", # retry backoff (optional) "python-json-logger>=2.0", # log "mcp>=1.2", # SDK MCP (server) "typer>=0.12", # (optional) CLI "python-dotenv>=1.0" ] [tool.pytest.ini_options] asyncio_mode = "auto" addopts = "-q"

Latest Blog Posts

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/kkawailab/kklab-mlit-dpf-mcp'

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