Skip to main content
Glama
__init__.py671 B
"""OParl MCP Server - A Model Context Protocol server for OParl APIs.""" from .auth import OParlAuthenticator from .config import OParlConfig from .server import OParlMCPServer from .utils import ( build_query_params, create_oparl_summary, extract_resource_id, format_oparl_date, format_oparl_response, get_oparl_object_type, validate_oparl_url, ) __version__ = "0.1.0" __all__ = [ "OParlMCPServer", "OParlConfig", "OParlAuthenticator", "format_oparl_date", "build_query_params", "validate_oparl_url", "extract_resource_id", "format_oparl_response", "get_oparl_object_type", "create_oparl_summary", ]

Latest Blog Posts

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/jtwolfe/oparl-mcp-server'

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