Server Details
Search products and stores in nearby physical stores near you.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- rubenayla/partle-mcp
- GitHub Stars
- 0
- Server Listing
- Partle
See and control every tool call
Available Tools
7 toolscreate_productInspect
Create a new product listing. Requires an API key (generate at /account).
Args:
api_key: Your Partle API key (starts with pk_).
name: Product name.
description: Product description (optional).
price: Price in the given currency (optional).
currency: Currency symbol, defaults to €.
url: Link to the product page (optional).
store_id: Store ID to list under (optional — omit for personal listing).| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | Yes | ||
| price | No | ||
| api_key | Yes | ||
| currency | No | € | |
| store_id | No | ||
| description | No |
get_productInspect
Get detailed information about a single product by its ID.
Args:
product_id: The product ID.| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
get_statsInspect
Get platform statistics (total products, total stores).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_storeInspect
Get detailed information about a single store by its ID.
Args:
store_id: The store ID.| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes |
search_productsInspect
Search marketplace products by name or description.
Args:
query: Search term (e.g. "wireless headphones", "cerrojo").
min_price: Minimum price filter in EUR.
max_price: Maximum price filter in EUR.
tags: Comma-separated tag filter (e.g. "electronics,bluetooth").
sort_by: Sort order — one of "price_desc", "name_asc", "newest", "oldest".
limit: Max results (1-100, default 20).| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| query | Yes | ||
| sort_by | No | ||
| max_price | No | ||
| min_price | No |
search_storesInspect
Search or list stores in the marketplace.
Args:
query: Optional search term to filter stores by name or address.
limit: Max results (1-50, default 20).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No |
upload_product_imageInspect
Upload an image for a product. Provide either image_base64 or image_url (not both).
Args:
api_key: Your Partle API key (starts with pk_).
product_id: ID of the product to attach the image to.
image_base64: Base64-encoded image data.
content_type: MIME type when using image_base64 (e.g. "image/jpeg"). Required with image_base64.
image_url: URL to download the image from (alternative to image_base64).| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| image_url | No | ||
| product_id | Yes | ||
| content_type | No | ||
| image_base64 | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.