Content
# Dialect MCPs
A collection of MCP (Managed Control Plane) servers for various Dialect Solana Blinks.
## Structure
The repository is organized by organization and MCP:
```
dialect-mcps/
├── lulo/
│ ├── deposit/
│ └── withdraw/
├── kamino/
│ ├── deposit/
│ └── withdraw/
├── meteora/
│ ├── add-liquidity/
│ ├── remove-liquidity/
│ └── launch-token/
├── jupiter/
│ ├── swap/
│ ├── dao-claim/
│ ├── dao-stake/
│ ├── dao-unstake/
│ ├── perps-add-collateral/
│ ├── perps-close/
│ ├── perps-open/
│ ├── perps-remove-collateral/
│ ├── perps-stop-loss/
│ └── perps-take-profit/
├── drift/
│ ├── perps-open/
│ ├── perps-close/
│ ├── vaults-deposit/
│ └── vaults-withdraw/
├── save/
│ ├── reserves-deposit/
│ └── reserves-withdraw/
├── marginfi/
│ ├── supply/
│ └── withdraw/
└── raydium/
├── add-liquidity/
├── create-position/
├── staking-stake/
├── staking-unstake/
└── staking-claim/
```
Each MCP is an independent FastMCP server for a specific Dialect Solana Blink.
## Prerequisites
- Python 3.10+
- [uv](https://github.com/astral-sh/uv) package manager
## Installation
Each MCP can be installed and run independently. See the README.md in each MCP directory for specific instructions.
Connection Info
You Might Also Like
valuecell
ValueCell is a community-driven, multi-agent platform for financial applications.
hexstrike-ai
HexStrike AI MCP Agents is an advanced MCP server that lets AI agents...
YC-Killer
A library of enterprise-grade AI agents designed to democratize artificial...
AP2
Building a Secure and Interoperable Future for AI-Driven Payments.
solana-agent-kit
connect any ai agents to solana protocols
Stripe
The Stripe Agent Toolkit integrates agent frameworks with Stripe APIs via...