From abstract-skills
Provides AI agents read access to Abstract chain data and balances via AGW MCP server (txns soon). Guides setup of agw-mcp for Claude Code and MCP agent workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/abstract-skills:using-agw-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The [agw-mcp](https://github.com/Abstract-Foundation/agw-mcp) server gives AI agents wallet capabilities on Abstract via the Model Context Protocol. This is the counterpart to the `abstract-global-wallet` skill — AGW is for end-user facing apps, agw-mcp is for AI agent access.
The agw-mcp server gives AI agents wallet capabilities on Abstract via the Model Context Protocol. This is the counterpart to the abstract-global-wallet skill — AGW is for end-user facing apps, agw-mcp is for AI agent access.
| Scenario | Tool |
|---|---|
| Building a React app where users log in and transact | abstract-global-wallet skill (AGW React SDK) |
| AI agent needs to read chain data / balances | agw-mcp (this skill) |
| AI agent needs to execute transactions on user's behalf | agw-mcp (read+write coming soon) |
| AI agent needs to trade on Myriad | myriad-on-abstract skill (API) + agw-mcp for wallet ops |
v1 — read-only. The MCP server currently provides read access to Abstract chain data. Write capabilities (sending transactions, signing messages) are in active development.
agw-mcp is an MCP server. Configure it in your Claude Code settings, AI agent framework, or any MCP-compatible client.
Since the repo is currently private, refer to the README in the agw-mcp repository for installation and configuration instructions.
agw-mcp handles wallet execution. Pair it with these skills for domain knowledge:
| Need | Skill |
|---|---|
| Understand Abstract network config | connecting-to-abstract |
| Deploy contracts | deploying-contracts-on-abstract |
| Understand AGW architecture | abstract-global-wallet |
| Trade on Myriad markets | myriad-on-abstract |
| Understand gas sponsorship | abstract-global-wallet |
npx claudepluginhub abstract-foundation/abstract-skillsProvides live blockchain data via MCP server: token prices, NFT metadata, transactions, simulation, tracing, account abstraction, Solana DAS, and app management across 100+ chains. Use when Alchemy CLI is not installed.
Provides Abstract Ethereum L2 mainnet/testnet configs: chain IDs (2741/11124), RPC/WebSocket URLs, Abscan explorers, viem/chains imports, faucets, and wallet setup for clients/dev environments.
Accesses Alchemy APIs for RPC, tokens, NFTs, transfers, and transaction simulation. Supports API key, x402 (USDC), and MPP (USDC/Stripe) auth on EVM and SVM.