{
  "markdown": "# La Ei MCP Server\n\nA Model Context Protocol (MCP) server for [La Ei](https://laei.ro) - Romania's classified ads platform and business directory.\n\n## Features\n\n- **Search Classified Ads** - Find products, services, and listings across Romania\n- **Business Directory** - Access 30,000+ Romanian businesses with contact details\n- **Exchange Rates** - Real-time BNR (National Bank of Romania) currency rates\n- **Location Data** - Explore Romanian cities, counties, and geographic information\n- **Statistics** - Platform analytics and trends\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `cauta-anunturi` | Search classified ads with filters |\n| `detalii-anunt` | Get complete ad details |\n| `obtine-categorii` | Browse category hierarchy |\n| `obtine-locatii` | Geographic locations data |\n| `statistici-anunturi` | Platform statistics |\n| `explorare-orase` | Explore Romanian cities |\n| `cauta-firme` | Search business directory |\n| `detalii-firma` | Business details |\n| `categorii-firme` | Business categories |\n| `curs-valutar` | BNR exchange rates |\n| `posteaza-anunt` | Post new classified ad |\n\n## Installation\n\n### Claude Desktop\n\nAdd to your Claude Desktop configuration (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"la-ei-romania\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@anthropic-ai/mcp-remote@latest\",\n        \"https://laei.ro/mcp?api=YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n```\n\n### Public Access (No API Key)\n\nThe server can be used without an API key for read-only access to public tools:\n- Search ads and businesses\n- View categories and locations\n- Get exchange rates\n- Explore cities\n\n```json\n{\n  \"mcpServers\": {\n    \"la-ei-romania\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@anthropic-ai/mcp-remote@latest\",\n        \"https://laei.ro/mcp\"\n      ]\n    }\n  }\n}\n```\n\n### Full Access (With API Key)\n\nFor full access including posting ads and admin features:\n\n1. Visit [https://laei.ro/mcp](https://laei.ro/mcp)\n2. Create an account\n3. Generate an API key from your dashboard\n4. Add `?api=YOUR_API_KEY` to the URL\n\n## Usage Examples\n\n### Search Classified Ads\n```json\n{\n  \"name\": \"cauta-anunturi\",\n  \"arguments\": {\n    \"query\": \"apartament\",\n    \"city_id\": 658,\n    \"limit\": 10\n  }\n}\n```\n\n### Get Exchange Rates\n```json\n{\n  \"name\": \"curs-valutar\",\n  \"arguments\": {\n    \"action\": \"latest\"\n  }\n}\n```\n\n### Search Businesses\n```json\n{\n  \"name\": \"cauta-firme\",\n  \"arguments\": {\n    \"query\": \"restaurant\",\n    \"city\": \"București\",\n    \"limit\": 20\n  }\n}\n```\n\n### Explore Cities\n```json\n{\n  \"name\": \"explorare-orase\",\n  \"arguments\": {\n    \"action\": \"top_cities\",\n    \"limit\": 10\n  }\n}\n```\n\n## API Endpoint\n\n- **URL**: `https://laei.ro/mcp`\n- **Protocol**: JSON-RPC 2.0\n- **Transport**: Streamable HTTP\n- **Authentication**: API key via URL parameter or Authorization header\n\n## Rate Limits\n\n- 100 requests per minute per IP\n- Higher limits available for verified API keys\n\n## Language\n\nAll tools are available in Romanian language, optimized for Romanian market data.\n\n## Support\n\n- Website: [https://laei.ro](https://laei.ro)\n- MCP Documentation: [https://laei.ro/mcp](https://laei.ro/mcp)\n\n## License\n\nProprietary - La Ei Platform\n",
  "bytes": 3223,
  "sha": "18f81935bd81923ba17452e5ccd63b1066176651cddec96d4865e2c25d8120f6",
  "repo_slug": "topofgames/la-ei-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_topofgames_la_ei_romania_79cef41a/readme"
}