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

# MCP Connection Not Found

> No MCP connection matches the id for the requesting user.

**HTTP status:** 404

## Error message

```
Resource not found or not accessible.
```

## When this error occurs

`GET` / `DELETE /mcp-connections/{id}` (or a run referencing a `connection_id`) when no connection with that id belongs
to the calling user. A connection owned by a different user or company is reported the same way, so ids can't be probed
across users.

## How to fix

List your connections with `GET /mcp-connections` and use an id from that list.
