Skip to main content
Glama

Echo MCP Server

by somacaru
  • Linux
  • Apple
pyproject.toml1.17 kB
[project] name = "blackarch-security-mcp" version = "1.0.0" description = "BlackArch Security Tools MCP Server for educational penetration testing" readme = "README.md" requires-python = ">=3.13" dependencies = [ "mcp[cli]>=1.15.0", "fastmcp>=0.1.0", "requests>=2.31.0", "httpx>=0.28.1", "colorama>=0.4.6", "cryptography>=41.0.0", ] authors = [ {name = "Security Tools", email = "security@example.com"}, ] keywords = ["security", "pentesting", "mcp", "blackarch", "cybersecurity"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", "Topic :: Security", "Topic :: Software Development :: Testing", ] [project.urls] Homepage = "https://github.com/blackarch-security-mcp/server" Documentation = "https://github.com/blackarch-security-mcp/server/blob/main/README.md" Repository = "https://github.com/blackarch-security-mcp/server" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"]

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/somacaru/MCP_setup'

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