Analytics
derivatives-pricer-production.up.railway.app
Provides European option pricing, implied volatility, and volatility surface analytics.
ENDPOINT 1
https://derivatives-pricer-production.up.railway.app/mcp
MCP server metadata
- Name
- x402 Derivatives Desk
- Version
- 1.6.0
Known tools 8
price_optionPrice a European option with Black-Scholes-Merton and return full analytic Greeks (delta, gamma, vega, theta, rho).
Inferred read-onlyimplied_volSolve implied volatility from a single market premium, then return σ̂ and full analytic Greeks at that σ.
Inferred read-onlyimplied_vol_surfaceBuild an implied-vol smile/term structure from a strip of market premiums.
Inferred read-onlyprice_from_surfacePrice European options on a submitted IV surface (total-variance bilinear in log-moneyness k=ln(K/F); wingRule=flat_vol).
Inferred read-onlyscenario_from_surfaceBook reval on an IV surface: base vs scenario with sticky moneyness|strike|fixed_vol and optional F/rate/time/vol/smileTwist shocks.
Inferred read-onlyportfolio_greeksNet MTM + Greeks for a multi-leg European book (signed quantity: +long / −short).
Inferred read-onlyportfolio_scenarioReprice a multi-leg European book under relative spot/vol shocks and calendar time decay (per-leg scalar σ).
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.x402-derivatives-desk]
url = "https://derivatives-pricer-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402-derivatives-desk": {
"type": "http",
"url": "https://derivatives-pricer-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402-derivatives-desk
Remote MCP URL: https://derivatives-pricer-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": {
"x402-derivatives-desk": {
"url": "https://derivatives-pricer-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402-derivatives-desk": {
"type": "http",
"url": "https://derivatives-pricer-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402-derivatives-desk",
"transport": "streamable-http",
"url": "https://derivatives-pricer-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-08-25T20:04:34.605Z.
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.