← heirloomportraits.us
INDIVIDUAL MCP TOOL
create_order_link
Generates a direct URL to start the portrait ordering process.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.heirloomportraits-us]
url = "https://heirloomportraits.us/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"heirloomportraits-us": {
"type": "http",
"url": "https://heirloomportraits.us/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: heirloomportraits-us
Remote MCP URL: https://heirloomportraits.us/api/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": {
"heirloomportraits-us": {
"url": "https://heirloomportraits.us/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"heirloomportraits-us": {
"type": "http",
"url": "https://heirloomportraits.us/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "heirloomportraits-us",
"transport": "streamable-http",
"url": "https://heirloomportraits.us/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_products— Returns the full product catalog for human portraits, pet portraits, or both.check_shipping— Estimates delivery timing for a portrait order.recommend_gift— Recommends a portrait product based on budget, occasion, and whether it is for a person or pet.get_reviews— Returns customer reviews, testimonials, and transformation stories.