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•271 B
/**
* Core library for XHS MCP Server
*/
// Shared utilities and types
export * from './shared/index.js';
// Domain services
export * from './auth/index.js';
export * from './browser/index.js';
export * from './feeds/index.js';
export * from './publishing/index.js';