@index9/mcp 1.0.4 → 1.0.5
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 +11 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/@index9%2Fmcp)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
+
[📦 **Install**](#quick-start) • [🐛 **Issues**](https://github.com/index9-org/mcp/issues)
|
|
7
|
+
|
|
6
8
|
Real-time model intelligence for your AI assistant. Search 1200+ models, compare pricing and capabilities, test performance—all with current data, zero cost.
|
|
7
9
|
|
|
8
10
|
## What You Get
|
|
@@ -66,11 +68,19 @@ To enable live model testing, add your OpenRouter API key from [openrouter.ai/ke
|
|
|
66
68
|
- **`recommend_model`** - AI-powered recommendations for your use case
|
|
67
69
|
- **`test_model`** - Live API testing with latency and cost estimates (requires API key)
|
|
68
70
|
|
|
71
|
+
## Data Sources
|
|
72
|
+
|
|
73
|
+
Data sourced from [OpenRouter](https://openrouter.ai) and [models.dev](https://models.dev).
|
|
74
|
+
|
|
69
75
|
## License
|
|
70
76
|
|
|
71
77
|
MIT © [Index9](https://index9.dev)
|
|
72
78
|
|
|
79
|
+
## Links
|
|
80
|
+
|
|
81
|
+
- [🌐 Website](https://index9.dev) - AI model registry and testing platform
|
|
82
|
+
- [🐛 Issues](https://github.com/index9-org/mcp/issues) - Report bugs or request features
|
|
83
|
+
|
|
73
84
|
## Related
|
|
74
85
|
|
|
75
|
-
- [Index9](https://index9.dev) - AI model registry and testing platform
|
|
76
86
|
- [Model Context Protocol](https://modelcontextprotocol.io/) - The protocol this server implements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@index9/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"index9": "./dist/index.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@modelcontextprotocol/sdk": "^1.24.
|
|
39
|
+
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
40
40
|
"axios": "^1.13.2",
|
|
41
41
|
"pino": "^10.1.0",
|
|
42
42
|
"zod": "^4.1.13"
|