Skip to main content
Glama

Alpaca MCP Server

by CliffsGPT
__init__.py1.02 kB
# __init__.py # # Alpaca MCP Server Package Initialization # Location: /src/alpaca_mcp_server/__init__.py # Purpose: Package initialization and version information for the Alpaca MCP Server """ Alpaca MCP Server - Trading API Integration for Model Context Protocol This package provides a comprehensive MCP server implementation for Alpaca Trading API, enabling natural language trading operations through AI assistants. Key Features: - Stock, ETF, options, and crypto trading - Portfolio management and account information - Real-time market data and historical data - Watchlist management - Corporate actions and market calendar """ # Package version (should match pyproject.toml) __version__ = "1.0.2" # Package metadata __author__ = "Alpaca" __license__ = "MIT" __description__ = "Alpaca Trading API integration for Model Context Protocol (MCP)" # Export main components for easy importing from .server import AlpacaMCPServer __all__ = [ "AlpacaMCPServer", "__version__" ]

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/CliffsGPT/Alpaca-MCP-Clone'

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