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

<!-- Source: https://docs.actuallycare.com/mcp/where-to-find -->

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

| | |
| --- | --- |
| Endpoint | `https://mcp.actuallycare.com/mcp` |
| Transport | Streamable HTTP (a legacy HTTP+SSE endpoint exists at `/sse` for older clients) |
| Auth | OAuth 2.1 with PKCE and dynamic client registration — clients discover everything from the `WWW-Authenticate` header and `/.well-known/oauth-authorization-server` |
| Scopes | `read`, `write`, `mcp` |
| Account required | An ActuallyCare login ([app.actuallycare.com](https://app.actuallycare.com)) |

To connect from Claude, follow [Connect Claude in 5 minutes](/mcp/quickstart) (Claude.ai, Desktop, or mobile) or [Connect Claude Code](/mcp/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](https://registry.modelcontextprotocol.io) — 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:

| Surface | URL | What it is |
| --- | --- | --- |
| Pointer file | [`/.well-known/ai.json`](https://docs.actuallycare.com/.well-known/ai.json) | One JSON file linking every surface in this table |
| Tool index | [`/tools.json`](https://docs.actuallycare.com/tools.json) | Every MCP tool — names, descriptions, JSON schemas, safety annotations |
| llms.txt | [`/llms.txt`](https://docs.actuallycare.com/llms.txt) | Index of all documentation pages with one-line summaries |
| llms-full.txt | [`/llms-full.txt`](https://docs.actuallycare.com/llms-full.txt) | Every documentation page concatenated into one file |
| OpenAPI spec | [`api.actuallycare.com/v1/openapi.json`](https://api.actuallycare.com/v1/openapi.json) | The REST API specification |
| Markdown mirrors | append `.md` to any page URL | Raw Markdown of every page; also served via `Accept: text/markdown` |

## Support and policies

- **Support:** [support@actuallycare.com](mailto:support@actuallycare.com) or [www.actuallycare.com/contact](https://www.actuallycare.com/contact) — questions about the MCP server, the API, or these docs. Signed-in users can also file issues from the in-app support widget.
- **Privacy policy:** [www.actuallycare.com/privacy](https://www.actuallycare.com/privacy)
- **Troubleshooting the connector:** [Troubleshooting](/agents/troubleshooting)
