l

la-ei-romania

@topofgames/la-ei-romania
Hosted
0 Stars 17 次浏览 topofgames 更新于 2026-08-23

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

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

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

# License

Proprietary - La Ei Platform

相关 MCP 服务