Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/simplepractice-mcp

NPM · SIMPLEPRACTICE-MCP · SCANNED SEP 21

SimplePractice Client Portal — appointments, billing, documents, announcements

Available components

+2 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security93
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 4 of 5 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 4 of 5 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/simplepractice-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1317 tokens (~87/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/simplepractice-mcp server?

io.github.chrischall/simplepractice-mcp runs locally as an npm package, launched with npx -y simplepractice-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · simplepractice-mcp

# add to Claude Code
claude mcp add chrischall-simplepractice-mcp -- npx -y simplepractice-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-simplepractice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplepractice-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-simplepractice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplepractice-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-simplepractice-mcp -- npx -y simplepractice-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-simplepractice-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "simplepractice-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-simplepractice-mcp --command npx --arg -y --arg simplepractice-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-simplepractice-mcp:
    command: "npx"
    args: ["-y", "simplepractice-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-simplepractice-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "simplepractice-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-simplepractice-mcp -t stdio -c npx -a -y simplepractice-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-simplepractice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplepractice-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 −1
    • Known CVEs: pass → partial security
    • Dependency health: 1.00 → partial functional
    • Package version: 1.1.0 → 1.1.1 functional
  • 20 Sept 26 0
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 +1
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.86 → 1.00 functional
    • First check of Schema quality: unverified functional
    • Package version: 0.4.2 → 1.0.0 functional
  • 18 Sept 26 +1

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

  • 16 Sept 26 +1

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

  • 14 Sept 26 +1

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

  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 10 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.4.1 → 0.4.2 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/simplepractice-mcp@1.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/simplepractice-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/simplepractice-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904926657
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:6f2b67d45e4d946e68c61c6aa3249794dc9566aeba2bf694b3fdb424201759ece01610db0831547966ca8d292560f4da4f57d14af7ddea7c37623dc37

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~1,317 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
simplepractice_get_account ~58

The practice, the signed-in client, and every client this login can see. One portal login is a "client access" and may cover more than one client — a parent seeing two children, say — so clients is always a list.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

simplepractice_get_billing_overview ~98

Balance due and per-category counts for the Client Portal account. Cheaper than paging the billing collections just to find out whether anything is there.

NameTypeReqDescription
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

simplepractice_get_document_request ~97

One document request in full, including its body or its questions and the answers already given.

NameTypeReqDescription
idstringyesThe document request id.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

simplepractice_healthcheck ~98

Resolves the credential the way real tools do, then makes one authenticated request to clientsecure.me. Reports which source supplied the credential, whether clientsecure.me accepted it, the round-trip time, and a plain-English hint distinguishing 'no credential' from 'credential rejected' from 'a clientsecure.me-side problem'. Read-only; never returns the credential itself. Call this when a real tool fails and you want to know which hop broke.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

simplepractice_list_announcements ~95

Announcements the practice has posted to the Client Portal. readAt is null on unread ones.

NameTypeReqDescription
pageSizeinteger
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

simplepractice_list_appointments ~133

Appointments from the Client Portal. status "scheduled" returns confirmed/upcoming ones; "requested" returns those still awaiting the practice's confirmation. Pages by number.

NameTypeReqDescription
pageinteger
pageSizeinteger
statusstringWhich side of the pending-confirmation filter to read.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

simplepractice_list_billing_items ~151

Invoices, statements, superbills, receipts, or account history from the Client Portal. An empty list is a real answer — many practices bill entirely outside the portal. Pages by cursor: pass the returned nextCursor as "before".

NameTypeReqDescription
beforestringCursor for the next page — the nextCursor from a previous call.
kindstring
pageSizeinteger
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

simplepractice_list_document_requests ~95

Paperwork the practice has sent — consents, questionnaires, contact and insurance forms, Good Faith Estimates, shared files. Use outstandingOnly to see just what still needs the client's attention.

NameTypeReqDescription
includeBodybooleanInclude the full document body/questions. Off by default — these are long.
outstandingOnlybooleanReturn only requests that are not completed or locked.
pageSizeinteger

No output schema declared.

No examples provided.

simplepractice_list_documents ~28

Files the practice has shared through the Client Portal.

NameTypeReqDescription
pageSizeinteger

No output schema declared.

No examples provided.

simplepractice_list_payment_methods ~33

Payment methods saved to the Client Portal — brand, last four digits, and expiry. No full card numbers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

simplepractice_request_sign_in_link ~180

Ask SimplePractice to email a sign-in link to a Client Portal address. The portal has no password — this is how you sign in. Sends a real email and is rate-limited per email address AND per IP, so it requires confirm:true. A success does not prove the address has an account: the API answers identically for unknown addresses by design.

NameTypeReqDescription
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
emailstringyesThe email address the Client Portal is registered to.
practicestringThe practice whose portal to sign in to — the slug ("achievebalancetherapy"), the host, or the portal URL. Only needed when this server does not know the practice yet; signing in with an emailed link…

No output schema declared.

No examples provided.

simplepractice_session_status ~65

Report whether this server holds a Client Portal session, for which practice, and how that practice was determined (from a sign-in link, from SIMPLEPRACTICE_PRACTICE, or remembered from the stored session). Reads local state only — makes no network call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

simplepractice_sign_out ~21

Discard the stored Client Portal session from local state.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

simplepractice_verify_sign_in_pin ~61

Exchange a 6-digit Client Portal sign-in PIN for a session, for practices that email a code instead of a link. Single-use.

NameTypeReqDescription
emailstringyesThe address the PIN was sent to.
pinstringyes

No output schema declared.

No examples provided.

simplepractice_verify_sign_in_token ~104

Exchange an emailed sign-in link (or the token in it) for a Client Portal session. Accepts the whole link or just the part after the "#". Prefer passing the WHOLE link: its address names the practice, so no practice has to be configured, and this server remembers it afterwards. Tokens are single-use and last 24 hours.

NameTypeReqDescription
linkstringyesThe sign-in link from the email, or just the token after the "#".

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/simplepractice-mcp server?

io.github.chrischall/simplepractice-mcp is listed in the public MCP registry as io.github.chrischall/simplepractice-mcp. SimplePractice Client Portal, appointments, billing, documents, announcements. This page covers its npm package (simplepractice-mcp).

Is the io.github.chrischall/simplepractice-mcp server safe to use?

io.github.chrischall/simplepractice-mcp scores 92 out of 100 on VerifyMCP. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 io.github.chrischall/simplepractice-mcp server expose?

io.github.chrischall/simplepractice-mcp exposes 15 tools: simplepractice_session_status, simplepractice_request_sign_in_link, simplepractice_verify_sign_in_token, simplepractice_verify_sign_in_pin, simplepractice_sign_out, and 10 more. Their descriptions and schemas cost roughly 1,317 tokens of context every time the server is loaded.

Is the io.github.chrischall/simplepractice-mcp server still maintained?

io.github.chrischall/simplepractice-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/simplepractice-mcp server under?

io.github.chrischall/simplepractice-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.