Firecent MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Firecent MCP ServerShow me my recent transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Firecent MCP Server
MCP (Model Context Protocol) server for Firecent — a personal finance app (Next.js 16 + Prisma 7 + PostgreSQL).
This server lets AI agents (like Hermes) read and manage financial data through Firecent's REST API:
Accounts — list, get, create
Records — list, get, create transactions (income, expense, transfer)
Categories — list, get, create
Query — flexible query endpoint
Info — API key + permissions validation
Architecture
Same pattern as iris-mcp:
firecent-mcp/
├── mcp/
│ ├── index.ts # HTTP entry point (port 3000)
│ ├── tools/ # MCP tool registrations
│ ├── services/ # API service classes
│ ├── schemas/ # Zod input schemas
│ └── utils/ # API client + response helpers
├── package.json
└── tsconfig.jsonRelated MCP server: budget-mcp
Setup
bun installEnvironment variables
Create .env:
API_URL=https://firecent.example.comThe API token is passed by the client via the Authorization: Bearer <token> header (or x-api-key).
Run
# Development (watch mode)
bun run dev
# Production
bun run startThe server runs on port 3000 with:
GET /— health check (HTML)POST /mcp— MCP protocol endpoint (requiresAuthorizationheader)
Available tools
Read tools
firecent_info— validate API key + permissionsfirecent_list_accounts— list all accountsfirecent_get_account— get account by IDfirecent_list_records— list records (paginated)firecent_get_record— get record by IDfirecent_list_account_records— list records for an accountfirecent_list_categories— list all categoriesfirecent_get_category— get category by IDfirecent_query— flexible query
Write tools
firecent_create_record— create transactionfirecent_create_account— create accountfirecent_create_category— create category
License
Private — Lumir Labs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server providing full integration with the Lunch Money API to manage financial data including transactions, budgets, assets, and categories. It enables AI assistants to perform CRUD operations on financial records through a standardized HTTP interface.26MIT
- FlicenseAqualityBmaintenanceA lightweight MCP server for managing personal finances locally. It allows users to log transactions, view summaries, manage categories, and interact with their budget via any MCP-compatible LLM client.12
- Alicense-qualityBmaintenanceA production-grade MCP server for personal finance management, enabling AI agents to add, update, search expenses, manage budgets and credit cards, and generate financial reports.1MIT
- Alicense-qualityCmaintenanceA comprehensive MCP server for managing personal finances, enabling users to track expenses, manage budgets, monitor financial goals, and analyze spending patterns through an AI assistant. All data is stored locally in SQLite for complete privacy.18MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/luisemaltez/firecent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server