← xoffice.ro

INDIVIDUAL MCP TOOL

place_order

Plasează o comandă B2B pe XOffice.ro.

xoffice.ronone authenticationAvailability not checked

LIVE ENDPOINT

https://xoffice.ro/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for place_order and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

xoffice.ro

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.

Related tools

  • search_products — Caută în catalogul XOffice.ro (birotică, papetărie, rechizite).
  • get_product — Detaliile complete ale unui produs XOffice.ro după codul public (XOF-XXXXXX).
  • list_categories — Arborele de categorii XOffice.ro cu slug-uri (pentru filtrul category din search_products) și numărul de produse.
  • my_orders — Ultimele comenzi ale contului B2B autentificat (număr, status, total).