Skip to main content
Glama

Smart-AI-Bridge

sample-javascript-code.jsโ€ข275 B
function processData(input) { if (!input || typeof input !== 'string') { throw new TypeError('Input must be a string'); } const normalized = input .trim() .replace(/\s+/g, ' ') .toLowerCase(); return normalized; } module.exports = { processData };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/Smart-AI-Bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server