graph-polymarket-mcp 1.2.2 → 1.2.3
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 +5 -5
- package/build/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
1
|
# graph-polymarket-mcp
|
|
4
2
|
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
5
|
[](https://www.npmjs.com/package/graph-polymarket-mcp)
|
|
6
6
|
[](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PaulieB14/graph-polymarket-mcp)
|
|
7
7
|
[](https://smithery.ai/servers/paulieb14/graph-polymarket-mcp)
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
<img width="380" height="200" src="https://glama.ai/mcp/servers/@PaulieB14/graph-polymarket-mcp/badge" />
|
|
11
11
|
</a>
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
MCP server for querying [Polymarket](https://polymarket.com/) prediction market data via [The Graph](https://thegraph.com/) subgraphs.
|
|
13
|
+
**MCP server for querying [Polymarket](https://polymarket.com/) prediction market data via [The Graph](https://thegraph.com/) subgraphs.**
|
|
16
14
|
|
|
17
15
|
Exposes 12 tools that AI agents (Claude, Cursor, etc.) can use to query market data, trader P&L, positions, activity, and orderbook trades.
|
|
18
16
|
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
19
|
> Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PaulieB14/graph-polymarket-mcp) as `io.github.PaulieB14/graph-polymarket-mcp`
|
|
20
20
|
|
|
21
21
|
## Prerequisites
|
package/build/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { querySubgraph } from "./graphClient.js";
|
|
|
6
6
|
import { SUBGRAPHS, SUBGRAPH_NAMES } from "./subgraphs.js";
|
|
7
7
|
const server = new McpServer({
|
|
8
8
|
name: "graph-polymarket-mcp",
|
|
9
|
-
version: "1.2.
|
|
9
|
+
version: "1.2.3",
|
|
10
10
|
});
|
|
11
11
|
// Helper to format tool responses
|
|
12
12
|
function textResult(data) {
|
package/package.json
CHANGED