Trackor
Enables users to track and manage personal expenses through natural language, including adding entries, filtering by date/category, viewing statistics, and exporting data in JSON or CSV format.
README
Trackor
This is a custom MCP (Model Context Protocol) server built with FastMCP.
It provides tools to track expenses, including adding, listing, summarizing, updating, and exporting data.
The server uses a local SQLite database (expenses.db) and a categories.json file for expense categories.
Tools & Resources
TOOLS (callable actions that perform operations):
- add_expense : Create a new expense entry
- get_expense : Fetch a single expense by ID
- list_expenses : List expenses with optional filters
- update_expense : Modify an existing expense
- delete_expense : Remove one expense by ID
- delete_expenses_by_date_range : Remove all expenses within a date range
- summarize : Summarize expenses by category/subcategory
- get_statistics : Return overall stats and monthly breakdown
- export_expenses : Export all expenses in JSON or CSV format
RESOURCES (read-only data exposed by the server):
- expense://categories : Provides the categories.json file (list of categories/subcategories)
Remote Deployment (Easiest)
It is already deployed using FastMCP Cloud, you just need to drag this DXT File https://at0mxploit.fastmcp.app/manifest.dxt to Claude Extension. This automatically configures the server for Claude and includes all tools and resources. (Currently available only in Pro). It's setup for all different models and tools but I use Claude so.
<img width="829" height="366" alt="test" src="https://github.com/user-attachments/assets/bced55ea-eecb-4d9a-bd54-a7c44e498617" />
Local Development
Claude Connectors (remote MCP URLs) are only available for Pro users. However, non-Pro Claude Desktop users can still use this MCP server by running a local proxy.
This repository includes a proxy/ folder with a simple FastMCP STDIO bridge.
Install dependencies:
uv sync
Run MCP:
uv run main.py
Run MCP Proxy:
uv run proxy/main.py
We can also if we want use Inspector to test JSON RPC calls in MCP:
uv run fastmcp dev .\main.py
Claude Desktop no longer auto-loads raw MCP scripts.
If you're not using Claude Pro, you must install the included desktop extension:
npm install -g @anthropic-ai/mcpb
mcpb pack proxy/ trackor-proxy.mcpb
This will generate trackor-proxy.mcpb.
- Go to Settings → Extensions → Advanced → Install Extension…
- Select
trackor-proxy.mcpb - Claude will load the MCP server via the local STDIO proxy.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.