General Tools
mithrandir-production.up.railway.app
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mithrandir-production.up.railway.app/mcp
MCP server metadata
- Name
- Mithrandir
- Version
- 0.19.0
Known tools 9
mithrandir_pricingFree machine-readable commercial catalog for the managed Mithrandir service.
Inferred read-onlymithrandir_gateway_trial_startStart a bounded free Savings Gateway Observe trial for an unauthenticated public HTTPS MCP upstream.
Inferred read-onlymithrandir_onboarding_startStart autonomous prepaid onboarding without an existing Mithrandir account.
Inferred read-onlymithrandir_onboarding_payGet the x402 payment challenge for an onboarding session, or submit a wallet-produced PAYMENT-SIGNATURE.
Potential side effectsmithrandir_onboarding_reconcileReconcile a submitted but uncertain x402 settlement using a Base transaction hash, then activate the account if canonical payment proof is confirmed.
Potential side effectsmithrandir_security_profileFree 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.
Inferred read-onlymithrandir_assessFree capability preflight using only approved metadata, no source content.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-09-24T22:25:30.993Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.