Skip to main content
Glama

MBBank MCP Server

by thedtvn
setup.py765 B
import re from setuptools import setup with open("requirements.txt") as f: req = f.read().splitlines() with open("README.md") as f: ldr = f.read() with open('mbbank_mcp/__init__.py') as f: version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1) setup( name='mbbank_mcp', version=version, license="MIT", description='An MCP server for MBBank', long_description=ldr, long_description_content_type="text/markdown", url='https://github.com/thedtvn/mbbank-mcp', author='The DT', packages=["mbbank_mcp"], install_requires=req, include_package_data=True, entry_points={ "console_scripts": [ "mbbank-mcp=mbbank_mcp.__main__: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/thedtvn/mbbank-mcp'

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