architectgbt-mcp 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +221 -327
- package/dist/tools/get-recommendation.js +2 -2
- package/package.json +1 -1
- package/src/tools/get-recommendation.ts +2 -2
package/README.md
CHANGED
|
@@ -1,109 +1,114 @@
|
|
|
1
1
|
# ArchitectGBT MCP Server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
AI model recommendations directly in your IDE. Compare 50+ models, get code templates, and optimize costs without leaving Cursor or Claude Desktop.
|
|
4
4
|
|
|
5
5
|
**[Try it Free →](https://architectgbt.com)** · **[Get API Key →](https://architectgbt.com/dashboard/settings)** · **[View All Models →](https://architectgbt.com/models)**
|
|
6
6
|
|
|
7
|
+
**Resources:** [NPM Package](https://www.npmjs.com/package/architectgbt-mcp) · [GitHub Repository](https://github.com/3rdbrain/architectgbt-mcp)
|
|
8
|
+
|
|
7
9
|
[](https://www.npmjs.com/package/architectgbt-mcp)
|
|
8
10
|
[](https://opensource.org/licenses/MIT)
|
|
9
11
|
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
##
|
|
14
|
+
## Quick Start
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
No signup, no API key, no configuration needed:
|
|
15
17
|
|
|
16
18
|
```bash
|
|
17
19
|
npx -y architectgbt-mcp
|
|
18
20
|
```
|
|
19
21
|
|
|
20
|
-
|
|
22
|
+
Get 3 free AI recommendations per day to try it out.
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
Want unlimited access + code templates + advanced features? **[Upgrade to Pro →](https://architectgbt.com/pricing)** (starts at $15/mo)
|
|
23
25
|
|
|
24
26
|
---
|
|
25
27
|
|
|
26
|
-
##
|
|
28
|
+
## What is ArchitectGBT?
|
|
29
|
+
|
|
30
|
+
Choosing the right AI model shouldn't take hours of research. ArchitectGBT analyzes your project requirements and recommends the best model with actual cost estimates, not marketing fluff.
|
|
31
|
+
|
|
32
|
+
Instead of manually comparing pricing tables across OpenAI, Anthropic, Google, Meta, and Mistral, you get:
|
|
33
|
+
|
|
34
|
+
- AI-powered recommendations based on your project requirements
|
|
35
|
+
- Cost optimization with realistic usage estimates
|
|
36
|
+
- Model comparison across 50+ models with real-time pricing
|
|
37
|
+
- Production-ready code in TypeScript and Python
|
|
38
|
+
- Direct IDE integration via Model Context Protocol (MCP)
|
|
39
|
+
|
|
40
|
+
This MCP server brings ArchitectGBT's intelligence directly into your IDE, so you never have to leave your coding flow.
|
|
27
41
|
|
|
28
|
-
|
|
29
|
-
- [Features](#features)
|
|
30
|
-
- [Installation](#installation)
|
|
31
|
-
- [Cursor IDE (Recommended)](#cursor-ide)
|
|
32
|
-
- [Claude Desktop](#claude-desktop)
|
|
33
|
-
- [Other Editors](#other-editors)
|
|
34
|
-
- [Usage Guide](#usage-guide)
|
|
35
|
-
- [Available Tools](#available-tools)
|
|
36
|
-
- [Pricing & Limits](#pricing--limits)
|
|
37
|
-
- [Troubleshooting](#troubleshooting)
|
|
38
|
-
- [Links & Support](#links--support)
|
|
42
|
+
**New to ArchitectGBT?** [Explore the full platform →](https://architectgbt.com)
|
|
39
43
|
|
|
40
44
|
---
|
|
41
45
|
|
|
42
|
-
##
|
|
46
|
+
## Why This vs Cursor's Auto?
|
|
47
|
+
|
|
48
|
+
Cursor's Auto feature is great for quick model switching, but it doesn't solve the research problem:
|
|
43
49
|
|
|
44
|
-
**ArchitectGBT
|
|
50
|
+
**ArchitectGBT solves:**
|
|
51
|
+
1. **Cost planning** - Get realistic estimates before you build, not surprise bills after
|
|
52
|
+
2. **Model discovery** - Find models you didn't know existed (Mistral, Cohere, specialized models)
|
|
53
|
+
3. **Requirements matching** - Match your specific use case (context window needs, latency requirements, budget constraints)
|
|
54
|
+
4. **Production templates** - Get working integration code, not just model names
|
|
45
55
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- 📊 **Model comparison** across 50+ models with real-time pricing
|
|
49
|
-
- 💻 **Production-ready code** in TypeScript and Python
|
|
50
|
-
- 🔧 **Direct IDE integration** via Model Context Protocol (MCP)
|
|
56
|
+
**When to use Cursor Auto:** Switching between models you already know
|
|
57
|
+
**When to use ArchitectGBT:** Figuring out which model to use in the first place
|
|
51
58
|
|
|
52
|
-
|
|
59
|
+
Think of it as research before execution. ArchitectGBT helps you make the decision, Cursor Auto helps you execute it.
|
|
53
60
|
|
|
54
|
-
|
|
61
|
+
---
|
|
55
62
|
|
|
56
|
-
##
|
|
63
|
+
## Features
|
|
57
64
|
|
|
58
65
|
| Feature | Free | Pro |
|
|
59
66
|
|---------|------|-----|
|
|
60
|
-
| **Browse 50+ AI Models** |
|
|
61
|
-
| **AI Recommendations** | 3/day |
|
|
62
|
-
| **Code Templates** |
|
|
63
|
-
| **Cost Calculator** |
|
|
64
|
-
| **API Keys** |
|
|
65
|
-
| **Priority Support** |
|
|
66
|
-
|
|
67
|
-
###
|
|
67
|
+
| **Browse 50+ AI Models** | Unlimited | Unlimited |
|
|
68
|
+
| **AI Recommendations** | 3/day | Unlimited |
|
|
69
|
+
| **Code Templates** | No | Unlimited |
|
|
70
|
+
| **Cost Calculator** | No | Yes |
|
|
71
|
+
| **API Keys** | No | Up to 5 |
|
|
72
|
+
| **Priority Support** | No | Yes |
|
|
73
|
+
|
|
74
|
+
### AI Model Recommendations
|
|
68
75
|
Get intelligent, personalized suggestions for your specific use case:
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
###
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
###
|
|
76
|
+
- Smart analysis with detailed reasoning, pros/cons, and alternatives
|
|
77
|
+
- Budget optimization (low/medium/high/unlimited budgets)
|
|
78
|
+
- Priority matching (optimize for cost, speed, quality, or balanced)
|
|
79
|
+
- Real cost estimates based on realistic token usage
|
|
80
|
+
- Alternative suggestions if your top pick doesn't fit
|
|
81
|
+
|
|
82
|
+
### Model Database (Always Free)
|
|
83
|
+
- 50+ AI models from OpenAI, Anthropic, Google, Meta, Mistral
|
|
84
|
+
- Real-time pricing per 1M tokens (input + output)
|
|
85
|
+
- Detailed specs (context windows, speed rankings, capabilities)
|
|
86
|
+
- Provider filtering to compare similar models
|
|
87
|
+
- Always updated with the latest model releases
|
|
88
|
+
|
|
89
|
+
### Code Templates (Pro Only)
|
|
83
90
|
Production-ready integration code to ship faster:
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
91
|
+
- Copy-paste ready for Anthropic, OpenAI, Google Gemini
|
|
92
|
+
- TypeScript & Python support
|
|
93
|
+
- Complete examples with installation, env setup, and error handling
|
|
94
|
+
- Best practices including streaming, retries, and rate limiting
|
|
95
|
+
- Saves hours of reading API docs
|
|
89
96
|
|
|
90
|
-
|
|
97
|
+
**[View all features on ArchitectGBT →](https://architectgbt.com)**
|
|
91
98
|
|
|
92
99
|
---
|
|
93
100
|
|
|
94
|
-
##
|
|
101
|
+
## Installation
|
|
95
102
|
|
|
96
|
-
Choose your editor below.
|
|
97
|
-
|
|
98
|
-
---
|
|
103
|
+
Choose your editor below. No API key needed to start — upgrade to Pro later for unlimited access.
|
|
99
104
|
|
|
100
105
|
### Cursor IDE
|
|
101
106
|
|
|
102
|
-
|
|
107
|
+
Cursor has native MCP support built-in.
|
|
103
108
|
|
|
104
109
|
#### Option 1: Free (No API Key)
|
|
105
110
|
|
|
106
|
-
1.
|
|
111
|
+
1. Create `.cursor/mcp.json` in your project root:
|
|
107
112
|
|
|
108
113
|
```json
|
|
109
114
|
{
|
|
@@ -116,19 +121,19 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
116
121
|
}
|
|
117
122
|
```
|
|
118
123
|
|
|
119
|
-
2.
|
|
120
|
-
3.
|
|
121
|
-
-
|
|
122
|
-
-
|
|
124
|
+
2. Restart Cursor IDE
|
|
125
|
+
3. Test it — Look for the connection icon in the bottom right, then ask:
|
|
126
|
+
- "Show me all available AI models"
|
|
127
|
+
- "Recommend an AI model for my chatbot project"
|
|
123
128
|
|
|
124
|
-
|
|
129
|
+
You're done. You get 3 free recommendations/day.
|
|
125
130
|
|
|
126
131
|
#### Option 2: Pro (Unlimited)
|
|
127
132
|
|
|
128
133
|
**[Upgrade to Pro →](https://architectgbt.com/pricing)** then:
|
|
129
134
|
|
|
130
|
-
1.
|
|
131
|
-
2.
|
|
135
|
+
1. Get your API key from [ArchitectGBT Dashboard](https://architectgbt.com/dashboard/settings)
|
|
136
|
+
2. Edit `.cursor/mcp.json`:
|
|
132
137
|
|
|
133
138
|
```json
|
|
134
139
|
{
|
|
@@ -144,10 +149,10 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
144
149
|
}
|
|
145
150
|
```
|
|
146
151
|
|
|
147
|
-
3.
|
|
148
|
-
4.
|
|
152
|
+
3. Replace `agbt_your_key_here` with your actual API key
|
|
153
|
+
4. Restart Cursor IDE
|
|
149
154
|
|
|
150
|
-
|
|
155
|
+
Unlimited recommendations + code templates unlocked.
|
|
151
156
|
|
|
152
157
|
---
|
|
153
158
|
|
|
@@ -155,12 +160,12 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
155
160
|
|
|
156
161
|
#### Option 1: Free (No API Key)
|
|
157
162
|
|
|
158
|
-
1.
|
|
163
|
+
1. Open config file:
|
|
159
164
|
- **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
|
|
160
165
|
- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
161
166
|
- **Linux:** `~/.config/Claude/claude_desktop_config.json`
|
|
162
167
|
|
|
163
|
-
2.
|
|
168
|
+
2. Add this configuration:
|
|
164
169
|
|
|
165
170
|
```json
|
|
166
171
|
{
|
|
@@ -173,19 +178,19 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
173
178
|
}
|
|
174
179
|
```
|
|
175
180
|
|
|
176
|
-
3.
|
|
177
|
-
4.
|
|
178
|
-
-
|
|
179
|
-
-
|
|
181
|
+
3. Restart Claude Desktop
|
|
182
|
+
4. Test it — Ask Claude:
|
|
183
|
+
- "List all AI models from Anthropic"
|
|
184
|
+
- "Recommend a model for document analysis"
|
|
180
185
|
|
|
181
|
-
|
|
186
|
+
You're set. You get 3 free recommendations/day.
|
|
182
187
|
|
|
183
188
|
#### Option 2: Pro (Unlimited)
|
|
184
189
|
|
|
185
190
|
**[Upgrade to Pro →](https://architectgbt.com/pricing)** then:
|
|
186
191
|
|
|
187
|
-
1.
|
|
188
|
-
2.
|
|
192
|
+
1. Get your API key from [ArchitectGBT Dashboard](https://architectgbt.com/dashboard/settings)
|
|
193
|
+
2. Edit the config file (same locations as above):
|
|
189
194
|
|
|
190
195
|
```json
|
|
191
196
|
{
|
|
@@ -201,126 +206,19 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
201
206
|
}
|
|
202
207
|
```
|
|
203
208
|
|
|
204
|
-
3.
|
|
205
|
-
4.
|
|
209
|
+
3. Replace `agbt_your_key_here` with your actual API key
|
|
210
|
+
4. Restart Claude Desktop
|
|
206
211
|
|
|
207
|
-
|
|
212
|
+
Unlimited access activated.
|
|
208
213
|
|
|
209
214
|
---
|
|
210
215
|
|
|
211
216
|
### Other Editors
|
|
212
217
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### 1. 📊 `list_models` — Browse Models (Always Free!)
|
|
216
|
-
|
|
217
|
-
**What it does:** Shows all 50+ AI models with pricing, specs, and capabilities.
|
|
218
|
-
|
|
219
|
-
**Rate limit:** ✅ **Unlimited** (no restrictions!)
|
|
220
|
-
|
|
221
|
-
**Example prompts:**
|
|
222
|
-
```
|
|
223
|
-
✅ "Show me all AI models"
|
|
224
|
-
✅ "List models from Anthropic with pricing"
|
|
225
|
-
✅ "What OpenAI models are available?"
|
|
226
|
-
✅ "Compare Claude models"
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
**Response includes:**
|
|
230
|
-
- Model name and provider
|
|
231
|
-
- Pricing per 1M tokens (input/output)
|
|
232
|
-
- Context window size
|
|
233
|
-
- Speed ranking
|
|
234
|
-
- Key capabilities
|
|
235
|
-
|
|
236
|
-
**💡 Tip:** Start here to explore options before asking for a recommendation!
|
|
237
|
-
|
|
238
|
-
---
|
|
239
|
-
|
|
240
|
-
### 2. 🎯 `get_ai_recommendation` — AI-Powered Suggestions
|
|
241
|
-
|
|
242
|
-
**What it does:** Analyzes your project and recommends the best model with detailed reasoning.
|
|
243
|
-
|
|
244
|
-
**Rate limit:**
|
|
245
|
-
- **Free:** 3 per day (resets at midnight UTC)
|
|
246
|
-
- **Pro:** ✅ Unlimited
|
|
247
|
-
|
|
248
|
-
**Example prompts:**
|
|
249
|
-
```
|
|
250
|
-
✅ "Recommend an AI model for a customer support chatbot handling 10k requests/day"
|
|
251
|
-
✅ "What's the best model for analyzing legal documents with 50k tokens?"
|
|
252
|
-
✅ "I need a fast, cheap model for sentiment analysis — recommend one"
|
|
253
|
-
✅ "Find me a model with low latency and medium budget for a translation app"
|
|
254
|
-
```
|
|
255
|
-
|
|
256
|
-
**Response includes:**
|
|
257
|
-
- Top recommended model with match score
|
|
258
|
-
- Detailed reasoning (why it's perfect for your use case)
|
|
259
|
-
- Pros and cons
|
|
260
|
-
- Estimated daily cost
|
|
261
|
-
- Alternative suggestions
|
|
262
|
-
- Upgrade prompt if you hit the free limit
|
|
263
|
-
|
|
264
|
-
**⚠️ Important:** This is the **only rate-limited tool**. Browse models (`list_models`) unlimited!
|
|
265
|
-
|
|
266
|
-
**Hit your limit?**
|
|
267
|
-
1. ⏰ Wait for daily reset (midnight UTC)
|
|
268
|
-
2. 🚀 **[Upgrade to Pro →](https://architectgbt.com/pricing)** for unlimited access
|
|
269
|
-
|
|
270
|
-
---
|
|
271
|
-
|
|
272
|
-
### 3. 💻 `get_code_template` — Production Code (Pro Only 🔒)
|
|
273
|
-
|
|
274
|
-
**What it does:** Returns production-ready integration code for specific AI models.
|
|
218
|
+
#### VS Code (with Continue extension)
|
|
275
219
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
- **Pro:** ✅ Unlimited
|
|
279
|
-
|
|
280
|
-
**Example prompts:**
|
|
281
|
-
```
|
|
282
|
-
✅ "Give me TypeScript code to integrate Claude"
|
|
283
|
-
✅ "Show me how to use GPT-4 in Python"
|
|
284
|
-
✅ "Get me a Gemini integration template"
|
|
285
|
-
✅ "I need example code for calling Anthropic's API with streaming"
|
|
286
|
-
```
|
|
287
|
-
|
|
288
|
-
**Response includes:**
|
|
289
|
-
- Installation commands
|
|
290
|
-
- Environment variable setup
|
|
291
|
-
- Complete working code
|
|
292
|
-
- Usage examples with error handling
|
|
293
|
-
|
|
294
|
-
**Not a Pro user?** Free users see an upgrade prompt with pricing.
|
|
295
|
-
|
|
296
|
-
**[Get Pro access →](https://architectgbt.com/pricing)** to unlock code templates!
|
|
297
|
-
|
|
298
|
-
---
|
|
299
|
-
|
|
300
|
-
### 🎓 Prompting Tips
|
|
301
|
-
|
|
302
|
-
| Do ✅ | Don't ❌ |
|
|
303
|
-
|-------|----------|
|
|
304
|
-
| Be specific about your use case | Ask generic "which is best?" questions |
|
|
305
|
-
| Mention budget, volume, latency needs | Only ask for model names without context |
|
|
306
|
-
| Start with `list_models` to explore | Waste recommendations on exploratory questions |
|
|
307
|
-
| Use `get_ai_recommendation` for decisions | Ask for code without mentioning language |
|
|
308
|
-
|
|
309
|
-
**Pro Tip:** You can say _"use the list_models tool"_ or _"call get_ai_recommendation"_ to explicitly trigger a specific tool!
|
|
310
|
-
|
|
311
|
-
---
|
|
312
|
-
|
|
313
|
-
## 💎 Pricing & Limits
|
|
314
|
-
|
|
315
|
-
| Tier | Recommendations | Code Templates | Cost Calculator | API Keys | Price |
|
|
316
|
-
|------|-----------------|----------------|-----------------|----------|-------|
|
|
317
|
-
| **Free** | 3/day (MCP) + 10/month (web) | ❌ | ❌ | ❌ | $0 |
|
|
318
|
-
| **Pro** | ✅ Unlimited | ✅ Unlimited | ✅ | ✅ Up to 5 | **$15/mo** |
|
|
319
|
-
|
|
320
|
-
### Free Tier
|
|
321
|
-
|
|
322
|
-
1. **Install** [Continue extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
|
|
323
|
-
2. **Add to settings:**
|
|
220
|
+
1. Install [Continue extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
|
|
221
|
+
2. Add to settings:
|
|
324
222
|
|
|
325
223
|
```json
|
|
326
224
|
{
|
|
@@ -333,7 +231,7 @@ Choose your editor below. **No API key needed to start** — upgrade to Pro late
|
|
|
333
231
|
}
|
|
334
232
|
```
|
|
335
233
|
|
|
336
|
-
**For Pro:** Add `"env": { "ARCHITECTGBT_API_KEY": "agbt_your_key" }` after
|
|
234
|
+
**For Pro:** Add `"env": { "ARCHITECTGBT_API_KEY": "agbt_your_key" }` after [upgrading](https://architectgbt.com/pricing).
|
|
337
235
|
|
|
338
236
|
#### Zed Editor
|
|
339
237
|
|
|
@@ -350,32 +248,30 @@ Add to `~/.config/zed/settings.json`:
|
|
|
350
248
|
}
|
|
351
249
|
```
|
|
352
250
|
|
|
353
|
-
**For Pro:** Add `"env": { "ARCHITECTGBT_API_KEY": "agbt_your_key" }` after
|
|
251
|
+
**For Pro:** Add `"env": { "ARCHITECTGBT_API_KEY": "agbt_your_key" }` after [upgrading](https://architectgbt.com/pricing).
|
|
354
252
|
|
|
355
253
|
#### Other MCP-Compatible Editors
|
|
356
254
|
|
|
357
|
-
Check [ArchitectGBT Documentation](https://architectgbt.com/docs/mcp-integration) for setup instructions
|
|
255
|
+
Check [ArchitectGBT Documentation](https://architectgbt.com/docs/mcp-integration) for setup instructions.
|
|
358
256
|
|
|
359
257
|
---
|
|
360
258
|
|
|
361
|
-
##
|
|
362
|
-
|
|
363
|
-
ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how to use them:
|
|
259
|
+
## Usage Guide
|
|
364
260
|
|
|
365
|
-
|
|
261
|
+
ArchitectGBT provides 3 MCP tools that work directly in your IDE:
|
|
366
262
|
|
|
367
|
-
### 1.
|
|
263
|
+
### 1. `list_models` — Browse Models (Always Free)
|
|
368
264
|
|
|
369
|
-
|
|
265
|
+
Shows all 50+ AI models with pricing, specs, and capabilities.
|
|
370
266
|
|
|
371
|
-
**Rate limit:**
|
|
267
|
+
**Rate limit:** Unlimited (no restrictions)
|
|
372
268
|
|
|
373
269
|
**Example prompts:**
|
|
374
270
|
```
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
271
|
+
"Show me all AI models"
|
|
272
|
+
"List models from Anthropic with pricing"
|
|
273
|
+
"What OpenAI models are available?"
|
|
274
|
+
"Compare Claude models"
|
|
379
275
|
```
|
|
380
276
|
|
|
381
277
|
**Response includes:**
|
|
@@ -385,24 +281,24 @@ ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how
|
|
|
385
281
|
- Speed ranking
|
|
386
282
|
- Key capabilities
|
|
387
283
|
|
|
388
|
-
|
|
284
|
+
**Tip:** Start here to explore options before asking for a recommendation.
|
|
389
285
|
|
|
390
286
|
---
|
|
391
287
|
|
|
392
|
-
### 2.
|
|
288
|
+
### 2. `get_ai_recommendation` — AI-Powered Suggestions
|
|
393
289
|
|
|
394
|
-
|
|
290
|
+
Analyzes your project and recommends the best model with detailed reasoning.
|
|
395
291
|
|
|
396
292
|
**Rate limit:**
|
|
397
293
|
- **Free:** 3 per day (resets at midnight UTC)
|
|
398
|
-
- **Pro:**
|
|
294
|
+
- **Pro:** Unlimited
|
|
399
295
|
|
|
400
296
|
**Example prompts:**
|
|
401
297
|
```
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
298
|
+
"Recommend an AI model for a customer support chatbot handling 10k requests/day"
|
|
299
|
+
"What's the best model for analyzing legal documents with 50k tokens?"
|
|
300
|
+
"I need a fast, cheap model for sentiment analysis — recommend one"
|
|
301
|
+
"Find me a model with low latency and medium budget for a translation app"
|
|
406
302
|
```
|
|
407
303
|
|
|
408
304
|
**Response includes:**
|
|
@@ -413,28 +309,28 @@ ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how
|
|
|
413
309
|
- Alternative suggestions
|
|
414
310
|
- Upgrade prompt if you hit the free limit
|
|
415
311
|
|
|
416
|
-
|
|
312
|
+
**Important:** This is the **only rate-limited tool**. Browse models (`list_models`) unlimited.
|
|
417
313
|
|
|
418
314
|
**Hit your limit?**
|
|
419
|
-
1.
|
|
420
|
-
2.
|
|
315
|
+
1. Wait for daily reset (midnight UTC)
|
|
316
|
+
2. **[Upgrade to Pro →](https://architectgbt.com/pricing)** for unlimited access
|
|
421
317
|
|
|
422
318
|
---
|
|
423
319
|
|
|
424
|
-
### 3.
|
|
320
|
+
### 3. `get_code_template` — Production Code (Pro Only)
|
|
425
321
|
|
|
426
|
-
|
|
322
|
+
Returns production-ready integration code for specific AI models.
|
|
427
323
|
|
|
428
324
|
**Rate limit:**
|
|
429
|
-
- **Free:**
|
|
430
|
-
- **Pro:**
|
|
325
|
+
- **Free:** Not available
|
|
326
|
+
- **Pro:** Unlimited
|
|
431
327
|
|
|
432
328
|
**Example prompts:**
|
|
433
329
|
```
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
330
|
+
"Give me TypeScript code to integrate Claude"
|
|
331
|
+
"Show me how to use GPT-4 in Python"
|
|
332
|
+
"Get me a Gemini integration template"
|
|
333
|
+
"I need example code for calling Anthropic's API with streaming"
|
|
438
334
|
```
|
|
439
335
|
|
|
440
336
|
**Response includes:**
|
|
@@ -445,44 +341,44 @@ ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how
|
|
|
445
341
|
|
|
446
342
|
**Not a Pro user?** Free users see an upgrade prompt with pricing.
|
|
447
343
|
|
|
448
|
-
**[Get Pro access →](https://architectgbt.com/pricing)** to unlock code templates
|
|
344
|
+
**[Get Pro access →](https://architectgbt.com/pricing)** to unlock code templates.
|
|
449
345
|
|
|
450
346
|
---
|
|
451
347
|
|
|
452
|
-
###
|
|
348
|
+
### Prompting Tips
|
|
453
349
|
|
|
454
|
-
| Do
|
|
350
|
+
| Do | Don't |
|
|
455
351
|
|-------|----------|
|
|
456
352
|
| Be specific about your use case | Ask generic "which is best?" questions |
|
|
457
353
|
| Mention budget, volume, latency needs | Only ask for model names without context |
|
|
458
354
|
| Start with `list_models` to explore | Waste recommendations on exploratory questions |
|
|
459
355
|
| Use `get_ai_recommendation` for decisions | Ask for code without mentioning language |
|
|
460
356
|
|
|
461
|
-
**Pro Tip:** You can say
|
|
357
|
+
**Pro Tip:** You can say "use the list_models tool" or "call get_ai_recommendation" to explicitly trigger a specific tool.
|
|
462
358
|
|
|
463
359
|
---
|
|
464
360
|
|
|
465
|
-
##
|
|
361
|
+
## Pricing & Limits
|
|
466
362
|
|
|
467
363
|
| Tier | Recommendations | Code Templates | Cost Calculator | API Keys | Price |
|
|
468
364
|
|------|-----------------|----------------|-----------------|----------|-------|
|
|
469
|
-
| **Free** | 3/day (MCP) + 10/month (web) |
|
|
470
|
-
| **Pro** |
|
|
365
|
+
| **Free** | 3/day (MCP) + 10/month (web) | No | No | No | $0 |
|
|
366
|
+
| **Pro** | Unlimited | Unlimited | Yes | Up to 5 | **$15/mo** |
|
|
471
367
|
|
|
472
368
|
### Free Tier
|
|
473
369
|
|
|
474
|
-
|
|
475
|
-
-
|
|
476
|
-
-
|
|
477
|
-
-
|
|
478
|
-
-
|
|
479
|
-
-
|
|
370
|
+
Perfect for trying ArchitectGBT:
|
|
371
|
+
- No signup required — works instantly
|
|
372
|
+
- 3 AI recommendations/day via MCP (IP-based rate limit)
|
|
373
|
+
- Unlimited model browsing (`list_models` tool)
|
|
374
|
+
- 10 recommendations/month on the web app
|
|
375
|
+
- Full model database access on [architectgbt.com](https://architectgbt.com)
|
|
480
376
|
|
|
481
377
|
**Limitations:**
|
|
482
|
-
-
|
|
483
|
-
-
|
|
484
|
-
-
|
|
485
|
-
-
|
|
378
|
+
- No code templates
|
|
379
|
+
- No cost calculator
|
|
380
|
+
- No API key access
|
|
381
|
+
- No priority support
|
|
486
382
|
|
|
487
383
|
**Best for:** Exploring options, comparing models, trying ArchitectGBT for personal projects.
|
|
488
384
|
|
|
@@ -490,14 +386,14 @@ ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how
|
|
|
490
386
|
|
|
491
387
|
### Pro Tier ($15/month)
|
|
492
388
|
|
|
493
|
-
|
|
494
|
-
-
|
|
495
|
-
-
|
|
496
|
-
-
|
|
497
|
-
-
|
|
498
|
-
-
|
|
499
|
-
-
|
|
500
|
-
-
|
|
389
|
+
For developers shipping to production:
|
|
390
|
+
- Unlimited AI recommendations (MCP + web app)
|
|
391
|
+
- Production-ready code templates (TypeScript + Python)
|
|
392
|
+
- Cost calculator with realistic usage estimates
|
|
393
|
+
- API key access (create up to 5 keys)
|
|
394
|
+
- Priority email support
|
|
395
|
+
- Advanced filters and comparison tools
|
|
396
|
+
- Early access to new features
|
|
501
397
|
|
|
502
398
|
**Best for:** Professional developers, startups, teams building AI products.
|
|
503
399
|
|
|
@@ -508,10 +404,10 @@ ArchitectGBT provides **3 MCP tools** that work directly in your IDE. Here's how
|
|
|
508
404
|
### Enterprise (Custom Pricing)
|
|
509
405
|
|
|
510
406
|
Need more? We offer:
|
|
511
|
-
-
|
|
512
|
-
-
|
|
513
|
-
-
|
|
514
|
-
-
|
|
407
|
+
- Team collaboration (shared recommendations, templates)
|
|
408
|
+
- SSO and advanced security
|
|
409
|
+
- Priority support with SLA
|
|
410
|
+
- Onboarding and training
|
|
515
411
|
|
|
516
412
|
**[Contact Sales →](https://architectgbt.com/contact)**
|
|
517
413
|
|
|
@@ -521,26 +417,24 @@ Need more? We offer:
|
|
|
521
417
|
|
|
522
418
|
| Endpoint | Free | Pro |
|
|
523
419
|
|----------|------|-----|
|
|
524
|
-
| `list_models` |
|
|
525
|
-
| `get_ai_recommendation` (MCP) | 3/day |
|
|
526
|
-
| Web app recommendations | 10/month |
|
|
527
|
-
| `get_code_template` |
|
|
420
|
+
| `list_models` | Unlimited | Unlimited |
|
|
421
|
+
| `get_ai_recommendation` (MCP) | 3/day | Unlimited |
|
|
422
|
+
| Web app recommendations | 10/month | Unlimited |
|
|
423
|
+
| `get_code_template` | No | Unlimited |
|
|
528
424
|
|
|
529
425
|
**Rate limit resets:** Midnight UTC daily
|
|
530
426
|
|
|
531
427
|
**Hit your limit?**
|
|
532
|
-
1.
|
|
533
|
-
2.
|
|
534
|
-
3.
|
|
428
|
+
1. Wait for reset (resets every 24 hours)
|
|
429
|
+
2. Use the [web app](https://architectgbt.com) (10 free/month)
|
|
430
|
+
3. **[Upgrade to Pro](https://architectgbt.com/pricing)** for unlimited access
|
|
535
431
|
|
|
536
432
|
---
|
|
537
433
|
|
|
538
|
-
##
|
|
434
|
+
## Available Tools
|
|
539
435
|
|
|
540
436
|
This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
541
437
|
|
|
542
|
-
---
|
|
543
|
-
|
|
544
438
|
### 1. `list_models`
|
|
545
439
|
|
|
546
440
|
**Description:** Browse all available AI models with pricing and specifications.
|
|
@@ -552,7 +446,7 @@ This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
|
552
446
|
**Returns:**
|
|
553
447
|
- List of models with name, provider, pricing (input/output per 1M tokens), context window, speed ranking
|
|
554
448
|
|
|
555
|
-
**Rate limit:**
|
|
449
|
+
**Rate limit:** Unlimited (always free)
|
|
556
450
|
|
|
557
451
|
---
|
|
558
452
|
|
|
@@ -574,7 +468,7 @@ This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
|
574
468
|
|
|
575
469
|
**Rate limit:**
|
|
576
470
|
- **Free:** 3 per day (resets midnight UTC)
|
|
577
|
-
- **Pro:**
|
|
471
|
+
- **Pro:** Unlimited
|
|
578
472
|
|
|
579
473
|
---
|
|
580
474
|
|
|
@@ -593,34 +487,34 @@ This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
|
593
487
|
- Usage examples with error handling
|
|
594
488
|
|
|
595
489
|
**Rate limit:**
|
|
596
|
-
- **Free:**
|
|
597
|
-
- **Pro:**
|
|
490
|
+
- **Free:** Not available (shows upgrade prompt)
|
|
491
|
+
- **Pro:** Unlimited
|
|
598
492
|
|
|
599
493
|
---
|
|
600
494
|
|
|
601
|
-
##
|
|
495
|
+
## Troubleshooting
|
|
602
496
|
|
|
603
|
-
###
|
|
497
|
+
### "Daily Limit Reached"
|
|
604
498
|
|
|
605
499
|
**Problem:** You've used your 3 free recommendations for today.
|
|
606
500
|
|
|
607
501
|
**Solutions:**
|
|
608
|
-
1.
|
|
609
|
-
2.
|
|
610
|
-
3.
|
|
502
|
+
1. **Wait for reset** — Limits reset at midnight UTC (check countdown in response)
|
|
503
|
+
2. **Use the web app** — Get 10 more recommendations/month at [architectgbt.com](https://architectgbt.com)
|
|
504
|
+
3. **Upgrade to Pro** — Get unlimited access for $15/month → [Upgrade here](https://architectgbt.com/pricing)
|
|
611
505
|
|
|
612
506
|
---
|
|
613
507
|
|
|
614
|
-
###
|
|
508
|
+
### "API Key Invalid"
|
|
615
509
|
|
|
616
510
|
**Problem:** Your API key isn't being accepted.
|
|
617
511
|
|
|
618
512
|
**Solutions:**
|
|
619
|
-
1.
|
|
620
|
-
2.
|
|
621
|
-
3.
|
|
622
|
-
4.
|
|
623
|
-
5.
|
|
513
|
+
1. **Check format** — Keys start with `agbt_` (32 characters total)
|
|
514
|
+
2. **Verify Pro status** — API keys only work for Pro subscribers → [Check subscription](https://architectgbt.com/dashboard/settings)
|
|
515
|
+
3. **Regenerate key** — Create a new key at [Settings](https://architectgbt.com/dashboard/settings)
|
|
516
|
+
4. **Check config** — Ensure key is in `env` section of your MCP config
|
|
517
|
+
5. **Restart IDE** — Changes require full restart
|
|
624
518
|
|
|
625
519
|
**Example config:**
|
|
626
520
|
```json
|
|
@@ -639,40 +533,40 @@ This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
|
639
533
|
|
|
640
534
|
---
|
|
641
535
|
|
|
642
|
-
###
|
|
536
|
+
### MCP Server Not Loading
|
|
643
537
|
|
|
644
538
|
**Problem:** Tools aren't showing up in your IDE.
|
|
645
539
|
|
|
646
540
|
**Solutions:**
|
|
647
|
-
1.
|
|
648
|
-
2.
|
|
649
|
-
3.
|
|
650
|
-
4.
|
|
651
|
-
5.
|
|
541
|
+
1. **Check Node.js** — Requires Node.js >= 18.0.0 (`node --version`)
|
|
542
|
+
2. **Verify config** — Check JSON syntax in your MCP config file
|
|
543
|
+
3. **Restart IDE** — Full restart required after config changes
|
|
544
|
+
4. **Test manually** — Run `npx -y architectgbt-mcp@latest` in terminal
|
|
545
|
+
5. **Check network** — Verify you can access https://architectgbt.com/api/models
|
|
652
546
|
|
|
653
|
-
**For Cursor users:** Look for
|
|
547
|
+
**For Cursor users:** Look for the connection icon in the bottom right corner
|
|
654
548
|
|
|
655
549
|
---
|
|
656
550
|
|
|
657
|
-
###
|
|
551
|
+
### Models Not Showing
|
|
658
552
|
|
|
659
553
|
**Problem:** `list_models` returns empty or errors.
|
|
660
554
|
|
|
661
555
|
**Solutions:**
|
|
662
|
-
1.
|
|
663
|
-
2.
|
|
664
|
-
3.
|
|
665
|
-
4.
|
|
556
|
+
1. **Check internet** — Test connection to https://architectgbt.com
|
|
557
|
+
2. **Verify API** — Visit https://architectgbt.com/api/models in browser
|
|
558
|
+
3. **Update package** — Run with `@latest` tag: `npx -y architectgbt-mcp@latest`
|
|
559
|
+
4. **Clear cache** — Delete `node_modules/.cache` and retry
|
|
666
560
|
|
|
667
561
|
---
|
|
668
562
|
|
|
669
|
-
###
|
|
563
|
+
### Free Tier Not Working
|
|
670
564
|
|
|
671
565
|
**Problem:** Getting errors even without API key.
|
|
672
566
|
|
|
673
567
|
**Solutions:**
|
|
674
|
-
1.
|
|
675
|
-
2.
|
|
568
|
+
1. **Remove API key** — Free tier doesn't need `env` section at all
|
|
569
|
+
2. **Use basic config:**
|
|
676
570
|
```json
|
|
677
571
|
{
|
|
678
572
|
"mcpServers": {
|
|
@@ -683,20 +577,20 @@ This MCP server exposes 3 tools that your IDE's AI assistant can use:
|
|
|
683
577
|
}
|
|
684
578
|
}
|
|
685
579
|
```
|
|
686
|
-
3.
|
|
687
|
-
4.
|
|
580
|
+
3. **Check IP limit** — Each IP gets 3/day (shared across users on same network)
|
|
581
|
+
4. **Create free account** — Get 10 more/month on [architectgbt.com](https://architectgbt.com)
|
|
688
582
|
|
|
689
583
|
---
|
|
690
584
|
|
|
691
|
-
###
|
|
585
|
+
### Still Having Issues?
|
|
692
586
|
|
|
693
587
|
- **Email support:** hello@architectgbt.com
|
|
694
588
|
- **Documentation:** [architectgbt.com/docs/mcp-integration](https://architectgbt.com/docs/mcp-integration)
|
|
695
|
-
- **Report bugs:** [GitHub Issues](https://github.com/
|
|
589
|
+
- **Report bugs:** [GitHub Issues](https://github.com/3rdbrain/architectgbt-mcp/issues)
|
|
696
590
|
|
|
697
591
|
---
|
|
698
592
|
|
|
699
|
-
##
|
|
593
|
+
## Environment Variables
|
|
700
594
|
|
|
701
595
|
| Variable | Required | Description |
|
|
702
596
|
|----------|----------|-------------|
|
|
@@ -710,55 +604,55 @@ export ARCHITECTGBT_API_KEY="agbt_your_key_here"
|
|
|
710
604
|
|
|
711
605
|
---
|
|
712
606
|
|
|
713
|
-
##
|
|
607
|
+
## Links & Support
|
|
714
608
|
|
|
715
609
|
### ArchitectGBT Platform
|
|
716
610
|
|
|
717
|
-
-
|
|
718
|
-
-
|
|
719
|
-
-
|
|
720
|
-
-
|
|
721
|
-
-
|
|
722
|
-
-
|
|
611
|
+
- **Homepage:** [architectgbt.com](https://architectgbt.com) — Explore 50+ models, compare pricing, get recommendations
|
|
612
|
+
- **Browse Models:** [architectgbt.com/models](https://architectgbt.com/models) — Full database with filters and search
|
|
613
|
+
- **Pricing:** [architectgbt.com/pricing](https://architectgbt.com/pricing) — Upgrade to Pro for unlimited access
|
|
614
|
+
- **Get API Key:** [architectgbt.com/dashboard/settings](https://architectgbt.com/dashboard/settings) — Manage keys and subscription
|
|
615
|
+
- **Documentation:** [architectgbt.com/docs/mcp-integration](https://architectgbt.com/docs/mcp-integration) — Full MCP setup guide
|
|
616
|
+
- **Blog:** [architectgbt.com/blog](https://architectgbt.com/blog) — Model comparisons, benchmarks, tutorials
|
|
723
617
|
|
|
724
618
|
### NPM Package
|
|
725
619
|
|
|
726
|
-
-
|
|
727
|
-
-
|
|
728
|
-
-
|
|
620
|
+
- **Package:** [npmjs.com/package/architectgbt-mcp](https://www.npmjs.com/package/architectgbt-mcp)
|
|
621
|
+
- **Version:** 0.4.0
|
|
622
|
+
- **License:** MIT
|
|
729
623
|
|
|
730
624
|
### Support Channels
|
|
731
625
|
|
|
732
|
-
-
|
|
733
|
-
-
|
|
734
|
-
-
|
|
735
|
-
-
|
|
626
|
+
- **Email:** hello@architectgbt.com
|
|
627
|
+
- **Bug Reports:** [GitHub Issues](https://github.com/3rdbrain/architectgbt-mcp/issues)
|
|
628
|
+
- **Feature Requests:** [GitHub Discussions](https://github.com/3rdbrain/architectgbt-mcp/discussions)
|
|
629
|
+
- **Twitter/X:** [@architectgbt](https://twitter.com/architectgbt) — Updates and announcements
|
|
736
630
|
|
|
737
631
|
---
|
|
738
632
|
|
|
739
|
-
##
|
|
633
|
+
## Why Use ArchitectGBT?
|
|
740
634
|
|
|
741
|
-
|
|
635
|
+
Save hours of research — We track 50+ models from 5 providers so you don't have to.
|
|
742
636
|
|
|
743
|
-
|
|
637
|
+
Make better decisions — AI-powered recommendations based on your actual requirements, not marketing hype.
|
|
744
638
|
|
|
745
|
-
|
|
639
|
+
Ship faster — Production-ready code templates eliminate boilerplate and integration headaches.
|
|
746
640
|
|
|
747
|
-
|
|
641
|
+
Optimize costs — Realistic cost estimates prevent budget surprises in production.
|
|
748
642
|
|
|
749
|
-
|
|
643
|
+
Stay updated — We monitor pricing changes, new releases, and deprecations across all providers.
|
|
750
644
|
|
|
751
|
-
|
|
645
|
+
**[Start exploring models now →](https://architectgbt.com)**
|
|
752
646
|
|
|
753
647
|
---
|
|
754
648
|
|
|
755
|
-
##
|
|
649
|
+
## Contributing
|
|
756
650
|
|
|
757
|
-
This MCP server is part of the [ArchitectGBT](https://architectgbt.com) platform. We welcome contributions
|
|
651
|
+
This MCP server is part of the [ArchitectGBT](https://architectgbt.com) platform. We welcome contributions.
|
|
758
652
|
|
|
759
653
|
**Development Setup:**
|
|
760
654
|
```bash
|
|
761
|
-
git clone https://github.com/
|
|
655
|
+
git clone https://github.com/3rdbrain/architectgbt-mcp.git
|
|
762
656
|
cd architectgbt-mcp
|
|
763
657
|
npm install
|
|
764
658
|
npm run build
|
|
@@ -772,13 +666,13 @@ npm run dev
|
|
|
772
666
|
|
|
773
667
|
---
|
|
774
668
|
|
|
775
|
-
##
|
|
669
|
+
## License
|
|
776
670
|
|
|
777
671
|
MIT © ArchitectGBT
|
|
778
672
|
|
|
779
673
|
---
|
|
780
674
|
|
|
781
|
-
##
|
|
675
|
+
## Acknowledgments
|
|
782
676
|
|
|
783
677
|
Built with:
|
|
784
678
|
- [Model Context Protocol (MCP)](https://modelcontextprotocol.io) by Anthropic
|
|
@@ -789,7 +683,7 @@ Built with:
|
|
|
789
683
|
|
|
790
684
|
<div align="center">
|
|
791
685
|
|
|
792
|
-
**Built
|
|
686
|
+
**Built for developers who ship fast**
|
|
793
687
|
|
|
794
688
|
[Try Free](https://architectgbt.com) · [Get Pro](https://architectgbt.com/pricing) · [Read Docs](https://architectgbt.com/docs/mcp-integration)
|
|
795
689
|
|
|
@@ -3,13 +3,13 @@ const API_BASE = process.env.ARCHITECTGBT_API_URL || "https://architectgbt.com";
|
|
|
3
3
|
const API_KEY = process.env.ARCHITECTGBT_API_KEY;
|
|
4
4
|
export const getRecommendationTool = {
|
|
5
5
|
name: "get_ai_recommendation",
|
|
6
|
-
description: "
|
|
6
|
+
description: "Get AI model recommendations for SOFTWARE PROJECTS ONLY (web apps, APIs, chatbots, AI features, etc.). DO NOT use for physical projects, crafts, or non-software tasks. Analyzes requirements and recommends the best AI model with pricing, reasoning, and alternatives. Free tier: 3 recommendations/day. Add ARCHITECTGBT_API_KEY for unlimited access.",
|
|
7
7
|
inputSchema: {
|
|
8
8
|
type: "object",
|
|
9
9
|
properties: {
|
|
10
10
|
prompt: {
|
|
11
11
|
type: "string",
|
|
12
|
-
description: "Description of
|
|
12
|
+
description: "Description of the SOFTWARE project you want to build (e.g., 'customer support chatbot for e-commerce', 'code review AI assistant', 'document analysis API')",
|
|
13
13
|
},
|
|
14
14
|
budget: {
|
|
15
15
|
type: "string",
|
package/package.json
CHANGED
|
@@ -6,14 +6,14 @@ const API_KEY = process.env.ARCHITECTGBT_API_KEY;
|
|
|
6
6
|
export const getRecommendationTool = {
|
|
7
7
|
name: "get_ai_recommendation",
|
|
8
8
|
description:
|
|
9
|
-
"
|
|
9
|
+
"Get AI model recommendations for SOFTWARE PROJECTS ONLY (web apps, APIs, chatbots, AI features, etc.). DO NOT use for physical projects, crafts, or non-software tasks. Analyzes requirements and recommends the best AI model with pricing, reasoning, and alternatives. Free tier: 3 recommendations/day. Add ARCHITECTGBT_API_KEY for unlimited access.",
|
|
10
10
|
inputSchema: {
|
|
11
11
|
type: "object" as const,
|
|
12
12
|
properties: {
|
|
13
13
|
prompt: {
|
|
14
14
|
type: "string",
|
|
15
15
|
description:
|
|
16
|
-
"Description of
|
|
16
|
+
"Description of the SOFTWARE project you want to build (e.g., 'customer support chatbot for e-commerce', 'code review AI assistant', 'document analysis API')",
|
|
17
17
|
},
|
|
18
18
|
budget: {
|
|
19
19
|
type: "string",
|