eCommerce
glenlist.com
Provides tools to search and retrieve Glenlist classified listings and access posting guides and FAQs.
ENDPOINT 1
https://glenlist.com/mcp
MCP server metadata
- Name
- Glenlist.com MCP
- Version
- 1.0.0
Glenlist is a classifieds marketplace. Use the search_listings tool to find currently-published listings (apartments, cars, jobs, services, and more). Combine free-text search with structured filters: category or subcategory, location, and a price range. Results include the listing title, description, price, location, category, image, publication and expiry timestamps, and a direct link. Only live, published listings are returned.
Known tools 4
get_listingRetrieve one Glenlist listing by its id, including its full description, price, location, category, images, and publication and expiry timestamps.
Inferred read-onlyget_posting_guideGet a step-by-step guide on how to post a listing on Glenlist, including every available category and subcategory with the ids required by the search_listings tool's category_id and subcategory_id filters.
Potential side effectsCONNECT 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.glenlist-com-mcp]
url = "https://glenlist.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glenlist-com-mcp": {
"type": "http",
"url": "https://glenlist.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glenlist-com-mcp
Remote MCP URL: https://glenlist.com/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": {
"glenlist-com-mcp": {
"url": "https://glenlist.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glenlist-com-mcp": {
"type": "http",
"url": "https://glenlist.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glenlist-com-mcp",
"transport": "streamable-http",
"url": "https://glenlist.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.