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

# MCP Dataset List

> List datasets accessible via MCP

## Request

Returns datasets available for MCP querying.

## Response

```json theme={null}
{
  "datasets": [
    {
      "id": "ds_abc123",
      "name": "Product Documentation",
      "description": "All product docs",
      "document_count": 42
    }
  ]
}
```

## Examples

```bash cURL theme={null}
curl https://api.fltr.com/v1/mcp/datasets \
  -H "Authorization: Bearer fltr_at_abc123..."
```

For MCP clients (Claude Desktop, VS Code), this endpoint is called automatically to show available datasets.
