← malinica.rs

INDIVIDUAL MCP TOOL

get_listing

Fetch one published listing by id, including its full description, price, location, category and stored attribute values.

malinica.rsnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.malinica.rs/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_listing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

malinica.rs

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.malinica]
url = "https://api.malinica.rs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "malinica": {
      "type": "http",
      "url": "https://api.malinica.rs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: malinica
Remote MCP URL: https://api.malinica.rs/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "malinica": {
      "url": "https://api.malinica.rs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "malinica": {
      "type": "http",
      "url": "https://api.malinica.rs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "malinica",
  "transport": "streamable-http",
  "url": "https://api.malinica.rs/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_categories — List every active listing category as a flat catalog.
  • get_category — Describe one category and the attributes listings in it can be filtered by.
  • search_locations — Find Serbian locations by name and return their numeric ids, which is how listings are filtered by place.
  • get_picklist_values — List the accepted values for an attribute whose get_category entry carries a picklist_path.
  • search_listings — Search published listings by free text, category and location.