Back to Browse

La Ei MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates.

About

Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates.

Remote endpoints: streamable-http: https://laei.ro/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

6 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-topofgames-la-ei-romania": {
      "url": "https://laei.ro/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

La Ei MCP Server

A Model Context Protocol (MCP) server for La Ei - Romania's classified ads platform and business directory.

Features

  • Search Classified Ads - Find products, services, and listings across Romania
  • Business Directory - Access 30,000+ Romanian businesses with contact details
  • Exchange Rates - Real-time BNR (National Bank of Romania) currency rates
  • Location Data - Explore Romanian cities, counties, and geographic information
  • Statistics - Platform analytics and trends

Available Tools

ToolDescription
cauta-anunturiSearch classified ads with filters
detalii-anuntGet complete ad details
obtine-categoriiBrowse category hierarchy
obtine-locatiiGeographic locations data
statistici-anunturiPlatform statistics
explorare-oraseExplore Romanian cities
cauta-firmeSearch business directory
detalii-firmaBusiness details
categorii-firmeBusiness categories
curs-valutarBNR exchange rates
posteaza-anuntPost new classified ad

Installation

Claude Desktop

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"
      ]
    }
  }
}

Public Access (No API Key)

The server can be used without an API key for read-only access to public tools:

  • Search ads and businesses
  • View categories and locations
  • Get exchange rates
  • Explore cities
{
  "mcpServers": {
    "la-ei-romania": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcp-remote@latest",
        "https://laei.ro/mcp"
      ]
    }
  }
}

Full Access (With API Key)

For full access including posting ads and admin features:

  1. Visit https://laei.ro/mcp
  2. Create an account
  3. Generate an API key from your dashboard
  4. Add ?api=YOUR_API_KEY to the URL

Usage Examples

Search Classified Ads

{
  "name": "cauta-anunturi",
  "arguments": {
    "query": "apartament",
    "city_id": 658,
    "limit": 10
  }
}

Get Exchange Rates

{
  "name": "curs-valutar",
  "arguments": {
    "action": "latest"
  }
}

Search Businesses

{
  "name": "cauta-firme",
  "arguments": {
    "query": "restaurant",
    "city": "București",
    "limit": 20
  }
}

Explore Cities

{
  "name": "explorare-orase",
  "arguments": {
    "action": "top_cities",
    "limit": 10
  }
}

API Endpoint

  • URL: https://laei.ro/mcp
  • Protocol: JSON-RPC 2.0
  • Transport: Streamable HTTP
  • Authentication: API key via URL parameter or Authorization header

Rate Limits

  • 100 requests per minute per IP
  • Higher limits available for verified API keys

Language

All tools are available in Romanian language, optimized for Romanian market data.

Support

License

Proprietary - La Ei Platform

Reviews

No reviews yet

Be the first to review this server!