Skip to main content
Glama
by tbitu
pyproject.toml489 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "tartunlp-mcp-server" version = "0.1.0" description = "MCP server for TartuNLP translation services" authors = [{name = "MCP Server", email = "server@example.com"}] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.8" dependencies = [ "mcp>=1.0.0", "httpx>=0.25.0", "pydantic>=2.0.0" ] [project.scripts] tartunlp-mcp-server = "tartunlp_mcp_server:main"

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/tbitu/tartunlp-mcp'

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