kamernet-mcp
Related Servers
Alternatives to kamernet-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables AI agents to search and monitor Dutch and Belgian classifieds (Marktplaats and 2dehands) for listings, seller profiles, and categories.52MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, compare, and interact with Apartments.com rental listings, including scheduling tours and contacting property managers.8 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search for German property listings (rent/buy) on immowelt.de with structured JSON output, no API key required.-
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to search and view advertisements on Marktplaats.nl with extensive filtering options.16MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to search and retrieve classified listings from marktplaats.nl and 2dehands.be, including details, seller info, categories, and saved searches, with optional authenticated access to messages, listings, favorites, and bids.14MIT
- FlicenseBqualityNot gradedmaintenanceEnables AI assistants to search and analyze Swedish real estate data from Booli.se using natural language queries. Supports property searches with comprehensive filtering options and location discovery through GraphQL API integration.31-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: search_listings for finding listings, get_listing for details of a specific listing, and get_new_listings for monitoring new listings. There is no overlap or ambiguity.
All tools follow a consistent verb_noun pattern with camelCase (get_listing, get_new_listings, search_listings). The naming is predictable and easy to understand.
With 3 tools, the server is well-scoped for its purpose of browsing and monitoring rental listings. Each tool is necessary and none are extraneous.
The tool set covers search, detail retrieval, and monitoring new listings, which are the core operations for a listing viewer. A minor gap is the lack of a separate tool for listing available cities or filter options, but search_listings likely handles filters adequately.