← getfreedomos.com

INDIVIDUAL MCP TOOL

list_shopify_files

List media files (images and generic files) uploaded to the connected Shopify store's file library — alt text and URL.

getfreedomos.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_shopify_files 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

getfreedomos.com

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.freedomos-mcp]
url = "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freedomos-mcp": {
      "type": "http",
      "url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freedomos-mcp
Remote MCP URL: https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-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": {
    "freedomos-mcp": {
      "url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freedomos-mcp": {
      "type": "http",
      "url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freedomos-mcp",
  "transport": "streamable-http",
  "url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_connector_registry — Search the vetted connector registry for an external integration (MCP connector) you need but that is not yet connected.
  • request_connector — Request that the operator connect an external integration (MCP connector) so you can use its tools.
  • grant_agent_tool — Grant ONE specific tool to an agent's loadout (tool_access).
  • revoke_agent_tool — Remove ONE specific tool from an agent's loadout (tool_access).
  • submit_product_request — File a bug report or feature request about FreedomOS the platform (FO UI, MCP tools, Command Center, auth, connectors, FO agents runtime) with the FreedomOS product team.
  • get_product_request_status — Check status of a product request you previously filed with submit_product_request for your operator.
  • open_product_request_draft_pr — MANUAL ONLY — open a draft GitHub PR shell for an approved FreedomOS product request.
  • attach_product_request_pr — Attach an existing freedom-ai GitHub PR URL to a product request and **resolve it by construction** (card → approved, product_status=fixed, history comment, filer resolution notify).