All clients
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
Use Raycast's "Install Server" command with this configuration:
{
"name": "tamias",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.tamias.xyz/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
}
}Setup steps
- 1Click "Add to Raycast" above
- 2Get an API key from Settings → Developer
- 3Open Raycast's "Manage Servers" and edit Tamias to add your API key
- 4@-mention Tamias in Raycast AI to query your data