We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JOravetz/alpaca-mcp-gold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•247 B
"""
Alpaca MCP Gold Standard Server
A production-ready MCP server for Alpaca trading following best practices.
"""
__version__ = "1.0.0"
__author__ = "Alpaca MCP Team"
__email__ = "noreply@example.com"
from .server import mcp
__all__ = ["mcp"]