← Registry

eCommerce

xoffice.ro

Provides access to XOffice.ro product catalog, categories, and B2B order placement and tracking.

1 endpoint5 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://xoffice.ro/api/mcp

No auth detected

MCP server metadata

Name
XOffice.ro
Version
1.0.0
Capabilities
tools
Server instructions

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

search_products

Caută în catalogul XOffice.ro (birotică, papetărie, rechizite).

Inferred read-only
get_product

Detaliile complete ale unui produs XOffice.ro după codul public (XOF-XXXXXX).

Inferred read-only
list_categories

Arborele de categorii XOffice.ro cu slug-uri (pentru filtrul category din search_products) și numărul de produse.

Inferred read-only
place_order

Plasează o comandă B2B pe XOffice.ro.

Inferred read-only
my_orders

Ultimele comenzi ale contului B2B autentificat (număr, status, total).

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.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.

Indexed

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