boopai-mcp MCP server
@boopaispace
About boopai-mcp MCP server
The boopai-mcp server implements Solana blockchain functionality for the boopai launchpad.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"boopai-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments