We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martin-1103/mcp2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Handler modules for endpoint tools
*/
export { handleListEndpoints } from './list-handler.js';
export { handleGetEndpointDetails } from './details-handler.js';
export { handleCreateEndpoint } from './create-handler.js';
export { handleUpdateEndpoint, handleMoveEndpoint } from './update-handler.js';
export { handleDeleteEndpoint } from './delete-handler.js';