Use Partle with AI¶
Partle is a search engine for products in local stores — the fastest way to find what you need right now, near you. Your AI assistant can search it, browse it, and list products for you.
Two ways to connect¶
-
MCP Server (recommended)
Works with Claude, Cursor, and any MCP-compatible client. The AI discovers all tools automatically — no prompting required.
-
Public REST API
Any AI that can make HTTP requests. No auth needed for search. Good fallback when MCP isn't available.
What your AI can do¶
- Search products by name, price, tags, or meaning (semantic search across languages).
- Browse stores and find the ones closest to a location.
- Create, update, and delete product listings (with an API key).
- Upload images to your products.
Quick links¶
- MCP endpoint:
https://partle.rubenayla.xyz/mcp/ - Discovery:
/.well-known/mcp.json - Generate an API key: partle.rubenayla.xyz/account
- Source: github.com/rubenayla/partle-mcp