We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Algovate/xhs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•233 B
/**
* Main entry point for XHS MCP Server
* Re-exports all core functionality
*/
// Core modules
export * from './core';
// Shared utilities and types
export * from './shared';
// Server functionality
export * from './server';