# Kiro

Connect Kiro to Bizora by adding a remote MCP server entry to the Kiro User Config.

## Setup

1. In Kiro, open the MCP servers panel and open the User Config `mcp.json` file.
2. Add the Bizora server:

```json
{
  "mcpServers": {
    "bizora-tax": {
      "url": "https://mcp.api-bizora.ai/mcp",
      "autoApprove": []
    }
  }
}
```

3. Save the file.
4. In Kiro, open the MCP servers panel and connect `bizora-tax`.
5. Complete the browser sign-in when Kiro asks for authorization. Kiro can show **Authenticate** in the MCP servers panel or in an in-app notification.

![Kiro MCP server configuration and authentication prompt](/img/mcp/kiro-mcp-setup.webp)

6. Ask Kiro to use Bizora for a tax research question.

## What Kiro Receives

- Tool access through Bizora MCP at https://mcp.api-bizora.ai/mcp.
- OAuth discovery through https://mcp.api-bizora.ai/.well-known/oauth-protected-resource.
- Compact source identifiers for citations in the default `minimal` response: `sources.s3_file_path` and `sources.node_id`.
- The default `tax-research` tool, backed by `tax_research_fast_research`.

For tool selectors, response formats, ZDR, and long-running request behavior, use the [MCP Server](../overview.mdx) page as the source of truth.
