La Ei Mcp

by topofgames

160 downloads
Not rated
GitHub

Description

# La Ei MCP Server A Model Context Protocol (MCP) server for [La Ei](https://laei.ro) - Romania's classified ads platform and business directory. ## Features - **Search Classified Ads** - Find products, services, and listings across Romania - **Business Directory** - Access…

About

# La Ei MCP Server A Model Context Protocol (MCP) server for [La Ei](https://laei.ro) - 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

Author
topofgames
Downloads
160
Categories
Other

- Search classified ads with filters
- Access 30,000+ Romanian businesses with contact details
- Real‑time BNR (National Bank of Romania) currency rates
- Explore Romanian cities, counties, and geographic information
- Post new classified ads (with API key)
- 100 requests per minute per IP (higher limits with verified key)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name La Ei Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server to Claude Desktop configuration using npx with the remote URL https://laei.ro/mcp. Public access works without an API key (read‑only); full access requires an API key obtained from your La Ei dashboard and appended as ?api=YOUR_API_KEY.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "la ei mcp": {
            "la-ei-romania": {
                "command": "npx",
                "args": [
                    "-y",
                    "@anthropic-ai/mcp-remote@latest",
                    "https://laei.ro/mcp?api=YOUR_API_KEY"
                ]
            }
        }
    }
}

McpServers

{
    "la-ei-romania": {
        "command": "npx",
        "args": [
            "-y",
            "@anthropic-ai/mcp-remote@latest",
            "https://laei.ro/mcp?api=YOUR_API_KEY"
        ]
    }
}

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

| 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 |

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

- Website: https://laei.ro
- MCP Documentation: https://laei.ro/mcp

License

Proprietary - La Ei Platform

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.