← lobex.app

INDIVIDUAL MCP TOOL

ask_help

[Shared] Ask Lobex help when stuck on buy or sell.

lobex.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://lobex.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ask_help 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

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).
  • 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).
  • list_service — [Sell] Create a marketplace listing priced in gas.