# Greenhouse

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/alexmeckes/greenhouse-mcp)

**Description:** Integrates with Greenhouse's applicant tracking system (ATS) to provide recruiting and hiring workflow capabilities. Enables Claude to access candidate information, manage job postings, review applications, track interview schedules, and analyze hiring pipeline data through Greenhouse's comprehensive recruiting platform API.

**Configuration Parameters:**

* **Greenhouse API Key** \* - API key for authenticating with Greenhouse
* **Greenhouse API URL** - Custom API endpoint if using a specific Greenhouse instance (optional)

**Setup Steps:**

1. Log in to your Greenhouse account at <https://app.greenhouse.io>
2. Navigate to Configure > Dev Center
3. Under API Credential Management, click "Create New API Key"
4. Provide a description for the key (e.g., "Natoma MCP Integration")
5. Select the appropriate permissions based on required functionality
6. Copy the generated API key immediately (it will not be shown again)
7. Provide the API key to Natoma

**Notes:**

* Requires admin permissions in Greenhouse to create API keys
* API key permissions can be customized based on use case
* Consider using read-only permissions if write access is not needed
* Documentation: <https://developers.greenhouse.io/harvest.html>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/greenhouse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
