graph-polymarket-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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,12 @@ Exposes 9 tools that AI agents (Claude, Cursor, etc.) can use to query market da
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- You need a Graph API key. Get one at: https://thegraph.com/studio/apikeys/
9
+ You need a **free** Graph API key (takes ~2 minutes):
10
+
11
+ 1. Go to [The Graph Studio](https://thegraph.com/studio/)
12
+ 2. Connect your wallet (MetaMask, WalletConnect, etc.)
13
+ 3. Click **"API Keys"** in the sidebar and create one
14
+ 4. Free tier includes 100,000 queries/month
10
15
 
11
16
  ## Installation
12
17
 
@@ -96,7 +101,7 @@ Once connected, an AI agent can:
96
101
  ## Development
97
102
 
98
103
  ```bash
99
- git clone https://github.com/your-username/graph-polymarket-mcp.git
104
+ git clone https://github.com/PaulieB14/graph-polymarket-mcp.git
100
105
  cd graph-polymarket-mcp
101
106
  npm install
102
107
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graph-polymarket-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for querying Polymarket data via The Graph subgraphs",
5
5
  "type": "module",
6
6
  "bin": {