mcpbeat Sign in

Malinica MCP Server

answering

Malinica is answering right now. Last checked 7 min ago. It exposes 6 tools.

Search classified listings on Malinica, a Serbian free serbian classifieds marketplace.

Uptime history 27 days of history
27 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
117 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Malinica every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add classifieds --transport http https://api.malinica.rs/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "classifieds": {
      "url": "https://api.malinica.rs/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.classifieds]
url = "https://api.malinica.rs/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "classifieds": {
      "url": "https://api.malinica.rs/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "classifieds": {
      "url": "https://api.malinica.rs/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

categories
get_categories
List every active listing category as a flat catalog. Each entry has a numeric id, a dot-separated path encoding its place in the hierarchy (for example vozila.automobili is a child of vozila), and a human-readable title in Serbian. Call this first to translate what a user is looking for into a category id, then call get_category to learn which attributes that category supports.
category
get_category
Describe one category and the attributes listings in it can be filtered by. Each attribute has a name (the key to use when filtering), a label, and a type giving the JSON value a filter must supply: string, number, boolean or date (ISO 8601). An attribute may also carry options, which are the only accepted values for it; value_type with min and max, bounding what numbers are accepted; or a picklist_path, whose accepted values are not listed here and must be fetched with get_picklist_values. A picklist_depends_on names another attribute whose value narrows this one.
listing
get_listing
Fetch one published listing by id, including its full description, price, location, category and stored attribute values. Attribute keys match the names reported by get_category for that listing's category, and attributes holds the raw stored values. Under the same key, attribute_labels gives that attribute's display label, plus a value label where the value comes from a fixed set such as a picklist or enum — use the labels when describing the listing to a user, and the raw values when filtering. Only public listings can be fetched.
listings
search_listings
Search published listings by free text, category and location. Every argument is optional but at least one must be given; supplying several narrows the result the way a user ticking filters would. category_id and location_id are hierarchical and match the whole subtree beneath them, so the category 'Mobilni telefoni i oprema' also returns listings filed under its child categories, and Beograd also returns listings in Novi Beograd, Zemun and every other place under it. Filter at the broadest level the user actually meant, and only narrow when they named a specific place or category. Get ids from get_categories and search_locations. q is an ordinary keyword search, not semantic or vector search: it matches words the listing actually contains, so synonyms and paraphrases will not find anything. It matches broadly across titles, descriptions, attribute values and the listing's category and location names, but ranks titles and descriptions highest. Prefer q for what an item is, and the id filters for where it is and what it is filed under — 'stan Beograd' works, but a location_id for Beograd works better. Only the first few best matches are returned and there is no way to page past them. If the result looks too broad, narrow the search and call again rather than asking for more.
locations
search_locations
Find Serbian locations by name and return their numeric ids, which is how listings are filtered by place. Matching is fuzzy and tolerates missing diacritics. Results carry a level (COUNTRY, MUNICIPALITY, CITY, CITY_MUNICIPALITY, SETTLEMENT, NEIGHBOURHOOD) and a path showing where the place sits in the hierarchy; use both to pick between same-named places, and prefer asking the user rather than guessing when several look plausible.
picklist
get_picklist_values
List the accepted values for an attribute whose get_category entry carries a picklist_path. These value sets are hierarchical and too large to inline, so they are fetched one level at a time. A picklist_path may contain a placeholder in braces naming another attribute, as in 'vehicles.car.{make}'; replace the placeholder with that attribute's chosen value before calling, so picking make 'toyota' means requesting 'vehicles.car.toyota' to get the models for it.

Endpoints

URLTransportStateLatencyChecked
https://api.malinica.rs/mcp streamable-http answering 103 ms 7 min ago

Alternatives to Malinica

same job, measured the same way
Joomil — Swiss Classifieds MCP
by valmodev

Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007.

5 tools answering
MANDA
by manda

Search Japan's M&A marketplace MANDA - public business-for-sale listings (read-only, no auth)

4 tools answering
Supost MCP
by capmus-team

Search listings, message posters, and create drafts on SUpost, the marketplace for Stanford

6 tools answering
Capmus MCP
by capmus-team

Search listings, message posters, and create draft posts on Capmus, the university marketplace

7 tools answering
humanMCP Marketplace — federated listings across personal MCP servers
by kapoost

Federated listings from personal humanMCP servers. Search offers, trades by humans.

3 tools answering
ServiceWindow — SWFL Food Truck Marketplace
by servicewindowapp

Verified food truck marketplace for Southwest Florida. Search trucks and browse listings.

3 tools answering
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

35 installs/wk answering
Defici Marketplace MCP Server
by defici

Search and browse global classifieds across 80 markets. No auth required for read-only access.

7 tools answering

Malinica — questions

Answers built from our own checks of this server.

What can Malinica do?
It exposes 6 tools, read directly from the server on our last check. Among them: get_categories, get_category, get_listing, get_picklist_values, search_listings, search_locations. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Malinica working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 117 ms. The bar chart above shows every period we have measured.
How do I connect Malinica?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Malinica need an API key?
No. Malinica completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Malinica?
It answers our handshake in 117 ms on average, which is faster than 81% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.