INDIVIDUAL MCP TOOL
picorn_projects_inspect
List every editor file, imported asset, and the project brand profile with named colors and saved logos or visual references.
LIVE ENDPOINT
https://picorn.com/mcp
Connect to this endpoint to inspect the live schema for picorn_projects_inspect and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.picorn]
url = "https://picorn.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"picorn": {
"type": "http",
"url": "https://picorn.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: picorn
Remote MCP URL: https://picorn.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"picorn": {
"url": "https://picorn.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"picorn": {
"type": "http",
"url": "https://picorn.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "picorn",
"transport": "streamable-http",
"url": "https://picorn.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
picorn_capabilities— List live canvas formats, fonts, layouts, image models, GPU reachability and fair-use limits.picorn_projects_create— Create a marketing project that can hold many editor files and imported image assets.picorn_projects_update— Update the name, description, or named color scheme of a marketing project, then return its complete file, asset, and brand index.picorn_design_image— Turn a topic into a finished social image with generated/researched imagery and crisp real typography.picorn_generate_image— Generate a raw image with self-hosted Z-Image Turbo.picorn_edit_image— Transform an existing image with Flux 2 Klein.picorn_render_svg— Render your SVG through Picorn with real typography and optional image/icon placeholders.picorn_editor_import_image— Import image bytes from any external or agent-native image generator into Picorn storage.