> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crustdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code plugin

> Install Crustdata in Claude Code with one command: MCP data tools and ready-to-run skills.

The Crustdata plugin for Claude Code bundles the [MCP server](/for-agents/mcp) and ready-to-run skills into a single install. One command adds the data tools (800M+ professional profiles and 200M+ companies) and the skills; sign in once and you're set.

<Note>
  This installs Crustdata in **Claude Code**. For **Claude.ai** or **Claude Desktop**, add the [MCP connector](/for-agents/mcp) instead.
</Note>

* **One command to install.** The data tools and the skills come together, no config to hand-write.
* **Skills, ready to run.** They install with the plugin and appear under the `/crustdata` namespace.
* **Sign in once.** No API key to copy or paste; the tools and the skills share a single sign-in.

## Quick start

<Steps>
  <Step title="Install the plugin">
    Add the Crustdata marketplace and install the plugin:

    ```bash theme={"theme":"vitesse-black"}
    claude plugin marketplace add crustdata/skills
    claude plugin install crustdata@crustdata-plugin
    ```

    This adds the Crustdata MCP server and the skills.
  </Step>

  <Step title="Sign in">
    Run **`/crustdata:login`** and your browser opens for a one-time sign-in, no key to paste. Until you sign in, Crustdata tool calls simply point you at the command; nothing nags you at session start.

    Prefer a key? Set `CRUSTDATA_API_KEY` in your environment instead and skip the sign-in.

    No account yet? [Sign up at crustdata.co](https://crustdata.co).
  </Step>

  <Step title="Start using it">
    Ask Claude a question, or run a skill from the `/crustdata` menu. Try one of the example prompts below.
  </Step>
</Steps>

## Example prompts

Once installed, you can ask Claude questions like:

| Prompt                                                                | What it does                             |
| --------------------------------------------------------------------- | ---------------------------------------- |
| "Find AI startups hiring engineers, then get me the founders' emails" | Search, then enrich, in a single step    |
| "Who are the engineering leaders at Anthropic?"                       | Searches people by seniority and company |
| "What jobs does Stripe have open right now?"                          | Fetches live job listings                |
| "Enrich this company with headcount and funding"                      | Pulls a full firmographic profile        |
| "How many credits do I have?"                                         | Checks your account balance              |

## What's included

<CardGroup cols={2}>
  <Card title="MCP data tools" icon="magnifying-glass">
    The full Crustdata [MCP server](/for-agents/mcp): search and enrich companies, people, and jobs, and read social and web content, in plain English.
  </Card>

  <Card title="Skills" icon="wand-magic-sparkles">
    Ready-made workflows install with the plugin and appear under `/crustdata`, so common tasks run end to end.
  </Card>

  <Card title="One sign-in" icon="key">
    The data tools and the skills share a single sign-in. No API key to copy or paste.
  </Card>
</CardGroup>

<Callout icon="coins" color="#5345e4">
  Credit costs vary by request and plan. See [Pricing](/general/pricing) for
  per-request credit costs and [Rate limits](/general/rate-limits) for limits.
</Callout>

## Sign-in

Run **`/crustdata:login`** to sign in with your Crustdata account. It's a one-time browser sign-in, no API key to copy or paste. The data tools and the skills share that single sign-in, tokens refresh silently, and if it ever expires a Crustdata tool call points you back at the command. `CRUSTDATA_API_KEY` works as an override if you'd rather pass a key directly.

## Support

For help or feedback, contact [support@crustdata.co](mailto:support@crustdata.co).


## Related topics

- [MCP Server](/for-agents/mcp.md)
- [Crustdata for Recruiting](/recruiting/overview.md)
- [llms.txt](/for-agents/llms.md)
- [Person Search reference](/person-docs/search/reference.md)
- [API Introduction](/openapi-specs/2025-11-01/introduction.md)
