@pythas/mcp-loppis
v0.0.2
Published
MCP server for searching Blocket, Sweden's largest second-hand marketplace
Downloads
201
Readme
mcp-loppis
MCP server for searching Blocket, Sweden's largest second-hand marketplace.
Tools
blocket_options— returns all valid filter values (locations, categories, sort orders)search_blocket— search for listings with optional filters for region, category, sort, and paginationget_blocket_ad— fetch full details for a single ad by ID
Usage
Run directly with npx:
npx @pythas/mcp-loppisOr add to your MCP client config:
{
"mcpServers": {
"loppis": {
"command": "npx",
"args": ["-y", "@pythas/mcp-loppis"]
}
}
}