Skip to main content
The Velora MCP server is hosted, so installation is one step: point your client at the endpoint. Nothing runs on your machine, and the server requires no API key.
The endpoint speaks Streamable HTTP, the current MCP transport. Clients that only support the legacy HTTP+SSE transport (pre-2025-03-26 spec) use https://ai.velora.xyz/mcp/sse instead.

Client setup

Run /mcp inside Claude Code to confirm the server is connected and list its tools.

Verify the connection

A correctly connected client lists 18 tools (all prefixed velora_) and 5 resources (all prefixed velora://docs/).
  1. List the server’s tools (tools/list, or your client’s MCP panel). Expect 18 tools, from velora_search_docs to velora_get_bridge_routes.
  2. Call velora_get_supported_chains with no arguments. Expect a chain list that includes Ethereum (1), Base (8453), and Arbitrum (42161).
You can also smoke-test from the command line without any MCP client:
The response arrives as a single SSE frame; the JSON-RPC result is on the data: line.

Troubleshooting

Next steps

Available tools

Parameters, return shapes, and the agent rules each tool enforces.

Examples

End-to-end tool-call sequences for Delta and Market flows.
Last modified on June 26, 2026