LIVE ENDPOINT
https://mcp.upshiftsites.com/mcp
Connect to this endpoint to inspect the live schema for upshift_quote 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.upshift]
url = "https://mcp.upshiftsites.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"upshift": {
"type": "http",
"url": "https://mcp.upshiftsites.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: upshift
Remote MCP URL: https://mcp.upshiftsites.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": {
"upshift": {
"url": "https://mcp.upshiftsites.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"upshift": {
"type": "http",
"url": "https://mcp.upshiftsites.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "upshift",
"transport": "streamable-http",
"url": "https://mcp.upshiftsites.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
upshift_site_audit— Fetch a live website and report how legible it is to search engines and AI assistants: structured data (JSON-LD), llms.upshift_template_match— Given an industry or trade (and optionally what the business needs), return which of Upshift's 14 website template lines fit, ranked, each with a live demo link, the store link, and real prices.