web3-graphql
by Zhuoxin Sun
Query Web3 and on-chain GraphQL endpoints using natural language via the Model Context Protocol.
- Retrieve real-time token prices and liquidity from decentralized exchanges
- Analyze validator performance and staking rewards across multiple networks
- Track NFT ownership history and transaction metadata via natural language
Free
One-time purchase
See it in action
Assumptions: Analyzing staking rewards for Lido on Ethereum. Summary: The current APR is 3.4%. Total staked ETH is 9.8M. Details: Data fetched from Lido Subgraph via graphql_agent. Next Step: Would you like a breakdown of validator performance?
web3-graphql
by Zhuoxin Sun
Query Web3 and on-chain GraphQL endpoints using natural language via the Model Context Protocol.
Free
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Downloadable skill package
- Works with including Claude Code, Cursor
- Instant install
See it in action
Assumptions: Analyzing staking rewards for Lido on Ethereum. Summary: The current APR is 3.4%. Total staked ETH is 9.8M. Details: Data fetched from Lido Subgraph via graphql_agent. Next Step: Would you like a breakdown of validator performance?
About This Skill
What it does
The Ask GraphQL MCP skill enables your AI agent to interact natively with Web3 and on-chain data through GraphQL endpoints, such as SubGraph and SubQuery. It bridges the gap between natural language requests and complex blockchain schemas by leveraging a specialized Model Context Protocol (MCP) gateway.
Problem it solves
Querying blockchain data via GraphQL usually requires developers to manually inspect schemas, write complex nested queries, and manage endpoint connectivity. This skill automates that process: your agent can now answer questions like 'What is the current staking volume on this protocol?' or 'Analyze recent governance proposals' without the agent needing to manually draft every GraphQL query from scratch.
Why use this skill?
- Automated Discovery: Includes built-in endpoint discovery if you don't have the specific URL at hand.
- Reliability: Standardizes query execution through a dedicated MCP agent, reducing syntax errors and hallucinated schemas.
- Web3 Optimized: Specifically designed for on-chain metrics, pool activity, and protocol analysis.
- Seamless Workflow: Handles everything from free-tier exploration to authenticated, high-throughput production queries with built-in quota management.
Output overview
The skill returns structured interpretations of on-chain data, including assumptions made during the query, a concise answer summary, and the technical details or specific queries provided by the MCP for verification.
📖 Learn more: Best Frontend & Design Skills for Claude Code →
Use Cases
- Retrieve real-time token prices and liquidity from decentralized exchanges
- Analyze validator performance and staking rewards across multiple networks
- Track NFT ownership history and transaction metadata via natural language
- Audit smart contract events and logs by querying indexed subgraphs
Known Limitations
- Max timeout of 120s for complex queries. - Free tier subject to rate limits (requires API key for high volume). - Requires an active GraphQL endpoint (or discovery) to function.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/web3-graphql | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents supporting Model Context Protocol (MCP), including Claude Code, Cursor, and IDE-based AI agents.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.