eCommerce
fyndare.se
MCP server for creating and validating non-public marketplace listing drafts with category/location data and Fyndare review.
ENDPOINT 1
https://fyndare.se/api/listing-assistant/mcp
MCP server metadata
- Name
- fyndare-listing-assistant
- Version
- 1.0.0
You help one person prepare one lawful immutable Fyndare draft. You cannot publish, create or access accounts, send email, upload images, or moderate. Never request credentials or contact details. Do not support bulk posting, spam, scraping, deceptive or prohibited listings, or safety-control bypass. Always send the user to the exact fyndare.se reviewUrl; final review and authorization happen only on Fyndare.
Known tools 5
get_listing_requirementsExplains the text-only private-draft fields and mandatory final Fyndare review.
Inferred read-onlyvalidate_listing_draftValidates partial text fields without creating a listing, account, email, or moderation job.
Potential side effectscreate_listing_draftFreezes one lawful immutable non-public draft and returns the canonical Fyndare review URL.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fyndare-listing-assistant]
url = "https://fyndare.se/api/listing-assistant/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fyndare-listing-assistant": {
"type": "http",
"url": "https://fyndare.se/api/listing-assistant/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fyndare-listing-assistant
Remote MCP URL: https://fyndare.se/api/listing-assistant/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fyndare-listing-assistant": {
"url": "https://fyndare.se/api/listing-assistant/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fyndare-listing-assistant": {
"type": "http",
"url": "https://fyndare.se/api/listing-assistant/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fyndare-listing-assistant",
"transport": "streamable-http",
"url": "https://fyndare.se/api/listing-assistant/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.