Content
# MCP3 Monorepo
This monorepo contains implementations of the Model Context Protocol for different blockchain networks.
## Packages
- `@mcp3/common`: Shared utilities and types used across implementations
- `@mcp3/eth-mcp`: Ethereum implementation of the Model Context Protocol
- `@mcp3/sui-mcp`: Sui Network implementation of the Model Context Protocol
- `@mcp3/dex-screener`: DexScreener API integration for MCP3
## Development
This project uses pnpm as the package manager and workspaces for managing the monorepo.
### Setup
```bash
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Clean all packages
pnpm clean
```
### Working with individual packages
```bash
# Build a specific package
pnpm --filter @mcp3/eth-mcp build
# Run a specific package
pnpm --filter @mcp3/sui-mcp start
```
## License
ISC
# mcp3
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
tradingview-mcp
AI-assisted TradingView chart analysis — connect Claude Code to your...
YC-Killer
YC-Killer is an AI agents library by Singularity Research, open-sourcing...