MCP.so
ログイン

Osmosis Agent Toolkit

@jonator

Osmosis Agent Toolkit について

Osmosis protocol tools for LLMs

基本情報

カテゴリ

AI とエージェント

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

jonator

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "osmosis-agent-toolkit": {
      "command": "bun",
      "args": [
        "run",
        "dev"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Osmosis Agent Toolkit?

The Osmosis Agent Toolkit is a collection of packages that enables Large Language Models (LLMs) to interact with the Osmosis protocol using programmable tools. It includes a Model Context Protocol (MCP) server implementation that integrates seamlessly with AI assistants like Claude Desktop and Cursor.

How to use Osmosis Agent Toolkit?

Run the MCP server via npx with the command npx -y @osmosis-agent-toolkit/mcp and set the OSMOSIS_MNEMONIC environment variable to your Osmosis wallet mnemonic. Add the server configuration to your claude_desktop_config.json (for Claude Desktop) or .cursor/mcp.json (for Cursor) to enable LLMs to interact with Osmosis.

Key features of Osmosis Agent Toolkit

  • Core package with registry data, query clients, and sign-and-broadcast logic
  • MCP server implementation for seamless AI-assistant integration
  • Vercel AI SDK package for use with AI SDK-based projects
  • Supports Claude Desktop and Cursor via standard MCP configuration
  • All interaction through a single environment variable (OSMOSIS_MNEMONIC)
  • Packages published on npm for easy installation with npx or bun

Use cases of Osmosis Agent Toolkit

  • Query on-chain data from the Osmosis protocol using an LLM assistant
  • Sign and broadcast Osmosis transactions through natural language prompts
  • Integrate Osmosis blockchain interactions into AI workflows in Claude Desktop or Cursor

FAQ from Osmosis Agent Toolkit

What does the Osmosis Agent Toolkit do?

It provides a set of tools that allow LLMs to interact with the Osmosis protocol, including querying data and executing transactions.

How do I set up the MCP server for Claude Desktop?

Add the provided configuration block to your claude_desktop_config.json, specifying npx -y @osmosis-agent-toolkit/mcp as the command and your Osmosis wallet mnemonic in the OSMOSIS_MNEMONIC environment variable.

What environment variables are required?

Only OSMOSIS_MNEMONIC is required, which must contain the mnemonic phrase of your Osmosis wallet.

コメント

「AI とエージェント」の他のコンテンツ