# Recovr MCP — Top-level reference

This server bundles multiple data **providers**, each contributing its
own tools, resources, and prompts. To learn what's available, read each
provider's help blurb:

- `recovr://firestore/help` — customer-scoped Firestore access. Read
  family: `firestore_get`, `firestore_exists`, `firestore_list`,
  `firestore_query`, `firestore_count`, `firestore_paginate`,
  `firestore_list_collections`. Writes: `firestore_write`,
  `firestore_write_batch`. Destructive (gated): `firestore_archive`,
  `firestore_delete`.

Provider-specific guides and schemas live under each provider's
namespace, e.g. `recovr://firestore/guides/read`,
`recovr://firestore/schemas/eligibility`.

## Always-available
- `recovr://customer/info` — your authenticated identity and scopes.
- `getting_started` prompt — orientation pointing at provider helps.
- `request_delete_permission` prompt (when destructive scope held) —
  one-time elicitation that unlocks a provider's destructive tool.

Reusable workflow templates ("skills") are exposed under `skill://...`
URIs — see `skill://claim-recovery-walkthrough/SKILL.md`.
