← Back to Skills Marketplace
paulieb14

Graph Limitless Mcp

by PaulieB14 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install graph-limitless-mcp
Description
Query Limitless prediction markets on Base — live odds, trader P&L, whale tracking, market stats, and daily volume from The Graph's decentralized network.
README (SKILL.md)

Graph Limitless MCP

Query Limitless prediction markets on Base. Get live market data, trader analytics, positions, and volume — powered by The Graph's decentralized network.

Try it

  • "What are the top markets on Limitless by volume?"
  • "Show me the biggest traders on Limitless"
  • "Daily volume trends for the last 30 days"
  • "Who holds the largest positions in this market?"
  • "What markets resolved today?"
  • "Show me whale trades over $10K"

What's inside

Tool What it does
get_platform_stats Total markets, volume, trades, users across Simple + NegRisk
get_markets Browse markets with volume, trade counts, resolution status
search_markets Search by keyword or category via Limitless API
get_market_details Deep dive on a specific market — conditions, outcomes, payouts
get_trades Recent trades with USD amounts, buy/sell, maker/taker
get_user_stats Trader profile — volume, trade count, first/last trade
get_user_trades Full trade history for any wallet
get_user_positions Current holdings with token balances
get_daily_snapshots Daily volume, trades, splits, merges, redemptions
get_market_daily_snapshots Per-market daily breakdown
get_top_traders Leaderboard by volume
get_whale_trades Large trades filtered by minimum USD amount

Data coverage

  • Simple Markets: 8,000+ markets, 3.9M trades, $317M volume
  • NegRisk Markets: 700+ markets, multi-outcome prediction markets
  • Network: Base L2
  • Updated: Real-time via The Graph's decentralized indexing network

Install

GRAPH_API_KEY=your-key npx graph-limitless-mcp

Get a free API key at The Graph Market.

External Endpoints

Endpoint Data sent Purpose
gateway.thegraph.com GraphQL queries with your API key Queries 2 Limitless subgraphs on Base
api.limitless.exchange Market search queries Fetches market metadata and categories

No other endpoints are contacted. No data is stored locally.

Security & Privacy

  • Runs locally via npx — no remote server
  • Your API key stays local — only sent to The Graph Gateway
  • No persistent storage — no database, no local files
  • Open source — full code at github.com/PaulieB14/limitless-subgraphs

Model Invocation Note

This skill may be invoked autonomously by your AI agent when it detects a prediction market question about Limitless. Disable the skill to opt out.

Trust Statement

By using this skill, GraphQL queries are sent to gateway.thegraph.com using your API key, and market metadata requests go to api.limitless.exchange. Only install if you trust these endpoints with your query data.

Links

Usage Guidance
This skill is plausible for querying Limitless via The Graph, but it is instruction-only and tells you to run 'npx graph-limitless-mcp', which will download and execute code from npm at install/run time. Before installing or running: (1) inspect the npm package contents and GitHub repo to confirm the code only calls gateway.thegraph.com and api.limitless.exchange and does not exfiltrate other data; (2) verify the npm package name and maintainers match the GitHub repo to avoid typosquatting; (3) consider creating a limited-scope Graph API key (or rotate/delete the key after testing); (4) run the package in a sandbox or CI environment first if you can; (5) if you cannot audit the package, avoid using npx to execute it directly or disable autonomous invocation for the agent. The main risks are remote code execution via npx and inability to confirm the package won’t access other env vars or endpoints.
Capability Analysis
Type: OpenClaw Skill Name: graph-limitless-mcp Version: 1.0.0 The skill bundle provides metadata and instructions for an MCP tool designed to query Limitless prediction market data on the Base network. It requires a GRAPH_API_KEY and communicates with legitimate endpoints (gateway.thegraph.com and api.limitless.exchange) to fetch market stats, trades, and user positions. The documentation in SKILL.md is transparent about its functionality, data usage, and installation via npx, and it contains no malicious instructions or suspicious patterns.
Capability Assessment
Purpose & Capability
Name/description (querying Limitless subgraphs via The Graph) matches the declared requirement of a GRAPH_API_KEY and node runtime. The declared endpoints (gateway.thegraph.com and api.limitless.exchange) are consistent with the stated functionality. Minor mismatch: SKILL.md's install invocation uses npx but the required binaries list only 'node' (npx/npm are not explicitly listed).
Instruction Scope
Runtime instructions direct the user/agent to run 'npx graph-limitless-mcp' — that will download and execute remote code at runtime. The SKILL.md claims only two endpoints are contacted and that no data is stored locally, but because the package code is not included in the skill bundle there is no way to confirm those claims. An npx-executed package could read other env vars, files, or contact additional endpoints unless audited.
Install Mechanism
There is no install spec in the bundle; instead SKILL.md instructs use of 'npx' to fetch the package from npm. This is a remote-download-and-execute pattern (moderate-to-high risk) because arbitrary code will be retrieved at runtime. The npm and GitHub links are provided which is normal, but absent bundled code the scanner could not verify package behavior.
Credentials
The only declared required environment variable is GRAPH_API_KEY (the Graph gateway API key), which is appropriate for querying The Graph. However, because execution is delegated to an npm package fetched at runtime, that code could access additional environment variables or secrets on the host — something the SKILL.md cannot be validated to prevent.
Persistence & Privilege
The skill does not request persistent privileges: always is false, no config paths, and it is user-invocable. Autonomous invocation by the agent is allowed (platform default) but that alone is not flagged. The SKILL.md claims no local storage; this cannot be verified without reviewing the package code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install graph-limitless-mcp
  3. After installation, invoke the skill by name or use /graph-limitless-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of graph-limitless-mcp. - Query Limitless prediction markets on Base for live odds, market stats, volume, trader P&L, and whale tracking. - Access platform-level stats, market details, trades, user analytics, and leaderboards. - Powered by The Graph's decentralized network and the Limitless API. - Supports both Simple and NegRisk markets with real-time data. - No persistent storage; runs locally with API key required for access.
Metadata
Slug graph-limitless-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Graph Limitless Mcp?

Query Limitless prediction markets on Base — live odds, trader P&L, whale tracking, market stats, and daily volume from The Graph's decentralized network. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Graph Limitless Mcp?

Run "/install graph-limitless-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Graph Limitless Mcp free?

Yes, Graph Limitless Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Graph Limitless Mcp support?

Graph Limitless Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Graph Limitless Mcp?

It is built and maintained by PaulieB14 (@paulieb14); the current version is v1.0.0.

💬 Comments