Skip to main content
Glama
lsd-so
by lsd-so

ЛСД МЦП

Это обновленный сервер MCP для LSD . Цель этого обновления — эффективно использовать динамические инструменты, которые определяются как поездки с использованием нашего SDK .

Содержание

Related MCP server: superhighway-mcp

Начиная

Аутентификация

Это необходимо для подключения работающего сервера MCP к вашей учетной записи с помощью нашего SDK .

Причина использования терминов user и password заключается в том, что вы подключаетесь к нашей базе данных, совместимой с Postgres .

Файл конфигурации

В вашем домашнем каталоге запишите JSON в файл с именем .lsd со свойствами user и password , а также адресом электронной почты и ключом API из вашего профиля .

{
  "user": "<you@email.domain>",
  "password": "<api_key>"
}

Переменные среды

В качестве альтернативы вы можете установить переменные среды LSD_USER и LSD_PASSWORD .

$ export LSD_USER='you@email.domain'
$ export LSD_PASSWORD='<api_key>'

Важно: если при использовании этого подхода у вас возникли ошибки, проверьте, доступен ли набор переменных среды из PATH или процесса, из которого клиент MCP его вызывает.

Использование реестра MCP

Пульс

https://www.pulsemcp.com/servers/lsd-so-internetdata

Скоро будет больше информации.

Из источника

  1. Клонировать этот репозиторий

$ git clone https://github.com/lsd-so/mcp.git
  1. Если вы используете Claude Desktop , обновите файл claude_desktop_config.json ( вот руководство по его созданию).

{
  "mcpServers": {
    // other MCP servers configured here...
    "lsd": {
      "command": "node",
      "args": [
	    "/<path>/<to>/mcp/build/index.js"
      ]
    }
  }
}

Пример использования

Взаимодействие

Запись экрана использования приглашения lsd_research

Извлечение

Запись экрана использования приглашения lsd_research

Расширение возможностей с помощью ЛСД

В сценариях, когда вы хотите научить клиента MCP какому-либо «навыку», вы можете сделать это с помощью ЛСД-трипа ( что это такое? ).

Что такое поездка?

«Поездка» — это опубликованный модуль , состоящий из программы LSD, независимо от того, была ли она получена путем взаимодействия с нашим локальным браузером или путем прямой публикации поездки .

Из велосипедного браузера

Из браузера Bicycle вы можете извлечь LSD, используя наш «язык щелчков», его можно активировать, нажав на значок транскрибатора в правом верхнем углу:

Запись экрана при нажатии на значок транскрибера

Или нажав Command+k (или Ctrl+k для Linux/Windows). После этого вы можете интерактивно «выдергивать» повторяющиеся контейнеры, а также интересующие вас поля:

Запись экрана транскрибатора

С помощью сгенерированного LSD вы можете редактировать псевдонимы следующим образом:

Запись экрана редактирования LSD-кода

После этого вы сможете публиковать материалы на этом языке .

Использование языка

В рабочем столе просто отредактируйте поездку, чтобы опубликовать ее.

Запись экрана заполнения данных о поездке

Расширение возможностей с помощью TypeScript

Проверьте internetdata SDK , который используется под капотом для связи с вебом. Или, в качестве альтернативы, начните использовать сокращенную запись create-your-internet .

$ yarn create your-internet

Или, если вы предпочитаете npm

$ npm create your-internet

Available Tools

3 tools
find_tripsD
ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

run_lsdD
ParametersJSON Schema
NameRequiredDescriptionDefault
codeYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedbrave_search
    • First observedfind_trips
    • First observedrun_lsd

TDQS

D1.6/5.0
Disambiguation2/5

The tools have unclear boundaries and overlapping purposes. 'brave_search' and 'find_trips' could both be interpreted as search tools, with the latter's lack of description making it ambiguous whether it searches for trips or performs another function. 'run_lsd' is completely opaque without a description, potentially overlapping with execution or processing roles.

Naming Consistency3/5

The naming is mixed but readable. 'brave_search' and 'find_trips' follow a verb_noun pattern, while 'run_lsd' uses a verb_prefix style. There is no chaotic mixing of cases, but the conventions are not fully consistent across all tools.

Tool Count2/5

With only 3 tools, the server feels thin for a general-purpose 'LSD MCP Server', suggesting an incomplete surface. The lack of descriptions for two tools makes it hard to assess scope, but the count is borderline too few for meaningful coverage of any substantial domain.

Completeness1/5

The server is severely incomplete. Based on the tool names, it appears to cover search and execution, but with no descriptions for 'find_trips' and 'run_lsd', there are significant gaps. It lacks any CRUD operations, lifecycle management, or clear domain coverage, making it impossible for agents to perform coherent workflows.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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