{"id":47728255,"url":"https://github.com/bjesus/begagnad-mcp","last_synced_at":"2026-04-02T21:02:10.708Z","repository":{"id":327000165,"uuid":"1070245003","full_name":"bjesus/begagnad-mcp","owner":"bjesus","description":"An MCP server for Sweden's second hand marketplaces","archived":false,"fork":false,"pushed_at":"2025-10-05T15:02:34.000Z","size":30,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T00:21:22.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjesus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T15:02:22.000Z","updated_at":"2026-01-14T23:10:07.000Z","dependencies_parsed_at":"2025-12-04T15:02:57.178Z","dependency_job_id":null,"html_url":"https://github.com/bjesus/begagnad-mcp","commit_stats":null,"previous_names":["bjesus/begagnad-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bjesus/begagnad-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjesus%2Fbegagnad-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjesus%2Fbegagnad-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjesus%2Fbegagnad-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjesus%2Fbegagnad-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjesus","download_url":"https://codeload.github.com/bjesus/begagnad-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjesus%2Fbegagnad-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T21:02:06.815Z","updated_at":"2026-04-02T21:02:10.698Z","avatar_url":"https://github.com/bjesus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Begagnad MCP\n\nA Model Context Protocol (MCP) server for searching Sweden's two largest second-hand marketplaces: Blocket and Tradera.\n\n## What it does\n\nEnables AI agents like Claude to search and retrieve listings from Swedish second-hand marketplaces. Returns unified data including titles, descriptions, prices, images, seller information, and direct links to listings.\n\n## Setup\n\n### Using the public endpoint\n\nA live instance is available at `https://begagnad-mcp.bjesus.workers.dev/sse`\n\nConfigure Claude Desktop by editing `~/.config/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"begagnad\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://begagnad-mcp.bjesus.workers.dev/sse\"\n      ]\n    }\n  }\n}\n```\n\nRestart Claude Desktop to load the server.\n\n### Deploy your own instance\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n2. Login to Cloudflare:\n   ```bash\n   wrangler login\n   ```\n\n3. Deploy:\n   ```bash\n   npm run deploy\n   ```\n\n4. Update your Claude Desktop config with your deployment URL.\n\n### Local development\n\n```bash\nnpm start\n```\n\nServer runs at `http://localhost:8788/sse`\n\n### Configuration\n\nTradera API credentials can be set as Cloudflare secrets:\n\n```bash\nwrangler secret put TRADERA_APP_ID\nwrangler secret put TRADERA_APP_KEY\n```\n\n## Available tools\n\n- `search_blocket` - Search Blocket marketplace\n  - Parameters: `query` (string), `limit` (number, optional)\n  \n- `get_blocket_item` - Get details for a specific Blocket listing\n  - Parameters: `ad_id` (string)\n  \n- `search_tradera` - Search Tradera marketplace\n  - Parameters: `query` (string), `page` (number, optional)\n  \n- `get_tradera_item` - Get details for a specific Tradera listing\n  - Parameters: `item_id` (string)\n  \n- `search_both` - Search both marketplaces simultaneously\n  - Parameters: `query` (string), `blocket_limit` (number, optional)\n\n## Example usage\n\nAsk Claude:\n- \"Find me a Linksys router with OpenWRT installed\"\n- \"Search for a red pickup truck under 20000 SEK\"\n- \"Show me vintage furniture in Stockholm\"\n\n## Data format\n\nReturns unified data structure:\n- Item ID, title, description\n- Price (SEK), location\n- Images (URLs)\n- Seller name and rating\n- Direct link to listing\n- Source marketplace (Blocket or Tradera)\n\n## APIs\n\n- Blocket API: `https://blocket-api.se/v1/`\n- Tradera API: `https://api.tradera.com/v3/`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjesus%2Fbegagnad-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjesus%2Fbegagnad-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjesus%2Fbegagnad-mcp/lists"}