Skip to main content
Glama

MonarchMoney MCP Server

by keithah
MIT License
1
  • Apple
  • Linux
test-monarch-auth.mjs•921 B
import pkg from 'monarchmoney'; const { MonarchClient } = pkg; async function testAuth() { console.log('Testing MonarchMoney authentication...'); // Create client const client = new MonarchClient({ baseURL: 'https://api.monarchmoney.com', timeout: 30000, }); try { // Test with dummy credentials first await client.login({ email: 'test@example.com', password: 'testpass', }); console.log('Authentication successful!'); // Try to get accounts const accounts = await client.accounts.getAll(); console.log('Accounts retrieved:', accounts.length); } catch (error) { console.error('Error type:', error.constructor.name); console.error('Error message:', error.message); if (error.response) { console.error('Response status:', error.response?.status); console.error('Response data:', error.response?.data); } } } testAuth();

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keithah/monarchmoney-ts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server