@index9/mcp 1.0.1 → 1.0.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 +9 -72
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,28 +3,16 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/%40index9%2Fmcp)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Real-time model intelligence for your AI assistant. Search 1000+ models, compare pricing and capabilities, test performance—all with current data, zero cost.
|
|
7
7
|
|
|
8
|
-
##
|
|
8
|
+
## What You Get
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Your AI assistant can discover, compare, and recommend models with live data:
|
|
11
11
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
## ✅ With Index9 MCP
|
|
18
|
-
|
|
19
|
-
Your AI assistant has real-time access to the latest models and provides specific, data-driven recommendations:
|
|
20
|
-
|
|
21
|
-
- ✅ "Use **GPT-5.1** - 400K context, $1.25/million input, latest frontier-grade reasoning with adaptive computation"
|
|
22
|
-
- ✅ "For massive documents, try **Grok 4.1 Fast** with 2M context at $0.2/million input tokens"
|
|
23
|
-
- ✅ "Vision + reasoning needed? Use **Claude Opus 4.5** at $5/million - multimodal with 200K context"
|
|
24
|
-
- ✅ "Budget option: **Arcee Trinity Mini** at $0.04/million for text-only tasks"
|
|
25
|
-
- ✅ Compare the latest models side-by-side with current pricing, test live performance, and get cutting-edge recommendations
|
|
26
|
-
|
|
27
|
-
> *🤖 This section was written using Index9 MCP data - the AI assistant knew about Arcee Trinity Mini before it was cool!*
|
|
12
|
+
- **Find models** by capability, price, or use case, with semantic search across 1200+ options
|
|
13
|
+
- **Compare side-by-side** with current pricing, context windows, and specifications
|
|
14
|
+
- **Get recommendations** tailored to your specific needs (coding, reasoning, vision, budget)
|
|
15
|
+
- **Test performance** with live API calls before committing to a model
|
|
28
16
|
|
|
29
17
|
## Quick Start
|
|
30
18
|
|
|
@@ -59,60 +47,9 @@ Open VS Code Settings → MCP Servers → Add Server
|
|
|
59
47
|
}
|
|
60
48
|
```
|
|
61
49
|
|
|
62
|
-
### Other
|
|
63
|
-
|
|
64
|
-
#### Claude Desktop
|
|
65
|
-
|
|
66
|
-
Edit `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
67
|
-
|
|
68
|
-
```json
|
|
69
|
-
{
|
|
70
|
-
"mcpServers": {
|
|
71
|
-
"index9": {
|
|
72
|
-
"command": "npx",
|
|
73
|
-
"args": ["-y", "@index9/mcp"]
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
#### Claude Code
|
|
80
|
-
|
|
81
|
-
Run in terminal:
|
|
82
|
-
|
|
83
|
-
```bash
|
|
84
|
-
claude mcp add index9 -- npx -y @index9/mcp
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
#### Windsurf
|
|
88
|
-
|
|
89
|
-
Add to Windsurf MCP config file
|
|
90
|
-
|
|
91
|
-
```json
|
|
92
|
-
{
|
|
93
|
-
"mcpServers": {
|
|
94
|
-
"index9": {
|
|
95
|
-
"command": "npx",
|
|
96
|
-
"args": ["-y", "@index9/mcp"]
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
#### Cline
|
|
50
|
+
### Other Clients
|
|
103
51
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
```json
|
|
107
|
-
{
|
|
108
|
-
"mcpServers": {
|
|
109
|
-
"index9": {
|
|
110
|
-
"command": "npx",
|
|
111
|
-
"args": ["-y", "@index9/mcp"]
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
```
|
|
52
|
+
See [installation guide](https://www.index9.dev/#installation) for Claude Desktop, Claude Code, Windsurf, Cline, and 30+ other MCP clients.
|
|
116
53
|
|
|
117
54
|
## Configuration
|
|
118
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@index9/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Give your AI assistant up-to-date model knowledge. 1000+ models with real-time pricing, context windows, and capabilities. Latest data, instant responses, zero cost.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|