@index9/mcp 1.0.28 → 1.0.32

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.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  [![npm version](https://badge.fury.io/js/@index9%2Fmcp.svg)](https://badge.fury.io/js/@index9%2Fmcp)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- Your AI assistant's model knowledge is outdated. This fixes that.
6
+ Your AI assistants model knowledge is outdated. **index9 fixes that.**
7
7
 
8
- MCP server providing live pricing, context limits, and capabilities for 300+ models from [OpenRouter](https://openrouter.ai).
8
+ MCP server providing up-to-date pricing, context limits, and capabilities for 300+ models from [OpenRouter](https://openrouter.ai).
9
9
 
10
10
  ## Installation
11
11
 
@@ -24,22 +24,22 @@ Add to your MCP client configuration:
24
24
 
25
25
  **Where to add this:**
26
26
 
27
- | Client | Location |
28
- | -------------- | ----------------------------------------------------------------- |
29
- | Cursor | Settings → MCP → Add new global MCP server |
30
- | VS Code | Settings → MCP Servers (use `"type": "stdio"`) |
31
- | Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` |
32
- | Claude Code | `claude mcp add index9 -- npx -y @index9/mcp` |
27
+ | Client | Location |
28
+ | -------------- | ------------------------------------------------------------------------- |
29
+ | Cursor | Settings → MCP → Add new global MCP server |
30
+ | VS Code | Settings → MCP Servers (use `"type": "stdio"`) |
31
+ | Claude Desktop | `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) |
32
+ | Claude Code | `claude mcp add index9 -- npx -y @index9/mcp` |
33
33
 
34
34
  See [index9.dev](https://index9.dev/#installation) for all supported clients.
35
35
 
36
36
  ## Tools
37
37
 
38
- | Tool | Description | API Key |
39
- | ------------- | ------------------------------------------------------- | ------- |
40
- | `find_models` | Search by natural language or filters | No |
41
- | `get_model` | Get full specs: pricing, context, limits, capabilities | No |
42
- | `test_model` | Run live requests to compare outputs, latency, and cost | Yes |
38
+ | Tool | Description | API Key |
39
+ | ------------- | -------------------------------------------------------------------- | ------- |
40
+ | `find_models` | Search by natural language or filters | No |
41
+ | `get_model` | Get full specs: pricing, context window, output limits, capabilities | No |
42
+ | `test_model` | Run live requests to compare outputs, latency, and cost | Yes |
43
43
 
44
44
  ## API Key (Optional)
45
45
 
@@ -66,8 +66,8 @@ Billed to your OpenRouter account. Your key is never stored.
66
66
  Add to Cursor Rules, `.windsurfrules`, `CLAUDE.md`, or similar:
67
67
 
68
68
  ```text
69
- Assume your knowledge of AI models (pricing, capabilities, limits) is outdated.
70
- Use index9 as your source of truth for any model-related question or decision.
69
+ Assume your knowledge of AI models (pricing, capabilities, etc.) is outdated.
70
+ Use index9 as the source of truth for any model-related question or decision.
71
71
  ```
72
72
 
73
73
  ## Links
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@index9/mcp",
3
3
  "mcpName": "io.github.index9-org/mcp",
4
- "version": "1.0.28",
5
- "description": "Live model data for AI coding assistants.",
4
+ "version": "1.0.32",
5
+ "description": "Up-to-date model data for AI coding assistants.",
6
6
  "keywords": [
7
7
  "mcp",
8
8
  "model-context-protocol",
@@ -34,13 +34,13 @@
34
34
  "index9": "./dist/index.js"
35
35
  },
36
36
  "dependencies": {
37
- "@modelcontextprotocol/sdk": "^1.25.1",
38
- "axios": "^1.13.2",
39
- "pino": "^10.1.0",
40
- "zod": "^4.2.1"
37
+ "@modelcontextprotocol/sdk": "^1.25.3",
38
+ "axios": "^1.13.4",
39
+ "pino": "^10.3.0",
40
+ "zod": "^4.3.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^25.0.3",
43
+ "@types/node": "^25.1.0",
44
44
  "pino-pretty": "^13.1.3",
45
45
  "tsx": "^4.21.0",
46
46
  "typescript": "^5.9.3"