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
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Victron ModBus TCP
Server that connects to Victron Energy GX devices on local network.
Intervals.icu
Connects to the Intervals.icu API to retrieve activities, events, and wellness data.
Inoyu Apache Unomi
Maintains user context and manages profiles using the Apache Unomi Customer Data Platform.
Commands
An MCP server to run arbitrary commands on the local machine.
MCP Talk Demo Files
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
Matware E2E Runner
JSON-driven E2E test runner with parallel Chrome pool execution, visual verification, and 16 MCP tools.
Figma → Vue Design System
A Vue 3 component library with automated design token synchronization from Figma.
Hashnode MCP Server
An MCP server for interacting with the Hashnode API.
Cloudflare Remote MCP Server
An example of deploying a customizable, remote MCP server on Cloudflare Workers without authentication.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework, enabling payload generation and management.