Data Collection
yerlimi.net
Search and retrieve detailed brand catalog data including origin, ownership, and domestic/foreign status.
ENDPOINT 1
https://yerlimi.net/mcp
MCP server metadata
- Name
- yerlimi
- Version
- 1.0.0
Yerli mi? is a Turkish catalog of brand origins. Use search_brands to find a brand, get_brand for its full record, browse_catalog to walk categories and countries. A brand counts as "Yerli" when the majority of its ownership is Turkish; brands with split ownership are reported as "Ortak Sermaye" with per-country shares.
Known tools 3
get_brandReturn full catalog data for one brand by slug: origin country, native/foreign status, ownership shares, parent company, sub-brands and the Turkish description.
Inferred read-onlybrowse_catalogList catalog nodes: all categories, all countries, the subcategories of one category, the brands of one subcategory, or the brands of one country.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.