INDIVIDUAL MCP TOOL
lightrail_get_transfer_status
Settlement status of a cross-chain transfer: DONE, PENDING or FAILED.
LIVE ENDPOINT
https://www.lightrail.tech/api/agent/mcp
Connect to this endpoint to inspect the live schema for lightrail_get_transfer_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.lightrail]
url = "https://www.lightrail.tech/api/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lightrail": {
"type": "http",
"url": "https://www.lightrail.tech/api/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lightrail
Remote MCP URL: https://www.lightrail.tech/api/agent/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": {
"lightrail": {
"url": "https://www.lightrail.tech/api/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lightrail": {
"type": "http",
"url": "https://www.lightrail.tech/api/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lightrail",
"transport": "streamable-http",
"url": "https://www.lightrail.tech/api/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lightrail_list_chains— List the chains LightRail can route between.lightrail_list_tokens— Ranked token lists for up to 20 chains, with verified addresses and decimals.lightrail_get_quotes— Quote across every applicable source in parallel and rank by output; the best is tagged BEST RETURN.lightrail_build_transaction— Turn a chosen quote into an UNSIGNED transaction.lightrail_get_portfolio— Per-chain balance breakdown for an address, to size a trade against what the wallet actually holds.