io.github.rsweeting1/pixelvault
AI-native marketplace for pre-cleared licensed media assets — search, license, and stream rights.
Open source Open in the app JSON README (API)
About
AI-native marketplace for pre-cleared licensed media assets — search, license, and stream rights.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- rsweeting1
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.0
- Last push
- 2026-05-06T04:51:56Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-29 04:01:19
- Updated
- 2026-08-29 04:01:19
- Origin id
io.github.rsweeting1/pixelvault
README
# pixelvault-mcp
MCP server for [PixelVault](https://pixelvault-ui.vercel.app) — AI-native marketplace for pre-cleared licensed assets.
## Install
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"pixelvault": {
"command": "npx",
"args": ["-y", "pixelvault-mcp"]
}
}
}
```
Or run directly:
```
npx pixelvault-mcp
```
## Tools
### search_assets
Search PixelVault's database of pre-cleared AI-generated assets using a natural language brief. Returns a ranked shortlist with compliance status and rationale for each match.
### get_asset_details
Retrieve full metadata and compliance documentation for a specific asset by ID.
### generate_usage_agreement
Generate a completed usage agreement draft based on your project parameters (usage type, territory, duration, platform).
## About
PixelVault is a compliance-cleared AI asset marketplace. Every asset is sourced from licensed AI platforms (Adobe Firefly, Moonvalley) and pre-cleared for commercial use. The MCP server gives Claude agents native access to search, evaluate, and license assets without leaving your workflow.
- **Site:** https://pixelvault-ui.vercel.app
- **OpenAPI:** https://pixelvault-ui.vercel.app/openapi.json
- **npm:** `pixelvault-mcp`
## License
MIT