Skip to main content
Glama

MaverickMCP

by wshobson
MIT License
165
  • Apple
__init__.py652 B
""" Provider implementations for Maverick-MCP. This package contains concrete implementations of the provider interfaces, including adapters for existing providers and new implementations that fully embrace the interface-based architecture. """ from .cache_adapter import RedisCacheAdapter from .macro_data_adapter import MacroDataAdapter from .market_data_adapter import MarketDataAdapter from .persistence_adapter import SQLAlchemyPersistenceAdapter from .stock_data_adapter import StockDataAdapter __all__ = [ "RedisCacheAdapter", "StockDataAdapter", "MarketDataAdapter", "MacroDataAdapter", "SQLAlchemyPersistenceAdapter", ]

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/wshobson/maverick-mcp'

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