MCP Hub
Back to servers

Partle

Search for products available in physical stores near you. Find prices, stock, and store locations for hardware, tools, and construction supplies. Useful when you need something today and can't wait for delivery. 5 tools: search products, search stores, get product details, get store details, list categories. No authentication required. Covers ~2400 products across ~4000 stores in Spain.

glama
Forks
1
Updated
Feb 25, 2026

Partle Marketplace MCP Server

A remote Model Context Protocol server for the Partle local marketplace — find products in physical stores near you.

Server URL: https://partle.rubenayla.xyz/mcp/

Transport: Streamable HTTP

What is Partle?

Partle helps you find specific products in physical stores near you. Instead of waiting for online delivery, find what you need at a local store today. Currently focused on hardware stores in Spain (~2400 products, ~4000 stores).

Tools

Read (no auth required)

ToolDescriptionParameters
search_productsSearch products by name or descriptionquery (required), min_price, max_price, tags, sort_by, limit
get_productGet product details by IDproduct_id
search_storesSearch or list storesquery, limit
get_storeGet store details by IDstore_id
get_statsPlatform statistics(none)

Write (API key required)

Generate an API key at partle.rubenayla.xyz/account.

ToolDescriptionParameters
create_productCreate a new product listingapi_key, name, description, price, currency, url, store_id
upload_product_imageUpload an image for a product (base64 or URL)api_key, product_id, image_base64, content_type, image_url

Configuration

Claude Code / Claude Desktop

Add to your MCP settings:

{
  "mcpServers": {
    "partle": {
      "url": "https://partle.rubenayla.xyz/mcp/"
    }
  }
}

Discovery

MCP discovery file: https://partle.rubenayla.xyz/.well-known/mcp.json

Public REST API

No-auth REST endpoints are also available:

  • GET /v1/public/products?q=cerrojo&limit=10 — search products
  • GET /v1/public/stores?limit=10 — list stores
  • GET /v1/public/stats — platform statistics
  • GET /openapi.json — full OpenAPI spec

Base URL: https://partle.rubenayla.xyz

Rate limit: 100 requests/hour per IP.

Example

Ask an AI agent: "Where can I buy a cerrojo FAC lock near me?"

The agent calls search_products(query="cerrojo FAC") and gets back product details with store names, addresses, and prices.

Reviews

No reviews yet

Sign in to write a review