Skip to main content
Glama
by Ritesh-sudo
data-url.js296 B
"use strict" const dataURLRegexp = /^data:text\/css;base64,/i function isValid(url) { return dataURLRegexp.test(url) } function contents(url) { // "data:text/css;base64,".length === 21 return Buffer.from(url.slice(21), "base64").toString() } module.exports = { isValid, contents, }

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/Ritesh-sudo/MCPJobSearch'

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