Skip to main content
Glama

Weather By Api Ninjas

setup.py754 B
#!/usr/bin/env python3 from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name="bach-weather_by_api_ninjas", version="1.0.0", description="MCP server for accessing Weather By Api Ninjas API", long_description=long_description, long_description_content_type="text/markdown", author="bachstudio", python_requires=">=3.10", install_requires=[ "fastmcp>=2.0.0", "httpx>=0.25.0", ], py_modules=["server"], entry_points={ "console_scripts": [ "bach_weather_by_api_ninjas=server:main", ], }, package_data={ "": ["openapi.json"], }, include_package_data=True, )

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/BACH-AI-Tools/weather_by_api_ninjas'

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