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

# Claude Code

> Add the Tyms remote MCP server to Claude Code over HTTP and complete OAuth.

Claude Code can connect to Tyms MCP over HTTP. Other MCP-compatible CLI clients that support remote MCP + OAuth can use the same URLs; labels in the UI may differ.

## Add the server

```bash theme={null}
# Read-only
claude mcp add --transport http tyms https://mcp.usetyms.com

# Read + write
claude mcp add --transport http tyms-full https://mcp.usetyms.com/full
```

## Complete OAuth

1. In a Claude Code session, run `/mcp`.
2. Follow the prompts to connect and authorize.
3. If the client asks for a **Client ID**, enter:

```text theme={null}
usetyms-mcp-claude
```

4. Sign in to Tyms and approve the business.

## Which URL should I use?

| Goal                                  | Command / URL                  |
| ------------------------------------- | ------------------------------ |
| Lookups and reports only              | `https://mcp.usetyms.com`      |
| Create, update, delete, post payments | `https://mcp.usetyms.com/full` |

<Warning>
  `/full` can change real business data. Prefer read-only unless you need write tools, and keep confirmation / approval on for destructive actions.
</Warning>

## After connecting

Ask accounting questions in natural language, for example:

> List unpaid invoices over 30 days and group them by customer.

See [Example prompts](/mcp/example-prompts) and [Capabilities](/mcp/capabilities).
