Integrations
Enables use of the LSD SDK and internetdata tools hosted on GitHub for authentication and extending the MCP server's capabilities
Supports the use of published modules (trips) that consist of LSD programs, which can be deployed as skills for the MCP client
Enables extending the MCP server's capabilities using the internetdata SDK, which bridges with the web and can be used to create custom functionality
LSD MCP
これはLSD用のMCPサーバーの更新版です。この更新の目的は、 SDKを使用してトリップとして定義された動的ツールを効果的に活用することです。
コンテンツ
はじめる
認証中
これは、弊社の SDKを使用して、実行中の MCP サーバーをアカウントに接続することです。
user
とpassword
用語を使用する理由は、接続先がpostgres 互換データベースであるためです。
設定ファイル
ホーム ディレクトリで、 .lsd
という名前のファイルに、 user
名とpassword
のプロパティ、メールアドレス、およびプロファイルのAPI キーを含む JSON を書き込みます。
環境変数
あるいは、環境変数LSD_USER
とLSD_PASSWORD
を設定することもできます。
**重要:**この方法を採用したときにエラーが発生した場合は、設定された環境変数が PATH または MCP クライアントが呼び出しているプロセスからアクセス可能であることを確認してください。
MCPレジストリの使用
脈
https://www.pulsemcp.com/servers/lsd-so-internetdata
すぐにさらに追加されます。
出典
- このリポジトリをクローンする
- Claude デスクトップを使用している場合は、
claude_desktop_config.json
ファイルを更新します (作成ガイドはこちら)。
使用例
交流
抽出
LSDによる機能拡張
MCP クライアントに「スキル」を教えたいシナリオでは、 LSD トリップ(それは何ですか? ) を使用して行うことができます。
旅行とは何ですか?
「トリップ」とは、ローカル ブラウザーと対話することによって生成されたか、トリップを直接公開することによって生成された LSD プログラムで構成される公開モジュールです。
自転車ブラウザから
Bicycle ブラウザから、「クリック言語」を使用して LSD を派生できます。これは、右上のトランスクリプター アイコンをクリックしてアクティブ化できます。
または、 Command+k
(Linux/Windowsの場合はCtrl+k
)を押します。これで、繰り返しコンテナや関心のあるフィールドをインタラクティブに「摘み取る」ことができます。
生成された LSD を使用すると、次のようにエイリアスを編集できます。
その後、言語を使用して公開できます。
言語を使う
ワークベンチから編集するだけで、旅行を公開できます。
TypeScriptによる機能拡張
ウェブとのブリッジに裏で使用されているinternetdata SDK をご確認ください。または、 create-your-internet ショートカットを使って始めることもできます。
または、npmを好む場合は
You must be authenticated.
言語モデルを LSD データベースに接続し、Web データの抽出、調査機能、およびインターネットデータ SDK を通じて機能を拡張するためのカスタム「トリップ」を可能にする MCP サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3926
- -securityAlicense-qualityAn MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.Last updated -340MIT License
- -security-license-qualityA server that enables communication with multiple unichat-based MCP servers simultaneously, allowing users to query different language models and combine their responses for more comprehensive results.Last updated -JavaScript
- -securityFlicense-qualityAn MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.Last updated -241JavaScript