Skip to main content
Glama

Public APIs MCP

by zazencodes
pyproject.toml1.37 kB
[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "public-apis-mcp" version = "0.1.0" description = "MCP server exposing a catalog of free APIs with embedding-based lookups" readme = "README.md" requires-python = ">=3.10" license = { file = "LICENSE" } authors = [ { name = "Alexander Galea", email = "alex@galea.dev" } ] keywords = ["mcp", "model context protocol", "public", "free", "api", "apis"] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Typing :: Typed", ] dependencies = [ "fastmcp>=2.10", "pydantic>=2", "numpy>=1.24", "fastembed>=0.3.2", ] [dependency-groups] dev = [ "pytest>=8", "pytest-cov", "ruff>=0.5", "mypy>=1.10", ] [project.urls] Homepage = "https://pypi.org/project/public-apis-mcp/" Repository = "https://github.com/zazencodes/public-apis-mcp" Changelog = "https://github.com/zazencodes/public-apis-mcp/blob/main/CHANGELOG.md" [project.scripts] public-apis-mcp = "public_apis_mcp.__main__:main" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] include = ["public_apis_mcp*"] [tool.setuptools.package-data] public_apis_mcp = ["datastore/index.json", "datastore/index.npz"]

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/zazencodes/public-apis-mcp'

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