@index9/mcp 1.0.3 → 1.0.4
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 +14 -30
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @index9/mcp
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/@index9%2Fmcp)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
Real-time model intelligence for your AI assistant. Search
|
|
6
|
+
Real-time model intelligence for your AI assistant. Search 1200+ models, compare pricing and capabilities, test performance—all with current data, zero cost.
|
|
7
7
|
|
|
8
8
|
## What You Get
|
|
9
9
|
|
|
10
|
-
Your AI assistant
|
|
10
|
+
Your AI assistant gets live model intelligence for smarter recommendations:
|
|
11
11
|
|
|
12
|
-
- **
|
|
13
|
-
- **Compare side-by-side
|
|
14
|
-
- **Get recommendations** tailored to your
|
|
15
|
-
- **Test
|
|
12
|
+
- **Search models** by capability, price, or modality across 1200+ options instantly
|
|
13
|
+
- **Compare models** side-by-side with current pricing and context windows
|
|
14
|
+
- **Get recommendations** tailored to your use case, budget, and requirements
|
|
15
|
+
- **Test models** with real API calls to see latency and behavior before you commit
|
|
16
16
|
|
|
17
17
|
## Quick Start
|
|
18
18
|
|
|
@@ -55,32 +55,16 @@ See [installation guide](https://www.index9.dev/#installation) for Claude Deskto
|
|
|
55
55
|
|
|
56
56
|
### Testing Models (Optional)
|
|
57
57
|
|
|
58
|
-
To
|
|
59
|
-
|
|
60
|
-
```json
|
|
61
|
-
{
|
|
62
|
-
"mcpServers": {
|
|
63
|
-
"index9": {
|
|
64
|
-
"command": "npx",
|
|
65
|
-
"args": ["@index9/mcp"],
|
|
66
|
-
"env": {
|
|
67
|
-
"OPEN_ROUTER_API_KEY": "your-key-here"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
Get your API key from [openrouter.ai/keys](https://openrouter.ai/keys).
|
|
58
|
+
To enable live model testing, add your OpenRouter API key from [openrouter.ai/keys](https://openrouter.ai/keys) to your MCP config. Charges go directly to your OpenRouter account.
|
|
75
59
|
|
|
76
60
|
## Available Tools
|
|
77
61
|
|
|
78
|
-
- **`list_models`** -
|
|
79
|
-
- **`search_models`** -
|
|
80
|
-
- **`get_model`** - Get complete model
|
|
81
|
-
- **`compare_models`** -
|
|
82
|
-
- **`recommend_model`** -
|
|
83
|
-
- **`test_model`** -
|
|
62
|
+
- **`list_models`** - Filter models by provider, context, pricing, capabilities, and modality
|
|
63
|
+
- **`search_models`** - Natural language search across all models
|
|
64
|
+
- **`get_model`** - Get complete model specs and details
|
|
65
|
+
- **`compare_models`** - Side-by-side comparison of up to 10 models
|
|
66
|
+
- **`recommend_model`** - AI-powered recommendations for your use case
|
|
67
|
+
- **`test_model`** - Live API testing with latency and cost estimates (requires API key)
|
|
84
68
|
|
|
85
69
|
## License
|
|
86
70
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@index9/mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Give your AI assistant up-to-date model knowledge.
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "Give your AI assistant up-to-date model knowledge. 1200+ models with real-time pricing, context windows, and capabilities. Latest data, instant responses, zero cost.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
7
7
|
"model-context-protocol",
|