Skip to main content
Glama

Utility MCP Server

by danfmaia
pyproject.toml537 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "util-mcp" version = "1.0.0" description = "General-purpose utility MCP server for simple automation tools" authors = [ {name = "Cod.1 (Coder Agent)", email = "cod1@computerag.dev"}, ] dependencies = [ "mcp", "httpx", "pytz", ] requires-python = ">=3.10" [project.optional-dependencies] dev = [ "pytest", "pytest-asyncio", ] [dependency-groups] dev = [ "pytest>=8.4.2", "pytest-asyncio>=1.1.0", ]

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/danfmaia/util-mcp'

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