MCP.so
Sign In

boopai-mcp MCP server

@boopaispace

About boopai-mcp MCP server

The boopai-mcp server implements Solana blockchain functionality for the boopai launchpad.

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

boopaispace

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.

Comments

More Other MCP servers