@trunkai/trunk-sdk
v1.0.12
Published
SDK for discovering and connecting to MCP services
Maintainers
Readme
Trunk SDK
A Model Context Protocol (MCP) server that lets you connect various MCP modules to Claude and other LLMs.
Features
- 🔄 Use directly with npx:
npx @trunkai/trunk-sdk - 🔌 Connect to Claude using MCP protocol
- 🌤️ Built-in weather service MCP module
- 📊 DexScreener crypto data MCP module
- 🤖 ElizaOS agent management MCP module
- 🚀 Easy to extend with new MCP modules
Quick Start
Add this to you Claude config:
`
"trunk": {
"command": "npx",
"args": ["-y", "@trunkai/trunk-sdk"]
}
`
Available MCP Modules
Weather Service
- Get weather forecasts and alerts for locations in the US
- Tools:
get-forecast,get-alerts
DexScreener
- Get cryptocurrency trading data from decentralized exchanges
- Tools:
searchPairs,getTokenPools,getPairsByTokenand more
ElizaOS
- Create and manage AI agents
- Tools:
createElizaAgent,listMcpAgents,stopElizaAgent,deleteElizaAgent
Other MCP modules
Coming soon...
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
