Connects Claude to La Ei, Romania's classified ads platform with over 30,000 businesses. Exposes tools for searching listings (cauta-anunturi), browsing the business directory (cauta-firme), pulling real-time exchange rates from the National Bank of Romania (curs-valutar), and exploring geographic data across Romanian cities and counties. Public endpoints work without authentication for read operations. Grab an API key from laei.ro/mcp if you need to post ads or access admin features. Rate limited to 100 requests per minute. All responses come back in Romanian, so this is purpose-built for Romanian market research, business intelligence, or building applications that need local classifieds and currency data.
A Model Context Protocol (MCP) server for La Ei - Romania's classified ads platform and business directory.
| Tool | Description |
|---|---|
cauta-anunturi | Search classified ads with filters |
detalii-anunt | Get complete ad details |
obtine-categorii | Browse category hierarchy |
obtine-locatii | Geographic locations data |
statistici-anunturi | Platform statistics |
explorare-orase | Explore Romanian cities |
cauta-firme | Search business directory |
detalii-firma | Business details |
categorii-firme | Business categories |
curs-valutar | BNR exchange rates |
posteaza-anunt | Post new classified ad |
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"la-ei-romania": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/mcp-remote@latest",
"https://laei.ro/mcp?api=YOUR_API_KEY"
]
}
}
}
The server can be used without an API key for read-only access to public tools:
{
"mcpServers": {
"la-ei-romania": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/mcp-remote@latest",
"https://laei.ro/mcp"
]
}
}
}
For full access including posting ads and admin features:
?api=YOUR_API_KEY to the URL{
"name": "cauta-anunturi",
"arguments": {
"query": "apartament",
"city_id": 658,
"limit": 10
}
}
{
"name": "curs-valutar",
"arguments": {
"action": "latest"
}
}
{
"name": "cauta-firme",
"arguments": {
"query": "restaurant",
"city": "București",
"limit": 20
}
}
{
"name": "explorare-orase",
"arguments": {
"action": "top_cities",
"limit": 10
}
}
https://laei.ro/mcpAll tools are available in Romanian language, optimized for Romanian market data.
Proprietary - La Ei Platform
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp