Skip to content
For developers
View as Markdown

Where to find the ActuallyCare MCP server

Every place the ActuallyCare MCP server is published or discoverable — the endpoint, the registry entry, machine-readable indexes, and support contacts.

One MCP server, several ways to discover it. This page is the canonical list — if a tool, registry, or agent needs to find ActuallyCare, everything it needs is below.

The server#

Endpointhttps://mcp.actuallycare.com/mcp
TransportStreamable HTTP (a legacy HTTP+SSE endpoint exists at /sse for older clients)
AuthOAuth 2.1 with PKCE and dynamic client registration — clients discover everything from the WWW-Authenticate header and /.well-known/oauth-authorization-server
Scopesread, write, mcp
Account requiredAn ActuallyCare login (app.actuallycare.com)

To connect from Claude, follow Connect Claude in 5 minutes (Claude.ai, Desktop, or mobile) or Connect Claude Code. For any other MCP client, paste the endpoint URL and complete the OAuth flow in your browser.

Official MCP Registry#

The server's canonical registry identity is com.actuallycare/actuallycare on the official MCP Registry — the feed that downstream directories (Smithery, Glama, MCP.so) and client-side registry search mirror. The listing is live (published 2026-07-03, renamed from com.actuallycare/crm on 2026-07-04).

Machine-readable surfaces#

For AI agents and crawlers, everything on this site is available in machine-friendly form:

SurfaceURLWhat it is
Pointer file/.well-known/ai.jsonOne JSON file linking every surface in this table
Tool index/tools.jsonEvery MCP tool — names, descriptions, JSON schemas, safety annotations
llms.txt/llms.txtIndex of all documentation pages with one-line summaries
llms-full.txt/llms-full.txtEvery documentation page concatenated into one file
OpenAPI specapi.actuallycare.com/v1/openapi.jsonThe REST API specification
Markdown mirrorsappend .md to any page URLRaw Markdown of every page; also served via Accept: text/markdown

Support and policies#