Skip to main content
Glama

otp-mcp-server

by andreax79
pyproject.toml1.1 kB
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "otp-mcp-server" version = "0.3.0" description = "MCP Server for OTP" authors = [ {name = "Andrea Bonomi", email = "andrea.bonomi@example.com"}, ] readme = "README.md" keywords = [ "otp", "mcp", "totp", "web-automation", "ai-tools", "mcp-server" ] requires-python = ">=3.11" dependencies = [ "click", "fastmcp", "freakotp", "securid" ] license = "MIT" license-files = ["LICENSE"] classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] [project.optional-dependencies] dev = [ "black", "isort", "pytest", "pytest-asyncio", "pytest-cov", ] [project.urls] GitHub = "https://github.com/andreax79/otp-mcp" Issues = "https://github.com/andreax79/otp-mcp/issues" [project.scripts] otp-mcp-server = "otp_mcp.__main__:main" [tool.black] line-length = 120 [tool.coverage.run] source = ["otp_mcp"] [tool.coverage.report] exclude_lines = [ "# pragma: no cover", "if TYPE_CHECKING:" ] [tool.isort] profile = "black"

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/andreax79/otp-mcp'

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