sverige-begagnad-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRADERA_APP_ID | Yes | Your Tradera application numeric App ID. | |
| TRADERA_APP_KEY | Yes | Your Tradera application App Key (GUID secret). | |
| BLOCKET_LOCATIONS | No | Comma-separated list of region names to filter Blocket searches by default. Leave empty for all of Sweden. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_blocketA | Search Blocket.se for second-hand listings. The location filter is REGIONAL (län), not a precise km radius. Pass |
| list_blocket_categoriesA | List valid category names to pass into search_blocket()'s |
| list_blocket_locationsA | List valid region (län) names to pass into search_blocket()'s |
| search_traderaA | Search Tradera.com (official API) for second-hand listings/auctions. Requires TRADERA_APP_ID and TRADERA_APP_KEY to be configured — register at https://api.tradera.com/ if you haven't. |
| list_tradera_categoriesA | Fetch Tradera's category tree, to find category_id values for search_tradera(). |
| list_tradera_countiesA | Fetch Tradera's county list (id -> name) for search_tradera()'s optional |
| search_facebook_marketplaceA | Search Facebook Marketplace. DISABLED BY DEFAULT — this requires an unofficial method that violates Facebook's Terms of Service. Returns an explanatory error unless ENABLE_FACEBOOK_SEARCH=1 is set and the stub in src/facebook_client.py has been implemented. See its docstring. |
| search_klaravikA | Search Klaravik.se, a Swedish online auction house — strong for undervalued tools, machinery, and house-clearance goods. Prices are the current bid (SEK) and can rise before the auction ends. Swedish search terms work best. |
| search_vintedB | Search Vinted.se, a second-hand fashion marketplace — good for genuine leather/wool and branded clothing. National (ships anywhere). Unofficial and the most fragile source (bot-protected); may occasionally be rate-limited. |
| search_allA | Search Blocket + Tradera + Klaravik + Vinted (+ Facebook Marketplace if enabled) in one call and return combined, normalized results. Use this for the weekly sourcing sweep instead of calling each source separately. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/tudorgrigoriu90/sverige-begagnad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server