{"name":"com.tabflows/site","slug":"tabflows-site","title":"Tabflows","description":"Tabflows facts: DPC Finder, price quotes, integrations, workflows, site search, demo booking","url":"https://mcp.market/server/tabflows-site","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T16:15:43.940Z","last_ok_at":"2026-09-19T16:15:43.940Z","latency_ms":507},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.tabflows.com/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://www.tabflows.com/api/mcp"}],"packages":[],"tools":[{"name":"book_demo","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"firstName":{"type":"string","minLength":1,"maxLength":60,"description":"The person's first name"},"lastName":{"type":"string","minLength":1,"maxLength":60,"description":"The person's last name"},"email":{"type":"string","minLength":3,"maxLength":254,"description":"The person's work email"},"startTime":{"type":"string","minLength":1,"description":"An ISO 8601 start time returned by get_demo_availability"},"durationMinutes":{"type":"integer","minimum":1,"maximum":480,"description":"The durationMinutes that startTime is listed under in get_demo_availability"},"timezone":{"type":"string","minLength":1,"maxLength":60,"description":"IANA timezone the times are read in, e.g. \"America/New_York\""},"consent":{"type":"boolean","const":true,"description":"Must be true: the person chose this time and agreed to Tabflows contacting them at this email."}},"required":["firstName","lastName","email","startTime","durationMinutes","timezone","consent"],"additionalProperties":false}},{"name":"dpc_break_even","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"membershipFee":{"type":"number","minimum":0,"maximum":10000},"salaryGoal":{"type":"number","minimum":0,"maximum":10000000},"rent":{"type":"number","minimum":0,"maximum":1000000},"staff":{"type":"number","minimum":0,"maximum":1000000},"software":{"type":"number","minimum":0,"maximum":1000000},"insurance":{"type":"number","minimum":0,"maximum":1000000},"supplies":{"type":"number","minimum":0,"maximum":1000000},"marketing":{"type":"number","minimum":0,"maximum":1000000},"other":{"type":"number","minimum":0,"maximum":1000000},"variableCost":{"type":"number","minimum":0,"maximum":10000}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"dpc_startup_cost","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"preset":{"type":"string","enum":["lean","office","staffed"]},"legal":{"type":"number","minimum":0,"maximum":10000000},"space":{"type":"number","minimum":0,"maximum":10000000},"buildout":{"type":"number","minimum":0,"maximum":10000000},"equipment":{"type":"number","minimum":0,"maximum":10000000},"softwareSetup":{"type":"number","minimum":0,"maximum":10000000},"insurance":{"type":"number","minimum":0,"maximum":10000000},"marketing":{"type":"number","minimum":0,"maximum":10000000},"supplies":{"type":"number","minimum":0,"maximum":10000000},"monthlyBurn":{"type":"number","minimum":0,"maximum":1000000},"runwayMonths":{"type":"integer","minimum":0,"maximum":60}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"fetch","description":"The full markdown of a tabflows.com page by id (a site path such as /pricing, as returned by search).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":300}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_demo_availability","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"timezone":{"type":"string","minLength":1,"maxLength":60,"description":"IANA timezone the times are read in, e.g. \"America/New_York\""},"monthOffset":{"type":"integer","minimum":0,"maximum":2,"description":"0 for this month (the default), 1 for next month, 2 for the one after"}},"required":["timezone"],"additionalProperties":false}},{"name":"get_demo_booking_link","description":"Links for the human to book a Tabflows demo or sign up. Books nothing itself; the person completes it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_dpc_practice","description":"One DPC Finder listing by slug, with every field its page shows and its canonical URL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[a-z0-9-]+$"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_integration","description":"One integration by slug: what Tabflows does with that tool, its features and its page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[a-z0-9-]+$"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_page","description":"The full markdown of any public tabflows.com page by path, e.g. /pricing, /faqs, /compliance, /glossary, /dpc-finder/texas.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":300}},"required":["path"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_integrations","description":"The tools Tabflows works with (EHRs, scribes, messaging, labs and more), optionally filtered by category.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","enum":["EMR","Scribe","Communication","Clinical Support","Patient Experience","Labs","Supplements & Rx","Other"]}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_workflows","description":"Documented Tabflows workflows: what triggers each one, its steps, the outcome and the time it saves.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"quote_tabflows_price","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locations":{"type":"integer","minimum":1,"maximum":100},"monthlyPayingPatients":{"type":"integer","minimum":1,"maximum":250000}},"required":["locations","monthlyPayingPatients"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_dpc_practices","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free text matched against name, city, doctor and specialty","type":"string","maxLength":100},"state":{"description":"Two-letter state code, e.g. \"TX\"","type":"string","pattern":"^[A-Za-z]{2}$"},"city":{"description":"Exact city name, case-insensitive","type":"string","maxLength":100},"model":{"type":"string","enum":["Pure DPC","Hybrid","Onsite","Unknown/other"]},"limit":{"default":25,"type":"integer","minimum":1,"maximum":100},"offset":{"default":0,"type":"integer","minimum":0,"maximum":2663}},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T09:58:29.110Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T09:58:28.999Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1102ms"]},"poisoning":{"score":15,"max":15,"notes":["14 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.tabflows.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":1102,"serverInfo":{"name":"tabflows","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.tabflows.com/favicon.ico","source":"site","width":64,"height":64},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}