extenpse-automation-mcp
v1.1.4
Published
MCP server for Extenpse automation endpoints
Maintainers
Readme
Extenpse MCP Server
MCP stdio server that wraps your Extenpse automation routes hosted at:
https://extenpse-web.vercel.app/automation/
It exposes MCP tools for:
- token verification
- profile read/update
- transactions CRUD
- subscriptions CRUD
- statistics read
Install From npm
npm install -g extenpse-automation-mcpOr run directly with npx:
npx extenpse-automation-mcp1) Setup
cd expense_mcp
npm installCreate .env from .env.example:
cp .env.example .envWhen you run the server in a terminal, it prompts for the token at startup.
You can still set EXPENSE_AUTOMATION_TOKEN in .env to avoid entering it each run.
2) Run
npm startOr, if installed globally from npm:
extenpse-automation-mcp3) VS Code MCP config
Use mcp.json as a template for your MCP client config.
Tool Names
automation_verifyautomation_get_profileautomation_update_profile(supportsmonthlySavingsGoal)automation_get_statisticsautomation_list_transactionsautomation_create_transactionautomation_import_expense_from_imageautomation_update_transactionautomation_delete_transactionautomation_list_subscriptionsautomation_create_subscriptionautomation_update_subscriptionautomation_delete_subscription
