# Phantom Connect SDK

Access comprehensive developer resources for building on the Phantom wallet platform. Find code examples, API references, and guides to streamline integration and development workflows. Retrieve dire…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Phantom/connect-sdk

# Browse available tools
npx -y @smithery/cli@latest tool list Phantom/connect-sdk

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Phantom/connect-sdk SearchPhantomDeveloper

# Call a tool
npx -y @smithery/cli@latest tool call Phantom/connect-sdk SearchPhantomDeveloper '{}'
```

## Direct MCP Connection

Endpoint: `https://connect-sdk--phantom.run.tools`

## Tools (1)

- `SearchPhantomDeveloper` — Search across the Phantom developer documentation knowledge base to find relevant information, code examples, API refer…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Phantom/connect-sdk <tool-name>
```
