← Registry

Productivity

getsavitools.com

Provides business management functions including invoice tracking, mileage deduction calculation, contact management, and financial snapshots.

1 endpoint25 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://getsavitools.com/api/mcp

No auth detected

MCP server metadata

Name
Savi Tools
Version
1.0.0
Capabilities
tools
Server instructions

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_invoices

List the outstanding (sent, viewed, or overdue) invoices with aging buckets and the oldest one.

Inferred read-only
get_mileage_summary

Total business miles and IRS mileage deduction for a calendar year, with a per-type breakdown.

Inferred read-only
get_contact_history

Search the subscriber’s own contacts by name, company, industry, or profession.

Inferred read-only
get_contact_summary

Rolodex overview: how many contacts the subscriber has, how many have a phone or email, and the top industries and tags.

Potential side effects
get_business_snapshot

One-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-only
get_tax_setaside

Estimated annual and quarterly tax to set aside, the IRS safe-harbor minimum, and the next payment due date.

Potential side effects
get_revenue_summary

Total revenue with month-by-month and by-client breakdowns and any direct deposit income.

Inferred read-only
get_invoice_details

Full detail for one invoice — status, amounts, line items, payments, and balance due — found by invoice number or client name.

Potential side effects
list_recent_invoices

List the most recent invoices, newest first, optionally filtered by status.

Inferred read-only
get_expense_summary

Total expenses for a year with by-category and by-month breakdowns.

Inferred read-only
list_recent_expenses

List the most recent expenses, newest first, optionally filtered by category.

Inferred read-only
get_cost_summary

All business costs for a period — expenses, mileage, and contractor bills — with by-category and by-month breakdowns.

Inferred read-only
list_bills_owed

List the contractor/vendor bills the business still owes, with balance due and how overdue each is.

Inferred read-only
get_profitability

Revenue vs.

Inferred read-only
get_tax_deductions

Deductible 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-only
get_1099_summary

Summary of the 1099-NEC amounts owed to contractors for a tax year, per vendor and in total, with the filing deadline.

Inferred read-only
list_clients

List the subscriber’s clients with their billing profile, optionally filtered by a name/notes search.

Inferred read-only
get_client_summary

A single client’s summary: total invoiced, paid, outstanding, expenses, active projects, and last invoice date.

Potential side effects
list_projects

List projects with their client, type, budget, and dates, optionally filtered to active-only.

Inferred read-only
get_project_summary

A single project’s summary: hours logged vs.

Inferred read-only
get_time_summary

Hours logged over a period, split billable vs.

Inferred read-only
get_cash_summary

Cash position from bank activity: money in, money out, net, and how many transactions still need review.

Inferred read-only
list_uncategorized_transactions

List bank transactions still waiting to be categorized/reviewed, with a count and total.

Inferred read-only
get_goals_progress

Progress toward the subscriber’s business goals: each outcome, its success signals, current vs.

Inferred read-only
get_business_profile

The business’s own profile: legal name, entity type, the tax return it files, accounting method, fiscal year, industry, and address.

Inferred read-only

CONNECT 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.

Trust status Neutral

getsavitools.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.