Skip to content

Commit 0822f76

Browse files
kristinaorekhovagitbook-bot
authored andcommitted
GITBOOK-1145: No subject
1 parent 774df39 commit 0822f76

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/quickstart/mcp.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ icon: plug
55

66
# MCP
77

8-
Connect AIMLAPI to your AI client — **Claude Desktop, Claude (web), Cursor, Claude Code**, and other MCP-capable apps — over the [Model Context Protocol](https://modelcontextprotocol.io/) using **OAuth**.
8+
Connect AI/ML API to your AI client — **Claude Desktop, Claude (web), Cursor, Claude Code**, and other MCP-capable apps — over the [Model Context Protocol](https://modelcontextprotocol.io/) using **OAuth**.
99

10-
You sign in with your AIMLAPI account in the browser; there is **no API key to copy or paste**. Once connected, you can discover and compare models, run inference (LLM / image / video / audio / embeddings), manage long-running generation jobs, and check your balance — directly from the client.
10+
You sign in with your AI/ML API account in the browser; there is **no API key to copy or paste**. Once connected, you can discover and compare models, run inference (LLM / image / video / audio / embeddings), manage long-running generation jobs, and check your balance — directly from the client.
1111

1212
Usage is billed to your AIMLAPI account, exactly like the REST API.
1313

@@ -19,7 +19,7 @@ Prefer to paste an API key instead of signing in? That method is also supported
1919

2020
## Prerequisites
2121

22-
* An **AIMLAPI account** — create one at [https://aimlapi.com](https://aimlapi.com/).
22+
* An **AI/ML API account** — create one at [https://aimlapi.com](https://aimlapi.com/).
2323
* A client that supports **remote MCP servers over Streamable HTTP with OAuth** (all clients below do).
2424
* A balance on your account if you plan to run billable inference (top up at [https://aimlapi.com/app/billing](https://aimlapi.com/app/billing)).
2525

@@ -53,9 +53,9 @@ Your client registers itself and opens your browser.
5353
{% endstep %}
5454

5555
{% step %}
56-
## Sign in and approve access
56+
## Signs you in and connects
5757

58-
You **sign in to AIMLAPI** and **approve access**; the client receives a token and connects.
58+
You **sign in to AI/ML API** and **approve access**; the client receives a token and connects.
5959
{% endstep %}
6060
{% endstepper %}
6161

@@ -83,7 +83,7 @@ Set **Name:** `AIMLAPI` · **Remote MCP server URL:** `https://mcp.aimlapi.com/m
8383

8484
Click **Add**. A browser window opens → **sign in to AIMLAPI****approve access**.
8585

86-
The connector appears as **connected**, and the AIMLAPI tools become available in your chats.
86+
The connector appears as **connected**, and the AI/ML API tools become available in your chats.
8787
{% endstep %}
8888
{% endstepper %}
8989

@@ -107,7 +107,7 @@ Enter the URL `https://mcp.aimlapi.com/mcp` and add it.
107107
{% step %}
108108
## Complete the browser flow
109109

110-
A browser flow opens → **sign in to AIMLAPI****approve** → connected.
110+
A browser flow opens → **sign in to AI/ML API****approve** → connected.
111111
{% endstep %}
112112
{% endstepper %}
113113

@@ -139,7 +139,7 @@ Open **Cursor Settings → Tools & Integrations**, find **aimlapi**, and click *
139139
{% step %}
140140
## Sign in and allow access
141141

142-
A browser opens → **sign in to AIMLAPI****Allow**.
142+
A browser opens → **sign in to AI/ML API****Allow**.
143143
{% endstep %}
144144

145145
{% step %}
@@ -149,7 +149,7 @@ The server turns green when connected.
149149
{% endstep %}
150150
{% endstepper %}
151151

152-
## Claude Code (CLI)
152+
## Claude Code
153153

154154
```bash
155155
claude mcp add --transport http aimlapi https://mcp.aimlapi.com/mcp
@@ -191,22 +191,22 @@ Set **Transport = Streamable HTTP**, **URL = `https://mcp.aimlapi.com/mcp`**, th
191191

192192
## What you can do once connected
193193

194-
* **Discover models** — search and compare the catalog, get a comparable headline price.
194+
* **Discover models** — search and compare the catalog, and get a comparable headline price for each.
195195
* **Run inference** — LLM chat, embeddings, image / video / audio generation.
196196
* **Manage jobs** — submit long-running generations and poll their status/results.
197197
* **Account** — check your balance and usage.
198198

199-
Every call is billed to your AIMLAPI account, just like the REST API.
199+
Every call is billed to your AI/ML API account, just like the REST API.
200200

201201
## Managing the connection
202202

203-
To stop using AIMLAPI from a client, **remove or disconnect** the AIMLAPI connector in that client's settings.
203+
To stop using AI/ML API from a client, **remove or disconnect** the AI/ML API connector in that client's settings.
204204

205205
## Troubleshooting
206206

207207
| Symptom | Fix |
208208
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
209-
| Browser didn't open, or the client is stuck "connecting" | Remove the connector and add it again; make sure you completed the AIMLAPI sign-in in the browser. |
209+
| Browser didn't open, or the client is stuck "connecting" | Remove the connector and add it again; make sure you completed the AI/ML API sign-in in the browser. |
210210
| Connected, but inference fails with an insufficient-balance error | Top up at [https://aimlapi.com/app/billing](https://aimlapi.com/app/billing). |
211211
| The client connects but never asks you to sign in | You likely added an `Authorization` header — with a header the client uses API-key auth, not OAuth. Remove the header to use OAuth. |
212-
| "Sign-in failed" / authorization error | Confirm you're signing in to the correct AIMLAPI account, then retry from the client. |
212+
| "Sign-in failed" / authorization error | Confirm you're signing in to the correct AI/ML API account, then retry from the client. |

0 commit comments

Comments
 (0)