All clients
Raycast

MCP Server

Raycast

Financial tools at your fingertips

Access transactions, invoices, and reports directly from Raycast with a keyboard shortcut. Query your financial data without switching apps.

Add to Raycast

After installing, edit the server in Raycast's "Manage Servers" and replace YOUR_API_KEY in the environment variables with your API key.

Manual setup

Usa el comando "Install Server" de Raycast con esta configuración:

{
  "name": "luma",
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "mcp-remote@latest",
    "https://api.luma.es/mcp",
    "--header",
    "Authorization:${AUTH_HEADER}"
  ],
  "env": {
    "AUTH_HEADER": "Bearer YOUR_API_KEY"
  }
}

Setup steps

  1. 1Click "Add to Raycast" above
  2. 2Obtén una API key en Settings → Developer
  3. 3Open Raycast's "Manage Servers" and edit LUMA to add your API key
  4. 4@-mention LUMA in Raycast AI to query your data