boopai-mcp MCP server
@boopaispace
关于 boopai-mcp MCP server
The boopai-mcp server implements Solana blockchain functionality for the boopai launchpad.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"boopai-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is boopai-mcp?
The boopai-mcp server implements Solana blockchain functionality for the boopai launchpad. It allows users to launch and trade tokens on boopai.fun through the Model Context Protocol.
How to use boopai-mcp?
Configure the server in Claude Desktop by adding the appropriate JSON snippet to your MCP servers configuration file. You must provide a Solana keypair and an RPC endpoint as environment variables. The server can be run via uv (for development) or uvx (for published versions).
Key features of boopai-mcp
- Launch any token on boopai.fun
- Buy and sell tokens on boopai.fun
- Integrates with the Solana blockchain via an RPC endpoint
- Uses a Solana keypair for transaction signing
Use cases of boopai-mcp
- Launching a new token on the boopai launchpad
- Automating token trading operations on Solana
- Integrating Solana token management into AI-powered workflows
FAQ from boopai-mcp
What dependencies does boopai-mcp require?
A Python environment with uv, a Solana keypair, and a Solana RPC endpoint (default: https://api.mainnet-beta.solana.com).
How is authentication handled?
The server uses the Solana keypair provided via the KEYPAIR environment variable to sign transactions.
What transport does boopai-mcp use?
The server communicates over stdio, as is standard for MCP servers.
How do I debug boopai-mcp?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <PATH> run boopai-mcp from the command line.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论