Skip to main content
Glama

Bluetooth MCP Server

setup.py664 B
from setuptools import setup, find_packages setup( name='bluetooth-mcp-sdk', version='0.1.0', packages=find_packages(), install_requires=[ 'requests', 'model-context-protocol-sdk' ], description='MCP SDK for Bluetooth Device Scanning', author='Your Name', author_email='your.email@example.com', url='https://github.com/yourusername/bluetooth-mcp-sdk', classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], )

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/Hypijump31/bluetooth-mcp-server'

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