Skip to main content
Glama

WHOIS MCP Server

by dadepo
pyproject.toml1.2 kB
[project] name = "whois-mcp" version = "0.1.0" description = "MCP server providing network information lookup tools through WHOIS and RIPE Database queries" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.13" dependencies = [ "python-dotenv>=1.0.0", "httpx>=0.28.1", "aiohttp>=3.9.0", "mcp[cli]>=1.0.0", "pydantic>=2.0.0", ] [project.scripts] whois-mcp = "main:main" [dependency-groups] dev = [ "pytest>=8.4.1", "ruff>=0.12.12", "pyright>=1.1.405", "pre-commit>=4.0.1", ] [tool.ruff] target-version = "py313" line-length = 88 src = ["src"] [tool.ruff.lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "B", # flake8-bugbear "C4", # flake8-comprehensions "UP", # pyupgrade ] ignore = [ "E501", # line too long, handled by formatter ] [tool.ruff.format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" [tool.pyright] include = ["src"] exclude = [ "**/node_modules", "**/__pycache__", "src/experimental", "src/typestubs" ] typeCheckingMode = "strict" pythonVersion = "3.13"

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/dadepo/whois-mcp'

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