CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Lika Rika

se.likarika/budget
24 toolsauthHTTPregistry active
Summary

For couples splitting bills and managing joint expenses, this server handles the accounting layer of shared finances. It tracks expenses, monitors budgets, manages savings goals, and calculates who owes what when spending isn't split evenly. You'd use this when you need Claude to help log purchases, check budget status, or figure out settlement amounts without manually updating spreadsheets. The streamable HTTP transport means it runs remotely at mcp.likarika.se rather than locally. Built for two person households specifically, so if you're managing roommate finances or partner budgets, this gives Claude the tools to keep the books straight.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

24 tools
list_groupsList all groups the authenticated user belongs to

List all groups the authenticated user belongs to

No parameter schema in public metadata yet.

get_group_summaryGet a detailed summary of a group including members, settings, and current month expense totals1 params

Get a detailed summary of a group including members, settings, and current month expense totals

Parameters* required
group_idstring
The group ID to summarize
list_categoriesList all categories for a group, sorted by sort_order, with parent category info for hierarchy1 params

List all categories for a group, sorted by sort_order, with parent category info for hierarchy

Parameters* required
group_idstring
The group ID to list categories for
add_expenseAdd a new expense to a group11 params

Add a new expense to a group

Parameters* required
datestring
Date of the expense in YYYY-MM-DD format
notestring
Optional longer note about the expense (max 1000 characters)
monthstring
Budget month for the expense in YYYY-MM format
amountnumber
Expense amount (positive number, max 99999999)
personstring
User ID of the person who paid. Defaults to the authenticated user if not provided.
categorystring
Category ID for the expense
group_idstring
The group ID to add the expense to
split_typestring
How the expense is split: shared (both pay), private (personal), paid_for_partner (payer covers partner), solo (single payer no split)one of shared · private · paid_for_partner · solo
budget_itemstring
Budget item ID to associate with this expense
descriptionstring
Short description of the expense (max 500 characters)
saving_goalstring
Saving goal ID to associate with this expense
list_expensesList expenses for a group, optionally filtered by month, category, or person4 params

List expenses for a group, optionally filtered by month, category, or person

Parameters* required
monthstring
Budget month to filter by in YYYY-MM format
personstring
User ID to filter by — only return expenses paid by this person (optional)
categorystring
Category ID to filter by (optional)
group_idstring
The group ID to list expenses for
update_expenseUpdate an existing expense12 params

Update an existing expense

Parameters* required
datestring
Updated date in YYYY-MM-DD format
notestring
Updated note (max 1000 characters)
monthstring
Updated budget month in YYYY-MM format
amountnumber
Updated expense amount
personstring
Updated person (user ID) who paid
categorystring
Updated category ID
group_idstring
The group ID the expense belongs to
expense_idstring
The expense record ID to update
split_typestring
Updated split typeone of shared · private · paid_for_partner · solo
budget_itemstring
Updated budget item ID
descriptionstring
Updated description (max 500 characters)
saving_goalstring
Updated saving goal ID
delete_expenseDelete an expense from a group2 params

Delete an expense from a group

Parameters* required
group_idstring
The group ID the expense belongs to
expense_idstring
The expense record ID to delete
add_incomeAdd a new income record to a group6 params

Add a new income record to a group

Parameters* required
monthstring
Budget month for the income in YYYY-MM format
amountnumber
Income amount (positive number, max 99999999)
personstring
User ID of the person who received this income
privateboolean
Mark as private income (only valid in personal groups)
group_idstring
The group ID to add the income to
descriptionstring
Short description of the income (max 500 characters)
list_incomeList income records for a group in a given month2 params

List income records for a group in a given month

Parameters* required
monthstring
Budget month to filter by in YYYY-MM format
group_idstring
The group ID to list income for
update_incomeUpdate an existing income record7 params

Update an existing income record

Parameters* required
monthstring
Updated budget month in YYYY-MM format
amountnumber
Updated income amount
personstring
Updated person (user ID)
privateboolean
Updated private flag
group_idstring
The group ID the income belongs to
income_idstring
The income record ID to update
descriptionstring
Updated description (max 500 characters)
delete_incomeDelete an income record from a group2 params

Delete an income record from a group

Parameters* required
group_idstring
The group ID the income belongs to
income_idstring
The income record ID to delete
add_budget_itemAdd a new budget item to a group10 params

Add a new budget item to a group

Parameters* required
amountnumber
Budgeted amount (positive number, max 99999999)
categorystring
Category ID for this budget item
group_idstring
The group ID to add the budget item to
end_monthstring
Month until which this budget item is active (YYYY-MM), empty means no end
frequencystring
How often this budget item recursone of monthly · quarterly · yearly · once
descriptionstring
Short description of the budget item (max 500 characters)
saving_goalstring
Saving goal ID to associate with this budget item
start_monthstring
Month from which this budget item is active (YYYY-MM)
default_personstring
Default user ID of the person who pays this expense
default_split_typestring
Default split type for expenses in this budget itemone of shared · private · paid_for_partner · solo
list_budget_itemsList all budget items for a group, with category names expanded1 params

