We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FlowLLM-AI/finance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•329 B
"""Configuration helpers for the Finance MCP package.
The configuration layer is built on top of FlowLLM's ``PydanticConfigParser``
and exposes a single public ``ConfigParser`` class that knows how to locate
and load finance-mcp specific settings.
"""
from .config_parser import ConfigParser
__all__ = [
"ConfigParser",
]