We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/australian-postcodes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.pyi•201 B
from __future__ import annotations
__author__: str
__license__: str
__version__: str
from rapidfuzz import (
distance as distance,
fuzz as fuzz,
process as process,
utils as utils,
)