- Home
- MCP servers
- La Ei
La Ei
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You set up and use the La Ei MCP Server to access Romania’s classified ads, business directory, exchange rates, and geographic data through a unified MCP client. This server enables read-only access without an API key for public data, and full access when you provide a key for posting and admin features.
How to use
You interact with the MCP server using a compatible MCP client. Choose the HTTP endpoint for read-only access to public data or enable full access with an API key to perform actions like posting ads and administering listings. Each tool corresponds to a specific capability such as searching ads, retrieving details, browsing categories, exploring locations, and viewing platform statistics.
How to install
Prerequisites: ensure Node.js and npm are installed on your system. You also need a compatible MCP client that can consume JSON-RPC 2.0 endpoints.
{
"mcpServers": {
"la-ei-romania-http": {
"type": "http",
"url": "https://laei.ro/mcp",
"args": []
}
}
}
Option 1: Read-only access via HTTP endpoint. This does not require an API key and allows you to browse ads, firms, categories, locations, exchange rates, and cities.
{
"mcpServers": {
"la-ei-romania-http-keyless": {
"type": "http",
"url": "https://laei.ro/mcp",
"args": []
}
}
}
Option 2: Full access using an API key. You can post ads and access admin features.
{
"mcpServers": {
"la-ei-romania-http-keyed": {
"type": "http",
"url": "https://laei.ro/mcp?api=YOUR_API_KEY",
"args": []
}
}
}
Additional setup notes
If you prefer local execution via a runtime tool, you can run the MCP client with a local command that uses the remote MCP service. The example uses a portable command-line approach that invokes the MCP remote runner with your API key embedded in the URL.
Notes on access levels
Public access provides read-only capabilities for listing and exploring data. Full access requires generating an API key from your dashboard and appending it to the MCP URL.
Available tools
cauta-anunturi
Search classified ads with filters to find products, services, and listings across Romania.
detalii-anunt
Get complete details for a specific classified ad.
obtine-categorii
Browse the category hierarchy for ads and services.
obtine-locatii
Access geographic locations data including cities and counties.
statistici-anunturi
View platform statistics and trends for ads.
explorare-orase
Explore Romanian cities and related geographic information.
cauta-firme
Search the business directory for companies and listings.
detalii-firma
Retrieve detailed information about a specific business.
categorii-firme
Browse business categories to filter searches.
curs-valutar
Get real-time currency exchange rates from the National Bank of Romania (BNR).
posteaza-anunt
Post a new classified ad when you have full access.