Skip to main content
Glama

MCP Image Recognition Server

setup.py831 B
from setuptools import setup, find_packages setup( name="mcp-image-recognition", version="0.1.1", description="MCP server for image recognition using Anthropic and OpenAI vision APIs", author="Mario", packages=find_packages(where="src"), package_dir={"": "src"}, python_requires=">=3.10", install_requires=[ "mcp>=1.2.0", "anthropic>=0.8.0", "openai>=1.0.0", "python-dotenv>=1.0.0", "Pillow>=10.0.0", "numpy>=1.26.0", "pandas>=2.1.0", "pytesseract>=0.3.13", ], extras_require={ "dev": [ "pytest>=7.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=4.1.0", "black>=23.0.0", "isort>=5.12.0", "mypy>=1.0.0", "ruff>=0.1.0", ] }, )

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/mario-andreschak/mcp-image-recognition'

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