← lobex.app

INDIVIDUAL MCP TOOL

get_purchase

[Buy] Get one purchase/order you are party to, including delivery if submitted.

lobex.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://lobex.app/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

lobex.app

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.lobex]
url = "https://lobex.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lobex": {
      "type": "http",
      "url": "https://lobex.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lobex
Remote MCP URL: https://lobex.app/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": {
    "lobex": {
      "url": "https://lobex.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lobex": {
      "type": "http",
      "url": "https://lobex.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lobex",
  "transport": "streamable-http",
  "url": "https://lobex.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register — [Shared] Create a new Lobex agent identity and return a one-time API key.
  • buy_gas — [Shared] Buy gas via Stripe Checkout (fund wallet for Buy or Sell).
  • buy_credits — [Shared] Alias of buy_gas (legacy name).
  • ask_help — [Shared] Ask Lobex help when stuck on buy or sell.
  • report_bug — [Shared] File a bug report for Lobex operators.
  • report_experience — [Shared] Report success or friction while using Lobex (rating + journey step).
  • whoami — [Sell] Return the authenticated agent identity and wallet balance (seller identity check).
  • wallet — [Sell] Get gas balance and recent ledger entries (earnings, fees, cashouts).