Sure MCP Server
Integrates the Sure self-hosted personal finance platform with Claude Desktop, enabling account management, transaction operations, category viewing, and AI chat via natural language.
README
Sure MCP Server
A Model Context Protocol (MCP) server for integrating with the Sure self-hosted personal finance platform. This server provides access to your financial accounts, transactions, categories, and AI chat through Claude Desktop.
Quick Start
1. Installation
-
Clone this repository:
git clone https://github.com/robcerda/sure-mcp-server.git cd sure-mcp-server -
Install dependencies:
pip install -r requirements.txt pip install -e . -
Configure Claude Desktop: Add this to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json{ "mcpServers": { "Sure": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with-editable", "/path/to/your/sure-mcp-server", "mcp", "run", "/path/to/your/sure-mcp-server/src/sure_mcp_server/server.py" ], "env": { "SURE_API_URL": "http://localhost:3000", "SURE_API_KEY": "your-api-key-here" } } } }Important: Replace
/path/to/your/sure-mcp-serverwith your actual path! -
Restart Claude Desktop
2. Get Your Sure API Key
- Start your Sure Docker instance:
docker compose up -d - Log into Sure at
http://localhost:3000 - Go to Settings > API Key and generate a new key
- Copy the API key to your Claude Desktop config
3. Start Using in Claude Desktop
Once configured, use these tools directly in Claude Desktop:
get_accounts- View all accountsget_transactions- Recent transactionsget_categories- Transaction categoriessync_accounts- Trigger account sync
Available Tools
| Tool | Description | Parameters |
|---|---|---|
setup_authentication |
Get setup instructions | None |
check_auth_status |
Check authentication status | None |
check_connection |
Test API connection | None |
get_accounts |
Get all financial accounts | None |
get_transactions |
Get transactions with filtering | limit, start_date, end_date, account_ids, category_ids, search |
get_transaction |
Get single transaction | transaction_id |
create_transaction |
Create new transaction | account_id, amount, name, date, category_id, notes, nature |
update_transaction |
Update transaction | transaction_id, amount, name, date, category_id, notes |
delete_transaction |
Delete transaction | transaction_id |
get_categories |
Get all categories | None |
get_category |
Get single category | category_id |
sync_accounts |
Trigger account sync | None |
get_usage |
Get API usage info | None |
list_chats |
List AI chat sessions | None |
create_chat |
Create new chat | title |
get_chat |
Get chat details | chat_id |
send_message |
Send message to AI | chat_id, content |
delete_chat |
Delete chat session | chat_id |
Configuration
| Variable | Required | Default | Description |
|---|---|---|---|
SURE_API_URL |
Yes | - | Base URL of your Sure instance |
SURE_API_KEY |
Yes | - | API key from Sure settings |
SURE_TIMEOUT |
No | 30 | Request timeout in seconds |
SURE_VERIFY_SSL |
No | true | Verify SSL certificates |
For local Docker setup, use SURE_API_URL=http://localhost:3000 and SURE_VERIFY_SSL=false.
Date Formats
- All dates should be in
YYYY-MM-DDformat (e.g., "2024-12-15") - Transaction amounts: use
naturefield to specify "income" or "expense"
Troubleshooting
Connection Issues
- Verify Sure is running:
docker compose ps - Check the API URL is correct
- Try
check_connectiontool to diagnose
Authentication Issues
- Verify your API key is correct
- Check the key hasn't expired
- Regenerate the key in Sure settings
Project Structure
sure-mcp-server/
├── src/sure_mcp_server/
│ ├── __init__.py
│ └── server.py # Main server implementation
├── pyproject.toml
├── requirements.txt
└── README.md
License
MIT License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。