INDIVIDUAL MCP TOOL
get_brand
Return full catalog data for one brand by slug: origin country, native/foreign status, ownership shares, parent company, sub-brands and the Turkish description.
LIVE ENDPOINT
https://yerlimi.net/mcp
Connect to this endpoint to inspect the live schema for get_brand 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.yerlimi]
url = "https://yerlimi.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yerlimi": {
"type": "http",
"url": "https://yerlimi.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yerlimi
Remote MCP URL: https://yerlimi.net/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": {
"yerlimi": {
"url": "https://yerlimi.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yerlimi": {
"type": "http",
"url": "https://yerlimi.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yerlimi",
"transport": "streamable-http",
"url": "https://yerlimi.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_brands— Search the Yerli mi?browse_catalog— List catalog nodes: all categories, all countries, the subcategories of one category, the brands of one subcategory, or the brands of one country.