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

# MCP (beta)

<Note>
  The MCP server is still in beta and is subject to change.
</Note>

Flare provides a [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that can be used to ask questions about the Flare API.
This is useful for developers building Flare API automations with AI-powered integrated development environments (IDE).

Available tools:

* `Search`: Search across the Flare documentation to fetch relevant context for a given query.

Things the MCP server **cannot** do:

* Perform queries or actions using the Flare API.

## MCP Server Configuration

The MCP server requires no authentication, it is available at the following URL:

* `https://api.docs.flare.io/mcp`

The Flare API documentation is also available via the [llms.txt format](https://llmstxt.org/) at the following URL:

* `https://api.docs.flare.io/llms.txt`

### IDEs / Tools

Configuration Guides:

* Claude Desktop: [https://support.anthropic.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp](https://support.anthropic.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp)

* Cursor: [https://docs.cursor.com/en/context/mcp#using-mcp-json](https://docs.cursor.com/en/context/mcp#using-mcp-json)
