← mithrandir-production.up.railway.app

INDIVIDUAL MCP TOOL

mithrandir_onboarding_status

Inspect a short-lived autonomous onboarding session.

mithrandir-production.up.railway.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • mithrandir_demo — Run a free isolated synthetic Reuse Autopilot demonstration.
  • mithrandir_pricing — Free machine-readable commercial catalog for the managed Mithrandir service.
  • mithrandir_gateway_trial_start — Start a bounded free Savings Gateway Observe trial for an unauthenticated public HTTPS MCP upstream.
  • mithrandir_onboarding_start — Start autonomous prepaid onboarding without an existing Mithrandir account.
  • mithrandir_onboarding_pay — Get the x402 payment challenge for an onboarding session, or submit a wallet-produced PAYMENT-SIGNATURE.
  • mithrandir_onboarding_reconcile — Reconcile a submitted but uncertain x402 settlement using a Base transaction hash, then activate the account if canonical payment proof is confirmed.
  • mithrandir_security_profile — Free machine-readable description of the v17 Cognitive Membrane trust model: origin-bound authority, task-scoped exact-call capabilities, replay protection, egress control and two-phase effectful actions.
  • mithrandir_assess — Free capability preflight using only approved metadata, no source content.