List all budget items for a group, with category names expanded

Parameters* required
group_idstring
The group ID to list budget items for
update_budget_itemUpdate an existing budget item11 params

Update an existing budget item

Parameters* required
amountnumber
Updated budgeted amount
categorystring
Updated category ID
group_idstring
The group ID the budget item belongs to
end_monthstring
Updated end month (YYYY-MM), empty string to remove end date
frequencystring
Updated frequencyone of monthly · quarterly · yearly · once
descriptionstring
Updated description (max 500 characters)
saving_goalstring
Updated saving goal ID
start_monthstring
Updated start month (YYYY-MM)
budget_item_idstring
The budget item record ID to update
default_personstring
Updated default person (user ID)
default_split_typestring
Updated default split typeone of shared · private · paid_for_partner · solo
delete_budget_itemDelete a budget item from a group2 params

Delete a budget item from a group

Parameters* required
group_idstring
The group ID the budget item belongs to
budget_item_idstring
The budget item record ID to delete
get_budget_vs_actualCompare budgeted amounts against actual expenses for a group in a given month2 params

Compare budgeted amounts against actual expenses for a group in a given month

Parameters* required
monthstring
Budget month to compare in YYYY-MM format
group_idstring
The group ID to compare budget vs actual for
list_saving_goalsList all saving goals for a group, including current progress calculations1 params

List all saving goals for a group, including current progress calculations

Parameters* required
group_idstring
The group ID to list saving goals for
add_saving_goalAdd a new saving goal to a group8 params

Add a new saving goal to a group

Parameters* required
iconstring
Icon identifier for the saving goal
namestring
Name of the saving goal
colorstring
Color for the saving goal display
categorystring
Category ID associated with this saving goal
group_idstring
The group ID to add the saving goal to
target_monthstring
Target completion month in YYYY-MM format
target_amountnumber
Target amount to save (0 for loans being paid off)
initial_amountnumber
Initial amount — use negative values for loans/debts to pay off
update_saving_goalUpdate an existing saving goal11 params

Update an existing saving goal

Parameters* required
iconstring
Updated icon
namestring
Updated name
colorstring
Updated color
notesstring
Updated notes
statusstring
Updated statusone of active · completed · archived
categorystring
Updated category ID
group_idstring
The group ID the saving goal belongs to
target_monthstring
Updated target month (YYYY-MM)
target_amountnumber
Updated target amount (0 for loans being paid off)
initial_amountnumber
Updated initial amount (negative for loans)
saving_goal_idstring
The saving goal record ID to update
delete_saving_goalDelete a saving goal from a group2 params

Delete a saving goal from a group

Parameters* required
group_idstring
The group ID the saving goal belongs to
saving_goal_idstring
The saving goal record ID to delete
add_saving_withdrawalRecord a withdrawal from a saving goal6 params

Record a withdrawal from a saving goal

Parameters* required
datestring
Date of the withdrawal in YYYY-MM-DD format
monthstring
Budget month for the withdrawal in YYYY-MM format
amountnumber
Amount to withdraw (positive number, max 99999999)
group_idstring
The group ID the saving goal belongs to
descriptionstring
Short description of the withdrawal (max 500 characters)
saving_goal_idstring
The saving goal ID to withdraw from
delete_saving_withdrawalDelete a saving withdrawal record2 params

Delete a saving withdrawal record

Parameters* required
group_idstring
The group ID the withdrawal belongs to
withdrawal_idstring
The saving withdrawal record ID to delete
get_settlement_statusCalculate the settlement status for a group in a given month. Shows who owes whom based on expenses and income. Read-only.2 params

Calculate the settlement status for a group in a given month. Shows who owes whom based on expenses and income. Read-only.

Parameters* required
monthstring
Budget month to calculate settlement for in YYYY-MM format
group_idstring
The group ID to calculate settlement for
create_settlementCreate a settlement record for a group month. Also creates transfer records in both parties' personal budgets.7 params

Create a settlement record for a group month. Also creates transfer records in both parties' personal budgets.

Parameters* required
notestring
Optional note about the settlement
monthstring
Budget month being settled in YYYY-MM format
amountnumber
Settlement amount (positive number, max 99999999)
group_idstring
The group ID to create the settlement for
to_personstring
User ID of the person receiving the settlement
settled_atstring
Date when the settlement was made in YYYY-MM-DD format. Defaults to today.
from_personstring
User ID of the person paying the settlement
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMar 30, 2026
Open website