kwery-mcp 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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ data across Polymarket, Kalshi, Hyperliquid, Binance, and Chainlink.
|
|
|
10
10
|
Add to your Claude Code config:
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
claude mcp add kwery npx kwery-mcp@latest
|
|
13
|
+
claude mcp add -e KWERY_API_KEY=your_api_key_here kwery -- npx -y kwery-mcp@latest
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
Or add to `~/.claude.json` / Claude Desktop config manually:
|
|
@@ -49,7 +49,7 @@ Get your API key at [kwery.xyz/dashboard](https://kwery.xyz/dashboard).
|
|
|
49
49
|
|
|
50
50
|
## Links
|
|
51
51
|
|
|
52
|
-
- [Full docs](https://kwery.xyz/docs/mcp)
|
|
53
|
-
- [API reference](https://kwery-api.com/docs)
|
|
52
|
+
- [Full docs](https://kwery.xyz/docs/agents/mcp)
|
|
53
|
+
- [API reference](https://kwery-api.com/docs/api-reference)
|
|
54
54
|
- [GitHub](https://github.com/KweryAPI/core-ai)
|
|
55
55
|
- [Pricing](https://kwery.xyz/pricing)
|
package/package.json
CHANGED