Productivity
getsavitools.com
Provides business management functions including invoice tracking, mileage deduction calculation, contact management, and financial snapshots.
ENDPOINT 1
https://getsavitools.com/api/mcp
MCP server metadata
- Name
- Savi Tools
- Version
- 1.0.0
Savi Tools is the business toolkit for independent creators, freelancers, and solo businesses. These tools answer questions from the connected subscriber’s own Savi Tools account: invoices and who still owes money, expenses, mileage and tax deductions, clients, projects, time, cash flow, goals, and contacts. All tools are read-only. Sign-in and consent happen via OAuth; docs at https://getsavitools.com/en/help/connect-ai-assistant.
Known tools 25
list_outstanding_invoicesList the outstanding (sent, viewed, or overdue) invoices with aging buckets and the oldest one.
Inferred read-onlyget_mileage_summaryTotal business miles and IRS mileage deduction for a calendar year, with a per-type breakdown.
Inferred read-onlyget_contact_historySearch the subscriber’s own contacts by name, company, industry, or profession.
Inferred read-onlyget_contact_summaryRolodex overview: how many contacts the subscriber has, how many have a phone or email, and the top industries and tags.
Potential side effectsget_business_snapshotOne-look snapshot of the business right now: money in, money out, net, outstanding invoices, bills owed, and how much tax to set aside.
Inferred read-onlyget_tax_setasideEstimated annual and quarterly tax to set aside, the IRS safe-harbor minimum, and the next payment due date.
Potential side effectsget_revenue_summaryTotal revenue with month-by-month and by-client breakdowns and any direct deposit income.
Inferred read-onlyget_invoice_detailsFull detail for one invoice — status, amounts, line items, payments, and balance due — found by invoice number or client name.
Potential side effectslist_recent_invoicesList the most recent invoices, newest first, optionally filtered by status.
Inferred read-onlyget_expense_summaryTotal expenses for a year with by-category and by-month breakdowns.
Inferred read-onlylist_recent_expensesList the most recent expenses, newest first, optionally filtered by category.
Inferred read-onlyget_cost_summaryAll business costs for a period — expenses, mileage, and contractor bills — with by-category and by-month breakdowns.
Inferred read-onlylist_bills_owedList the contractor/vendor bills the business still owes, with balance due and how overdue each is.
Inferred read-onlyget_tax_deductionsDeductible costs mapped onto the lines of the tax return the business actually files (Schedule C, 1120, 1120-S, 1065, or 990), with entity-aware treatment (meals at 50%, etc.
Inferred read-onlyget_1099_summarySummary of the 1099-NEC amounts owed to contractors for a tax year, per vendor and in total, with the filing deadline.
Inferred read-onlylist_clientsList the subscriber’s clients with their billing profile, optionally filtered by a name/notes search.
Inferred read-onlyget_client_summaryA single client’s summary: total invoiced, paid, outstanding, expenses, active projects, and last invoice date.
Potential side effectslist_projectsList projects with their client, type, budget, and dates, optionally filtered to active-only.
Inferred read-onlyget_cash_summaryCash position from bank activity: money in, money out, net, and how many transactions still need review.
Inferred read-onlylist_uncategorized_transactionsList bank transactions still waiting to be categorized/reviewed, with a count and total.
Inferred read-onlyget_goals_progressProgress toward the subscriber’s business goals: each outcome, its success signals, current vs.
Inferred read-onlyget_business_profileThe business’s own profile: legal name, entity type, the tax return it files, accounting method, fiscal year, industry, and address.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.savi-tools]
url = "https://getsavitools.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"savi-tools": {
"type": "http",
"url": "https://getsavitools.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: savi-tools
Remote MCP URL: https://getsavitools.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"savi-tools": {
"url": "https://getsavitools.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"savi-tools": {
"type": "http",
"url": "https://getsavitools.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "savi-tools",
"transport": "streamable-http",
"url": "https://getsavitools.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getsavitools.com was fetched 2026-08-23T23:45:15.120Z.
getsavitools.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.