La Ei Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited La Ei Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.