osmosis-agent-toolkit
Osmosis protocol tools for LLMs
Documentation
Osmosis Agent Toolkit
Overview
This repository contains a collection of packages that are used to build the Osmosis Agent Toolkit.
Large Language Models (LLMs) can use these tools to interact with the Osmosis protocol.
Packages
`@osmosis-agent-toolkit/core`
The core package contains the core functionality that is used by the other packages.
This is where registry data, query clients, and sign and broadcast logic is defined.
`@osmosis-agent-toolkit/ai-sdk`
An implementation of Vercel's AI SDK for the Osmosis Agent Toolkit.
`@osmosis-agent-toolkit/mcp`
Model Context Protocol (MCP) server implementation of the Osmosis Agent Toolkit.
Usage with Claude Desktop or Cursor
Add the following to your `claude_desktop_config.json` or `.cursor/mcp.json`. See here for more details.
{
"mcpServers": {
"Osmosis": {
"command": "npx",
"args": [
"-y",
"@osmosis-agent-toolkit/mcp"
],
"env": {
"OSMOSIS_MNEMONIC": ""
}
}
}
}Development
Install dependencies using yarn or bun:
bun iStart watch mode for local development:
bun run devTo build:
bun run buildFrequently asked questions
What is osmosis-agent-toolkit?
osmosis-agent-toolkit is Osmosis protocol tools for LLMs
How do I install osmosis-agent-toolkit?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is osmosis-agent-toolkit open source?
Yes — it is hosted on GitHub at https://github.com/jonator/osmosis-agent-toolkit and has 8 stars.
Related MCP tools
这是一个金融领域相关的mcp,本项目通过集成 Tushare API 和 Binance API 为语言模型(如Claude)提供全面的实时金融数据访问能力,支持股票、基金、债券、宏观经济指标、稳定币、虚拟货币等多维度金融数据分析。其中也包含了金融数据查询、财经新闻查询、国家统计局数据查询等
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP