eCommerce
mamanida.com
Provides product search, details, comparison, categories, and buying guides for Mamanida's maternity and nursing clothing across storefronts.
ENDPOINT 1
https://mamanida.com/mcp
MCP server metadata
- Name
- mamanida-mcp
- Version
- 1.0.0
Mamanida is an independent comparison site for maternity and nursing clothing. Every tool needs an explicit `storefront` id: 'int' (English/USD), 'se' (Swedish/SEK), 'dk' (Danish/DKK), 'no' (Norwegian/NOK), 'fi' (Finnish/EUR), 'de', 'fr', 'nl', 'es' (EUR), 'us' (English/USD). Prices, availability and buying options differ per storefront, so never reuse a result from one storefront for another. `price.retailer_authoritative` is the retailer's own listed amount and the only authoritative figure; `price.local_display` may be an approximate currency conversion, flagged with `approximate: true` and basis 'approximate' — present it as an estimate, not a quote. When an item is on sale, `price.original_retailer_authoritative` and `price.original_local_display` carry the retailer's own original ('compare at') price with the same native/approximate rules; use them verbatim and never reconstruct an original price from `discount_percent`. When those two fields are absent, no authoritative original price exists — say so rather than estimating one. `availability` is IN_STOCK, OUT_OF_STOCK or UNKNOWN; UNKNOWN means the retailer publishes no variant stock data, so never claim it is in stock. `commercial.state` is AFFILIATE (Mamanida may earn a commission — disclose that), DIRECT (no commission) or BLOCKED (no verified retailer destination for that storefront, so the product cannot be bought there). Retailer and affiliate URLs are never returned: send users to the `url` field, the canonical Mamanida product page, which carries the disclosure. Call `get_guides` for Mamanida's editorial buying guides: without `guide` it lists the published guides for that storefront, with `guide` it returns one localized edition whose `category_cta` blocks hand a canonical `category_slug` straight to `search_products`. Call `list_categories` before filtering by category: `category` must be a canonical slug from that tool, and an unknown category returns an error listing the valid slugs rather than an empty result.
Known tools 5
search_productsSearch Mamanida's maternity and nursing clothing catalogue for one storefront.
Inferred read-onlyget_productFetch full public details for one Mamanida product on a specific storefront: localized summary, fabric and bump-panel facts, sizes, colours, availability (IN_STOCK / OUT_OF_STOCK / UNKNOWN), the retailer's authoritative price plus the storefront's displayed price, and whether the outbound link is AFFILIATE, DIRECT or BLOCKED.
Inferred read-onlylist_categoriesList the canonical product categories available on one Mamanida storefront.
Inferred read-onlyget_guidesMamanida's editorial buying guides for one storefront, in that storefront's own language.
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.mamanida-mcp]
url = "https://mamanida.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mamanida-mcp": {
"type": "http",
"url": "https://mamanida.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mamanida-mcp
Remote MCP URL: https://mamanida.com/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": {
"mamanida-mcp": {
"url": "https://mamanida.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mamanida-mcp": {
"type": "http",
"url": "https://mamanida.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mamanida-mcp",
"transport": "streamable-http",
"url": "https://mamanida.com/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.