CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
topofgames avatar

La Ei Romania

topofgames/la-ei-mcp
1HTTPregistry active
Summary

Connects Claude to La Ei, Romania's classified ads platform with over 30,000 businesses. Exposes tools for searching listings (cauta-anunturi), browsing the business directory (cauta-firme), pulling real-time exchange rates from the National Bank of Romania (curs-valutar), and exploring geographic data across Romanian cities and counties. Public endpoints work without authentication for read operations. Grab an API key from laei.ro/mcp if you need to post ads or access admin features. Rate limited to 100 requests per minute. All responses come back in Romanian, so this is purpose-built for Romanian market research, business intelligence, or building applications that need local classifieds and currency data.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

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

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

License

Proprietary - La Ei Platform

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Search & Web CrawlingFinance & Commerce
Registryactive
TransportHTTP
UpdatedJan 1, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
trackly-app avatar
Trackly CLI

io.github.trackly-app/trackly

AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.
1
u2n4 avatar
NanoBanana Pro 2

io.github.u2n4/nanobanana-imagen-mcp

4K AI image generation via NanoBanana Pro 2: Pro + Flash models, Google Search grounding
1
user0856 avatar
Snaprender

io.github.user0856/snaprender

Screenshot, extract content, and render web pages. PNG/JPEG/WebP/PDF, batch, signed URLs.
1
velixarai avatar
Memory

io.github.velixarai/memory

Persistent memory for AI assistants. Store, search, and recall across sessions.
1
willheadlee avatar
Lgl Mcp Server

io.github.willheadlee/lgl-mcp-server

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
1
xiaojiou176-open avatar
Provenote MCP

io.github.xiaojiou176-open/provenote-mcp

First-party Provenote MCP server for drafts, research threads, auditable runs, and knowledge search.
1