← upliftfunnel.com
INDIVIDUAL MCP TOOL
list_media
The app's image library: file name, CDN url, type and size.
LIVE ENDPOINT
https://api.upliftfunnel.com/mcp
Connect to this endpoint to inspect the live schema for list_media and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.uplift-funnel]
url = "https://api.upliftfunnel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uplift-funnel": {
"type": "http",
"url": "https://api.upliftfunnel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uplift-funnel
Remote MCP URL: https://api.upliftfunnel.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": {
"uplift-funnel": {
"url": "https://api.upliftfunnel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uplift-funnel": {
"type": "http",
"url": "https://api.upliftfunnel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uplift-funnel",
"transport": "streamable-http",
"url": "https://api.upliftfunnel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
connect— Exchange a pairing code from the Uplift Funnel dashboard for access to that app's flows.list_flows— Every flow in this app: slug, name, deployed version, screen count.upload_media— Add one image to the app's library and get back the CDN url to put in an `image` node's props.url.get_flow— A flow's OUTLINE, not the document: each screen's title, node types, the variables it writes and reads, and where it leads.get_screen— One screen's full primitive tree, plus the context needed to edit it coherently: the other screen ids, the declared variables, and the theme.edit_screen— Validate, render and (unless dry_run) write one screen into the draft.edit_flow— Change what sits ABOVE the screens: theme (colours, typography, corner radius), variables, locales, entry screen, and screen order.delete_screen— Remove one screen from the draft.