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.
Files changed (2) hide show
  1. package/README.md +7 -8
  2. 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", "@webcite/mcp-server"],
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 @webcite/mcp-server
38
+ npm install -g webcite-mcp-server
39
39
 
40
40
  # Or run directly with npx
41
- WEBCITE_API_KEY=wc_xxx npx @webcite/mcp-server
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
- | Team | 2,000 | $50 |
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: [docs.webcite.co](https://docs.webcite.co)
195
- - Issues: [github.com/webcite/mcp-server/issues](https://github.com/webcite/mcp-server/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webcite-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "WebCite MCP Server for Claude - Fact verification and citation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",