Pocketsmith MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POCKETSMITH_API_KEY | Yes | Your Pocketsmith API key. Generate this in your Pocketsmith account under Settings > API & Developers. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pocketsmith_list_transactionsB | List transactions from Pocketsmith with optional filters. Returns transactions as JSON. |
| pocketsmith_get_transactionC | Get details of a specific transaction by ID |
| pocketsmith_update_transactionC | Update a transaction's category, payee, note, labels, or review status |
| pocketsmith_list_categoriesB | List all categories. Returns a flat list with full category paths for easy lookup. |
| pocketsmith_search_transactionsB | Search transactions by keyword (payee, category, notes). Shortcut for list_transactions with search parameter. |
| pocketsmith_categorize_transactionC | Categorize a transaction by setting its category. This is a convenience wrapper around update_transaction. |
| pocketsmith_create_category_ruleA | Create a rule to automatically categorize future transactions matching a payee pattern |
| pocketsmith_get_statusB | Get connection status and authenticated user info |
| pocketsmith_list_accountsB | List all accounts with balances and details |
| pocketsmith_get_accountB | Get details of a specific account by ID |
| pocketsmith_get_budget_summaryC | Get budget summary for a period and date range |
| pocketsmith_list_budgetC | List per-category budget analysis |
| pocketsmith_get_trend_analysisC | Get trend analysis across categories and scenarios |
| pocketsmith_create_transactionC | Create a new transaction |
| pocketsmith_list_labelsB | List all labels used in transactions |
| pocketsmith_list_transactions_by_accountC | List transactions for a specific account with optional filters |
| pocketsmith_list_transactions_by_categoryC | List transactions for one or more categories |
| pocketsmith_create_categoryC | Create a new category |
| pocketsmith_list_eventsB | List events (recurring transactions) for a date range |
| pocketsmith_create_eventC | Create a new event (recurring transaction) |
| pocketsmith_delete_transactionC | Delete a transaction by ID |
| pocketsmith_list_transaction_accountsB | List all transaction accounts with balances and details |
| pocketsmith_list_category_rulesB | List all category rules (automatic categorization rules) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/dannyshaw/pocketsmith-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server