Skip to main content
Glama
Thunberg087

blocket-mcp

by Thunberg087

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

search

General keyword search (/v1/search)

search_cars

Used cars with vehicle filters

search_boats

Used boats

search_motorcycles

Used motorcycles

get_ad

Full listing details by id + type

list_filter_options

Static enum lists (locations, categories, models, …)

Related MCP server: Airbnb MCP Server

Setup

npm install
npm run build

Cursor 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-test

Example 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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