We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•357 B
/**
* MCP Hosting Platform - Index
* @description "Shopify of MCP" - Create and host MCP servers
*/
export * from './types.js'
export * from './runtime.js'
export * from './router.js'
export { default as wildcardServer, startWildcardServer } from './wildcard-server.js'
export * from './stripe.js'
export * from './auth.js'
export * from './revenue.js'