Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent endpoint
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.
Related tools
search_products— Search Partle's product catalog by name or description.get_product— Get the full record for a single product by its numeric ID.search_stores— Search or list stores in the Partle marketplace.get_store— Get the full record for a single store by its numeric ID.get_stats— Get top-level Partle platform statistics.search_wanted— Browse public buy requests — what users are looking to buy but haven't found through normal supply.create_buy_request— Post a public buy request — an ad asking suppliers to reach out.submit_feedback— Report a problem with **the Partle marketplace API/MCP itself**.