Skip to main content
Glama

MaverickMCP

by wshobson
MIT License
165
  • Apple
__init__.py542 B
""" Services package for MaverickMCP API. This package contains service classes extracted from the large server.py file to improve code organization and maintainability following SOLID principles. """ from .base_service import BaseService from .market_service import MarketService from .portfolio_service import PortfolioService from .prompt_service import PromptService from .resource_service import ResourceService __all__ = [ "BaseService", "MarketService", "PortfolioService", "PromptService", "ResourceService", ]

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