sure-mcp

adaofeliz/sure-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for the Sure finance API — CRUD for transactions & tags, read for categories, merchants, accounts.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sure-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adaofeliz/sure-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for the [Sure](https://github.com/we-promise/sure) finance API. Exposes 16 typed tools for AI agents to read accounts, categories, and merchants; and full CRUD for transactions and tags. Designed for transaction-enrichment automation: let an agent look up merchant details on the web, assign categories, manage tags, and update transactions autonomously.

Tools (18)

SURE_API_KEYSURE_URLcreate_tagcreate_transactiondelete_tagdelete_transactionget_accountget_categoryget_merchantget_tagget_transactionlist_accountslist_categorieslist_merchantslist_tagslist_transactionsupdate_tagupdate_transaction