@rankcli/mcp-server 0.0.7 → 0.0.9
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 +13 -1
- package/dist/chunk-FJ2K7KRV.js +804 -0
- package/dist/index.js +24 -683
- package/dist/server.d.ts +56 -0
- package/dist/server.js +16 -0
- package/package.json +17 -6
package/README.md
CHANGED
|
@@ -19,6 +19,18 @@ npx @rankcli/mcp-server
|
|
|
19
19
|
}
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
**Prefer not to run anything locally?** The same tools are available at a free hosted HTTP endpoint, no npx and no signup:
|
|
23
|
+
|
|
24
|
+
```json
|
|
25
|
+
{
|
|
26
|
+
"mcpServers": {
|
|
27
|
+
"rankcli": {
|
|
28
|
+
"url": "https://mcp.rankcli.dev/mcp/free"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
22
34
|
## Available Tools
|
|
23
35
|
|
|
24
36
|
| Tool | Description |
|
|
@@ -59,7 +71,7 @@ This local server works from HTML/robots.txt you or your MCP host supply. For **
|
|
|
59
71
|
{
|
|
60
72
|
"mcpServers": {
|
|
61
73
|
"rankcli-hosted": {
|
|
62
|
-
"url": "https://rankcli
|
|
74
|
+
"url": "https://mcp.rankcli.dev/mcp",
|
|
63
75
|
"headers": {
|
|
64
76
|
"Authorization": "Bearer YOUR_API_KEY"
|
|
65
77
|
}
|