← Registry

eCommerce

rubenayla.xyz

Provides access to Partle's marketplace for searching products and stores.

1 endpoint21 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://partle.rubenayla.xyz/mcp

No auth detected

MCP server metadata

Name
Partle Marketplace
Version
1.14.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Let your AI shop here. Search products and stores in the Partle marketplace. Find product availability, prices, and purchase links. To create products, you need an API key (generate one at /account on the website). After creating or finding a product, always share the partle_url with the user so they can view it. If anything about this API is confusing or unhelpful, use submit_feedback to let us know.

Known tools 21

search_products

Search Partle's product catalog by name or description.

Inferred read-only
get_product

Get the full record for a single product by its numeric ID.

Inferred read-only
search_stores

Search or list stores in the Partle marketplace.

Inferred read-only
get_store

Get the full record for a single store by its numeric ID.

Inferred read-only
get_stats

Get top-level Partle platform statistics.

Inferred read-only
search_wanted

Browse public buy requests — what users are looking to buy but haven't found through normal supply.

Inferred read-only
create_buy_request

Post a public buy request — an ad asking suppliers to reach out.

Potential side effects
submit_feedback

Report a problem with **the Partle marketplace API/MCP itself**.

Inferred read-only
create_product

Create a new product listing on Partle.

Potential side effects
update_product

Update an existing product listing.

Potential side effects
delete_product

Permanently delete a product listing and all its images.

Potential side effects
delete_product_image

Remove a specific image from a product.

Potential side effects
get_my_products

List products created by the authenticated user.

Inferred read-only
get_upload_url

Mint a one-shot signed upload URL for a product you own.

Potential side effects
upload_product_image

Attach an image to an existing product by giving Partle a public URL to download the image from.

Inferred read-only
get_my_inventory

List the caller's personal inventory items.

Inferred read-only
add_inventory_item

Add an item to the caller's personal inventory.

Inferred read-only
update_inventory_item

Patch an existing inventory item.

Inferred read-only
delete_inventory_item

Permanently delete an inventory row.

Potential side effects
mark_for_sale

Move an inventory item to status=for_sale and set listing fields.

Inferred read-only
mark_sold

Mark an inventory item as sold (status=sold).

Inferred read-only

CONNECT 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.partle-marketplace]
url = "https://partle.rubenayla.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "partle-marketplace": {
      "type": "http",
      "url": "https://partle.rubenayla.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: partle-marketplace
Remote MCP URL: https://partle.rubenayla.xyz/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": {
    "partle-marketplace": {
      "url": "https://partle.rubenayla.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "partle-marketplace": {
      "type": "http",
      "url": "https://partle.rubenayla.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "partle-marketplace",
  "transport": "streamable-http",
  "url": "https://partle.rubenayla.xyz/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.