Skip to main content
Glama

Python Server MCP

__init__.py233 B
"""Tools package for the MCP server.""" from . import prices def register_all_tools(server): """ Register all tools with the server. Args: server: MCP server instance """ prices.register_tools(server)

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/stevearagonsite/PythonServerMcp'

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