> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/developer-api/nightfall_apis/nightfall-model-context-protocol-mcp-server/troubleshooting.md).

# Troubleshooting

**Connection Issues**

**Problem: "Unauthorized" or 401 errors**

**Solutions:**

* Verify your API key is correctly pasted in the configuration file (no extra spaces)
* Check that the API key hasn't expired or been revoked in the Nightfall dashboard
* Ensure you're using "Bearer YOUR\_KEY" format, not just "YOUR\_KEY"
* Restart your AI client after updating the configuration

**Problem: MCP server not appearing in client**

**Solutions:**

* Verify the configuration file is in the correct location for your operating system
* Check JSON syntax is valid (use a JSON validator if needed)
* For Claude Desktop: ensure npx is installed (requires Node.js)
* Review client logs for specific error messages

#### Query Issues

**Problem: No results returned**

**Solutions:**

* Broaden your time range (data may be older than expected)
* Check filter criteria aren't too restrictive
* Verify the integration or resource name is spelled correctly
* Confirm you have violations/events matching your criteria in the Nightfall dashboard

**Problem: Rate limit errors (429)**

**Solutions:**

* Wait for the duration specified in the Retry-After header
* Reduce query frequency or batch similar requests
* Contact Nightfall support if hitting limits during normal usage

#### Performance

**Problem: Slow query responses**

**Solutions:**

* Use more specific filters to reduce result set size
* Limit date ranges to recent periods when possible
* Request paginated results for large datasets
* Complex aggregations may take longer—this is expected behavior


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.nightfall.ai/developer-api/nightfall_apis/nightfall-model-context-protocol-mcp-server/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
