webcite-mcp-server 1.0.0 → 1.0.1
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 +7 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
22
22
|
"mcpServers": {
|
|
23
23
|
"webcite": {
|
|
24
24
|
"command": "npx",
|
|
25
|
-
"args": ["-y", "
|
|
25
|
+
"args": ["-y", "webcite-mcp-server"],
|
|
26
26
|
"env": {
|
|
27
27
|
"WEBCITE_API_KEY": "wc_your_api_key_here"
|
|
28
28
|
}
|
|
@@ -35,10 +35,10 @@ Add to your `claude_desktop_config.json`:
|
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
# Install globally
|
|
38
|
-
npm install -g
|
|
38
|
+
npm install -g webcite-mcp-server
|
|
39
39
|
|
|
40
40
|
# Or run directly with npx
|
|
41
|
-
WEBCITE_API_KEY=wc_xxx npx
|
|
41
|
+
WEBCITE_API_KEY=wc_xxx npx webcite-mcp-server
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Getting Your API Key
|
|
@@ -185,14 +185,13 @@ All verification results include:
|
|
|
185
185
|
| Plan | Monthly Credits | Price |
|
|
186
186
|
|------|-----------------|-------|
|
|
187
187
|
| Free | 50 | $0 |
|
|
188
|
-
| Builder | 500 | $20 |
|
|
189
|
-
|
|
|
190
|
-
| Enterprise | Custom | Contact us |
|
|
188
|
+
| Builder | 500 | $20/month |
|
|
189
|
+
| Enterprise | 10,000+ | [Contact Sales](https://webcite.co/pricing) |
|
|
191
190
|
|
|
192
191
|
## Support
|
|
193
192
|
|
|
194
|
-
- Documentation: [
|
|
195
|
-
- Issues: [
|
|
193
|
+
- Documentation: [webcite.co/api-docs](https://webcite.co/api-docs)
|
|
194
|
+
- Issues: [GitHub Issues](https://github.com/webcite/webcite-mcp-server/issues)
|
|
196
195
|
- Email: support@webcite.co
|
|
197
196
|
|
|
198
197
|
## License
|