Osmosis Agent Toolkit
An MCP server for the Osmosis Agent Toolkit, enabling interactions with the Osmosis blockchain.
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": "<your mnemonic here>"
}
}
}
}
Development
Install dependencies using yarn or bun:
bun i
Start watch mode for local development:
bun run dev
To build:
bun run build
Похожие серверы
Scout Monitoring MCP
спонсорPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
QA Sphere
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Assistant MCP Server
An MCP server that dynamically loads tools from an external JSON file configured via an environment variable.
Kali AI Pentest MCP Tools
An AI penetration testing tool that uses natural language to operate various security tools like nmap, sqlmap, and metasploit.
WRG MCP Server
A server providing tools for weapon recoil generation and visualization via HTTP endpoints.
MCP Server with Google OAuth & Analytics
A remote MCP server with built-in Google OAuth authentication and analytics tracking.
PyVista MCP Server
An MCP server for 3D visualization and data analysis using the PyVista library.
21st.dev Magic
Create crafted UI components inspired by the best 21st.dev design engineers.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
Ant Design
Access comprehensive documentation for Ant Design components, including examples, API references, and best practices.
Gateway MCP Server
A gateway server that intelligently routes MCP requests to multiple backend servers based on external configuration.