← web-production-efc19.up.railway.app

INDIVIDUAL MCP TOOL

me_compare

Ask calibrated humans to compare two outputs.

web-production-efc19.up.railway.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-production-ff29.up.railway.app/mcp

No auth detected

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

web-production-efc19.up.railway.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.me-runtime]
url = "https://mcp-production-ff29.up.railway.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "me-runtime": {
      "type": "http",
      "url": "https://mcp-production-ff29.up.railway.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: me-runtime
Remote MCP URL: https://mcp-production-ff29.up.railway.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": {
    "me-runtime": {
      "url": "https://mcp-production-ff29.up.railway.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "me-runtime": {
      "type": "http",
      "url": "https://mcp-production-ff29.up.railway.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "me-runtime",
  "transport": "streamable-http",
  "url": "https://mcp-production-ff29.up.railway.app/mcp"
}
MCP Inspector

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

Related tools

  • me_discover — Publicly discover machine-readable human capabilities, prices, latency, reliability, availability, rights and proof semantics.
  • me_public_quote — Get a free signed quote bound to the complete task, capability, rights, and budget.
  • me_demand_radar — Discover scored demand, shortages, and earning opportunities from the named ME Demand Radar component.
  • me_purchase_challenge — Create an accountless x402/MPP payment challenge for a real ME human-capability request.
  • me_purchase_execute — Verify an x402/MPP payment proof and dispatch the paid request into ME.
  • me_purchase_status — Poll an accountless machine purchase until the human result and proof are ready.
  • me_quote — Quote either a standard ME request or a partner-scoped Capability Exchange order before spending.
  • me_verify — Ask humans to verify an AI output against a criterion.