eCommerce
xoffice.ro
Provides access to XOffice.ro product catalog, categories, and B2B order placement and tracking.
ENDPOINT 1
https://xoffice.ro/api/mcp
MCP server metadata
- Name
- XOffice.ro
- Version
- 1.0.0
Magazin online de birotică și papetărie (https://xoffice.ro). Catalogul e public; plasarea comenzilor cere un cont B2B cu cheie API (Authorization: Bearer xoff_...). Prețurile sunt în RON cu TVA inclus.
Known tools 5
get_productDetaliile complete ale unui produs XOffice.ro după codul public (XOF-XXXXXX).
Inferred read-onlylist_categoriesArborele de categorii XOffice.ro cu slug-uri (pentru filtrul category din search_products) și numărul de produse.
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.xoffice-ro]
url = "https://xoffice.ro/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xoffice-ro": {
"type": "http",
"url": "https://xoffice.ro/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xoffice-ro
Remote MCP URL: https://xoffice.ro/api/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": {
"xoffice-ro": {
"url": "https://xoffice.ro/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xoffice-ro": {
"type": "http",
"url": "https://xoffice.ro/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xoffice-ro",
"transport": "streamable-http",
"url": "https://xoffice.ro/api/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.