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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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