We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xuzan9396/yst_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "yst-mcp"
version = "0.1.0"
description = "YST KPI Report Collector MCP Service"
requires-python = ">=3.10"
dependencies = [
"fastmcp>=0.2.0",
"requests>=2.31.0",
"beautifulsoup4>=4.12.0",
"python-dateutil>=2.8.0",
"playwright>=1.40.0",
]