We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joeseesun/Seedream_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Seedream 4.0 MCP Tool Dependencies
# MCP Protocol Related
mcp>=1.0.0
pydantic>=2.0.0
typing-extensions>=4.0.0
# Volcengine SDK
volcengine-python-sdk[ark]>=1.0.0
# Async HTTP Client and File Operations
aiohttp>=3.8.0
aiofiles>=23.0.0
# Configuration and Environment Variables
python-dotenv>=1.0.0
# Logging and Debugging
loguru>=0.7.0
# Image Processing (Optional, for local image processing)
Pillow>=10.0.0
# Qiniu Cloud Storage (Optional, for uploading images to Qiniu)
qiniu>=7.16.0
# Development and Testing Dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0