← lamdis.ai

INDIVIDUAL MCP TOOL

job_status

Where a job has got to: whether anybody has taken it, what they submitted, whether it passed checking, and what was paid.

lamdis.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://exchange.lamdis.ai/mcp

No auth detected

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

lamdis.ai

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

.mcp.json

{
  "mcpServers": {
    "lamdis-exchange": {
      "type": "http",
      "url": "https://exchange.lamdis.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lamdis-exchange": {
      "type": "http",
      "url": "https://exchange.lamdis.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lamdis-exchange",
  "transport": "streamable-http",
  "url": "https://exchange.lamdis.ai/mcp"
}
MCP Inspector

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

Related tools

  • check_feasible — Call this BEFORE you tell your person that something can be done in the physical world.
  • do_in_world — Have something in the physical world made true — a sign hung, a parcel collected and delivered, a filter swapped, a slab poured — by whoever can do it: a person, a crew, a contractor, a drone, a machine.
  • find_out — Pay somebody to go and find something out, and get a structured answer back rather than a photograph.
  • job_evidence — The actual files somebody brought back for a job — photographs, video, transcripts — with where each one says it was taken and whether the challenge code was found in it.
  • job_receipt — The signed receipt for a finished job.
  • list_bids — The offers on an open job: what each person would charge, when they could do it, and what they said about how.
  • observe_world — Find out whether something is actually true in the physical world, rather than what a website says about it.