We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ozand/ayga-mcp-client'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
check_parsers.py•188 B
import sys
sys.path.insert(0, 'src')
from ayga_mcp_client.server import PARSERS
print(f'Total parsers: {len(PARSERS)}')
print('\nParser IDs:')
for p in PARSERS:
print(f' {p["id"]}')