# Spark - AI Assets Marketplace

Discover and download a variety of assets including prompts, skills, and connectors from the Spark marketplace. Access detailed documentation, ratings, and raw content to quickly integrate pre-built …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add howard-eridani/spark

# Browse available tools
npx -y @smithery/cli@latest tool list howard-eridani/spark

# Get full schema for a tool
npx -y @smithery/cli@latest tool get howard-eridani/spark search_assets

# Call a tool
npx -y @smithery/cli@latest tool call howard-eridani/spark search_assets '{}'
```

## Direct MCP Connection

Endpoint: `https://spark--howard-eridani.run.tools`

## Tools (5)

- `search_assets` — Search the Spark AI assets marketplace.
- `get_asset` — Get full details of a Spark asset by its slug.
- `get_asset_content` — Get the raw content of a Spark asset (prompt text, skill instructions, agent config).
- `list_popular` — List the most popular Spark assets by download count.
- `list_categories` — List available categories (domains and AI tags) in the Spark marketplace.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get howard-eridani/spark <tool-name>
```
