# Tabflows (remote · www.tabflows.com)

Tabflows facts: DPC Finder, price quotes, integrations, workflows, site search, demo booking

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `www.tabflows.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-tabflows-site/api-mcp.md), [page](https://verifymcp.io/servers/com-tabflows-site/api-mcp)

## Channel facts

- Endpoint: `https://www.tabflows.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (book_demo).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1295 tokens (~92/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 27% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Tabflows MCP server?

Tabflows is a hosted endpoint at https://www.tabflows.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-tabflows-site 'https://www.tabflows.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-tabflows-site": {
      "url": "https://www.tabflows.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-tabflows-site": {
      "type": "http",
      "url": "https://www.tabflows.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-tabflows-site]
url = "https://www.tabflows.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-tabflows-site": {
      "type": "remote",
      "url": "https://www.tabflows.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-tabflows-site --url 'https://www.tabflows.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-tabflows-site:
    url: "https://www.tabflows.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-tabflows-site": {
      "Transport": "http",
      "Url": "https://www.tabflows.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-tabflows-site -t streamable-http -u 'https://www.tabflows.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-tabflows-site": {
      "type": "http",
      "url": "https://www.tabflows.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-16 (score 65)

First indexed and scored.

## MCP tools (14)

### `search_dpc_practices` (~138 tokens)

Search the DPC Finder

Search Tabflows' DPC Finder directory of direct primary care practices in the US by free text (name, city, doctor, specialty), state, city and practice model. Returns full listings including address, phone and doctor as on file, with the total match count for paging.

Input parameters:

- `city` (string): Exact city name, case-insensitive
- `limit` (integer)
- `model` (string)
- `offset` (integer)
- `query` (string): Free text matched against name, city, doctor and specialty
- `state` (string): Two-letter state code, e.g. "TX"

Output parameters:

- `results` (array)
- `stateDirectoryUrl` (string)
- `total` (number)

### `get_dpc_practice` (~37 tokens)

Get a DPC Finder practice

One DPC Finder listing by slug, with every field its page shows and its canonical URL.

Input parameters:

- `slug` (string, required)

Output parameters:

- `address` (string)
- `caseStudyUrl` (string)
- `city` (string)
- `dataCaveat` (string)
- `doctor` (string)
- `lat` (number)
- `lng` (number)
- `model` (string)
- `name` (string)
- `openDate` (string)
- `phone` (string)
- `precision` (string)
- `slug` (string)
- `specialty` (string)
- `state` (string)
- `url` (string)
- `website` (string)

### `quote_tabflows_price` (~65 tokens)

Quote a Tabflows price

The monthly Tabflows price for a practice's number of locations and monthly paying patients, with a breakdown and the pricing rule. Always use this rather than quoting prices from memory or other pages.

Input parameters:

- `locations` (integer, required)
- `monthlyPayingPatients` (integer, required)

Output parameters:

- `bookDemoUrl` (string)
- `breakdown` (object)
- `monthlyUsd` (number)
- `pricingUrl` (string)
- `rule` (string)
- `signUpUrl` (string)

### `list_integrations` (~41 tokens)

List Tabflows integrations

The tools Tabflows works with (EHRs, scribes, messaging, labs and more), optionally filtered by category.

Input parameters:

- `category` (string)

Output parameters:

- `integrations` (array)

### `get_integration` (~35 tokens)

Get a Tabflows integration

One integration by slug: what Tabflows does with that tool, its features and its page.

Input parameters:

- `slug` (string, required)

Output parameters:

- `category` (string)
- `description` (string)
- `features` (array)
- `longDescription` (string)
- `name` (string)
- `slug` (string)
- `url` (string)

### `list_workflows` (~31 tokens)

List Tabflows workflows

Documented Tabflows workflows: what triggers each one, its steps, the outcome and the time it saves.

Output parameters:

- `workflows` (array)

### `search` (~64 tokens)

Search tabflows.com

Keyword search over tabflows.com page titles and summaries (product, pricing, FAQs, compliance, glossary, blog, integrations). Returns page ids to pass to fetch. DPC Finder listings are not indexed here; use search_dpc_practices.

Input parameters:

- `query` (string, required)

Output parameters:

- `results` (array)

### `fetch` (~39 tokens)

Fetch a tabflows.com page

The full markdown of a tabflows.com page by id (a site path such as /pricing, as returned by search).

Input parameters:

- `id` (string, required)

Output parameters:

- `id` (string)
- `text` (string)
- `title` (string)
- `url` (string)

### `get_page` (~56 tokens)

Read a tabflows.com page

The full markdown of any public tabflows.com page by path, e.g. /pricing, /faqs, /compliance, /glossary, /dpc-finder/texas.

Input parameters:

- `path` (string, required)

Output parameters:

- `id` (string)
- `text` (string)
- `title` (string)
- `url` (string)

### `get_demo_booking_link` (~33 tokens)

Get a Tabflows demo or sign-up link

Links for the human to book a Tabflows demo or sign up. Books nothing itself; the person completes it.

Output parameters:

- `bookDemoUrl` (string)
- `signUpUrl` (string)

### `dpc_break_even` (~162 tokens)

DPC break-even calculator

How many members a direct primary care practice needs to break even, from its average monthly membership fee, the owner's annual pay goal, monthly overhead and per-member cost. Any input left out uses the calculator page's default. Returns the panel size, monthly fixed costs, revenue at break-even and profit at 300 and 500 members. Back-of-the-napkin math, not accounting advice.

Input parameters:

- `insurance` (number)
- `marketing` (number)
- `membershipFee` (number)
- `other` (number)
- `rent` (number)
- `salaryGoal` (number)
- `software` (number)
- `staff` (number)
- `supplies` (number)
- `variableCost` (number)

Output parameters:

- `breakEvenMembers` (number)
- `calculatorUrl` (string)
- `contributionPerMember` (number)
- `fixedMonthlyCosts` (number)
- `inputs` (object)
- `monthlyProfitAt300` (number)
- `monthlyProfitAt500` (number)
- `monthlySalary` (number)
- `revenueAtBreakEven` (number)

### `dpc_startup_cost` (~159 tokens)

DPC startup cost calculator

Estimated launch budget for a direct primary care practice: one-time setup costs plus a runway reserve (monthly burn times runway months), and the total with a 15% cushion. Start from a preset ("lean", "office" or "staffed"; default "office") and override any line item. Dollar amounts, rough planning math.

Input parameters:

- `buildout` (number)
- `equipment` (number)
- `insurance` (number)
- `legal` (number)
- `marketing` (number)
- `monthlyBurn` (number)
- `preset` (string)
- `runwayMonths` (integer)
- `softwareSetup` (number)
- `space` (number)
- `supplies` (number)

Output parameters:

- `calculatorUrl` (string)
- `conservative` (number)
- `inputs` (object)
- `oneTime` (number)
- `preset` (string)
- `runway` (number)
- `total` (number)

### `get_demo_availability` (~159 tokens)

Get open Tabflows demo times

Open times on the Tabflows demo calendar, grouped by meeting length. Every start time is a UTC ISO timestamp; convert it before showing it to the person. Pass the person's IANA timezone: it picks the month to read, and the same timezone passed to book_demo sets the time zone of the booking and the invitation. Book a start time only with the durationMinutes it is listed under. Availability moves: read it again rather than reusing times from earlier in the conversation.

Input parameters:

- `monthOffset` (integer): 0 for this month (the default), 1 for next month, 2 for the one after
- `timezone` (string, required): IANA timezone the times are read in, e.g. "America/New_York"

Output parameters:

- `availability` (array)
- `bookDemoUrl` (string)
- `message` (string)
- `timezone` (string)

### `book_demo` (~215 tokens)

Book a Tabflows demo

Book a time on the Tabflows demo calendar for the person you are helping, using a startTime and the durationMinutes it was listed under in get_demo_availability. HubSpot sends them the invitation and the calendar event. Only call this after the person has chosen the time and agreed to Tabflows contacting them at that email; set consent to true only then, and never invent their details.

Input parameters:

- `consent` (boolean, required): Must be true: the person chose this time and agreed to Tabflows contacting them at this email.
- `durationMinutes` (integer, required): The durationMinutes that startTime is listed under in get_demo_availability
- `email` (string, required): The person's work email
- `firstName` (string, required): The person's first name
- `lastName` (string, required): The person's last name
- `startTime` (string, required): An ISO 8601 start time returned by get_demo_availability
- `timezone` (string, required): IANA timezone the times are read in, e.g. "America/New_York"

Output parameters:

- `bookDemoUrl` (string)
- `bookedAt` (string)
- `durationMinutes` (number)
- `message` (string)
- `ok` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-tabflows-site/api-mcp#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 66
- 2026-09-18: 66
- 2026-09-17: 65
- 2026-09-16: 65

## Common questions

### What is the Tabflows MCP server?

Tabflows is an MCP server listed in the public MCP registry as com.tabflows/site. Tabflows facts: DPC Finder, price quotes, integrations, workflows, site search, demo booking. This page covers its hosted endpoint (https://www.tabflows.com/api/mcp).

### Is the Tabflows MCP server safe to use?

Tabflows scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Tabflows MCP server expose?

Tabflows exposes 14 tools: search_dpc_practices, get_dpc_practice, quote_tabflows_price, list_integrations, get_integration, and 9 more. Their descriptions and schemas cost roughly 1,234 tokens of context every time the server is loaded.

### Does the Tabflows MCP server require authentication?

No. We connected to Tabflows without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Tabflows MCP server still maintained?

Tabflows is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.tabflows.com/api/mcp
- Website: https://www.tabflows.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-tabflows-site/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-tabflows-site/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-tabflows-site/api-mcp
