← Registry

eCommerce

frela.co

Provides product catalog search, detailed product info, and checkout integration for an e-commerce store.

1 endpoint3 known toolsFirst detected June 25, 2026Last detected September 13, 2026

ENDPOINT 1

https://frela.co/api/mcp

No auth detected

MCP server metadata

Name
frela-storefront
Version
0.1.0
Capabilities
tools

Known tools 3

list_products

Search or browse Frela's product catalogue.

Inferred read-only
get_product

Fetch full detail for one product by handle: variants (with variant id, sku, price, stock), options, images, and description.

Inferred read-only
agentic_checkout

Create a cart, add the requested variants, and return a browser checkout URL for the shopper to complete payment.

Potential side effects

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.frela-storefront]
url = "https://frela.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "frela-storefront": {
      "type": "http",
      "url": "https://frela.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: frela-storefront
Remote MCP URL: https://frela.co/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": {
    "frela-storefront": {
      "url": "https://frela.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "frela-storefront": {
      "type": "http",
      "url": "https://frela.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "frela-storefront",
  "transport": "streamable-http",
  "url": "https://frela.co/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for frela.co was fetched 2026-08-03T23:34:00.670Z and is being refreshed.

Trust status Trusted

frela.co is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.