Skip to main content
Glama

LSD MCP Server

by lsd-so
lsd.js517 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.runLSD = void 0; const internetdata_1 = __importDefault(require("internetdata")); const runLSD = async (code) => { const trip = await internetdata_1.default.tab(); const results = await trip.execute(code); return results; }; exports.runLSD = runLSD; //# sourceMappingURL=lsd.js.map

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/lsd-so/internetdata-mcp'

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