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.
npx claudepluginhub abstract-foundation/abstract-skillsThis skill uses the workspace's default tool permissions.
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.
Queries live blockchain data (tokens, NFTs, transactions), simulates txs, traces, handles account abstraction, Solana DAS, and manages apps across 100+ chains via Alchemy MCP server in AI clients without local CLI.
Manages OKX Agentic Wallet operations: auth, balances, assets, transfers (native/ERC-20/SPL), contract calls, tx history, signing, Gas Station (EIP-7702 relayer). Routes DApp/trade intents to other skills.
Fetches blockchain data like balances, transactions, blocks, gas prices, and contract reads across 100+ chains via DRPC RPC. Sets up API keys and MCP tools for queries.
Share bugs, ideas, or general feedback.
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 |