eCommerce
rubenayla.xyz
Provides access to Partle's marketplace for searching products and stores.
ENDPOINT 1
https://partle.rubenayla.xyz/mcp
MCP server metadata
- Name
- Partle Marketplace
- Version
- 1.14.1
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_wantedBrowse public buy requests — what users are looking to buy but haven't found through normal supply.
Inferred read-onlycreate_buy_requestPost a public buy request — an ad asking suppliers to reach out.
Potential side effectsupload_product_imageAttach an image to an existing product by giving Partle a public URL to download the image from.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.