blocket-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blocket-mcpFind used Volvo V70 under 150000 SEK"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
blocket-mcp
MCP server wrapping BlocketAPI — search Sweden's Blocket marketplace from Cursor (or any MCP client).
No API key required. Rate limit: 5 requests/second.
Tools
Tool | Description |
| General keyword search ( |
| Used cars with vehicle filters |
| Used boats |
| Used motorcycles |
| Full listing details by id + type |
| Static enum lists (locations, categories, models, …) |
Related MCP server: Airbnb MCP Server
Setup
npm install
npm run buildCursor configuration
Add to your MCP settings (e.g. ~/.cursor/mcp.json):
{
"mcpServers": {
"blocket": {
"command": "node",
"args": ["/absolute/path/to/blocket-mcp/build/index.js"]
}
}
}For local development without building:
{
"mcpServers": {
"blocket": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/blocket-mcp/src/index.ts"]
}
}
}Smoke test
Runs against the live API (needs network):
npm run smoke-testExample usage
Ask the agent:
“Search Blocket for iPhone 15 in Stockholm under 5000 SEK”
“Find Volvo cars from 2018+ under 200000 SEK”
“Get details for ad id 12345678 (recommerce)”
API reference
Not affiliated with Blocket AB.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to search and retrieve listings from Sweden's largest second-hand marketplaces, Blocket and Tradera. Returns unified data including prices, images, seller information, and direct links to listings.8
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.422,599MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.22,5993MIT
- Alicense-qualityFmaintenanceEnables AI assistants to search and view advertisements on Marktplaats.nl with extensive filtering options.13MIT
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…
Track prices & price history on any online shop, with alerts and an API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thunberg087/blocket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server