INDIVIDUAL MCP TOOL
list_brands
List brands available in the Lomadee affiliate catalog, with commission and cookie when known.
LIVE ENDPOINT
https://www.lomadee.com.br/mcp
Connect to this endpoint to inspect the live schema for list_brands 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.lomadee]
url = "https://www.lomadee.com.br/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lomadee": {
"type": "http",
"url": "https://www.lomadee.com.br/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lomadee
Remote MCP URL: https://www.lomadee.com.br/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": {
"lomadee": {
"url": "https://www.lomadee.com.br/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lomadee": {
"type": "http",
"url": "https://www.lomadee.com.br/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lomadee",
"transport": "streamable-http",
"url": "https://www.lomadee.com.br/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_overview— Return what Lomadee is, who it is for, and the canonical public URLs an agent should read next.get_when_to_use— Return specific jobs Lomadee is right for, how an agent should call the product, and when not to use it.list_faqs— List official Lomadee FAQ answers by topic (home, creators, affiliates, advertisers, contact, brands, blog).get_contact— Return how to contact Lomadee (commercial, support, partnerships) and organization identity fields.get_brand— Get one Lomadee brand by slug, including description, commission, cookie, and canonical URLs.