> For the complete documentation index, see [llms.txt](https://doc.cards-microlearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cards-microlearning.com/english/ai-agents-and-mcp/advanced-login.md).

# Advanced login

If you use SSO or social login (Google, Microsoft, Apple) to log in to Cards, you must use this method to add a connector in your AI tool.

### Step 1: Add an MCP connector

<figure><img src="/files/FVVXSmmD2hHKf6HG1ALD" alt=""><figcaption><p>Creating and editing an MCP connector</p></figcaption></figure>

To create a connector, you must, as with agents, choose a first name, last name, and role.

Once the connector is created, a window will appear with the OAuth credentials:

* MCP server URL (it's always the same: `https://api.cards-microlearning.com/mcp/cards`)
* OAuth Client ID
* OAuth Client Secret.

Copy the "secret," as it will no longer be displayed (but you can regenerate it if needed).

### Step 2: Using the identifiers in your AI software

You can then use this information in your AI software when adding the connector. Here's an example in Claude, where by clicking on "Advanced Settings", you can enter the client ID and client secret:

<figure><img src="/files/SFWA8R2xf3HfiTgYjSHw" alt=""><figcaption><p>Advanced connector configuration in Claude</p></figcaption></figure>

When you add a connector using credentials, you will still need to click "connect," but you won't have to enter your credentials or select your Cards space. You will be automatically redirected to Claude, and the connector will be available.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.cards-microlearning.com/english/ai-agents-and-mcp/advanced-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
