We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Evan-Kim2028/spice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•386 B
"""Dune adapter built from the vendored spice client.
This module provides a thin façade used by the new service layer while
keeping the battle-tested logic that the original spice client offered.
Only synchronous interfaces are exposed.
"""
from . import urls # re-export for callers needing low-level helpers
from .extract import query # noqa: F401
__all__ = ["query", "urls"]