INDIVIDUAL MCP TOOL
update_business_photos
Add or remove branding media for a business you manage — all three kinds: kind=business_photo (default) is the plan-neutral GALLERY: operation=add uploads one image (JPEG/PNG/WebP base64, up to 8MB) that enters the media review queue before appearing publicly.
LIVE ENDPOINT
https://loppee.com/mcp
Connect to this endpoint to inspect the live schema for update_business_photos and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.loppee-agent-api]
url = "https://loppee.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loppee-agent-api": {
"type": "http",
"url": "https://loppee.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loppee-agent-api
Remote MCP URL: https://loppee.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": {
"loppee-agent-api": {
"url": "https://loppee.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loppee-agent-api": {
"type": "http",
"url": "https://loppee.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loppee-agent-api",
"transport": "streamable-http",
"url": "https://loppee.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agent_capabilities— Return the Loppee agent contract, endpoints, policy rules, and available MCP tools.get_pricing_plans— Return Loppee's published exposure plans, feature bullets, branch add-ons, and promotions.search_businesses— Search Loppee's closed taxonomy or use universal business-name lookup.search_category— Local category discovery requires current or Home with kind=saved_exact.lookup_business— Universal, pay-independent business-name lookup.recommend_businesses— Return published recommendations in explicit Verified and Listed sections.search_jobs— Discover active schema.org-aligned Loppee jobs from currently Verified, published employers.get_trust_card— Fetch the public v3 Trust Card for one published business by business_id or domain_key.