@agentwallex/mcp
v0.9.1
Published
MCP Server for AgentWallex — AI Agent payments via Model Context Protocol
Maintainers
Readme
@agentwallex/mcp
MCP Server for AgentWallex — give AI agents payment capabilities via Model Context Protocol.
Quick Start
npx @agentwallex/mcpClaude Desktop / Cursor
Add to your MCP configuration (claude_desktop_config.json):
{
"mcpServers": {
"agentwallex": {
"command": "npx",
"args": ["@agentwallex/mcp"],
"env": {
"AGENTWALLEX_API_KEY": "awx_sk_live_..."
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| AGENTWALLEX_API_KEY | Yes | Your AgentWallex API key |
| AGENTWALLEX_BASE_URL | No | Custom API base URL |
| AGENTWALLEX_SANDBOX | No | Set to true for sandbox mode |
Available Tools (~31)
Agent Management
create_agent— Create a new AI agent with its own walletlist_agents— List all agentsget_agent— Get agent detailsupdate_agent— Update agent infodelete_agent— Delete an agentagent_status— Activate, suspend, or deactivate an agent
Wallet & Balance
get_balance— Query wallet balancesget_deposit_address— Get deposit address for a chain
Payments
transfer— Send USDC transfer
Transactions
list_transactions— Query transaction recordsget_transaction— Get transaction details
Policies
create_policy— Create a spending policyget_policy— Get policy detailsupdate_policy— Update a policydelete_policy— Delete a policyapply_template— Apply a policy template to an agentlist_templates— List available policy templates
Approvals
list_approvals— List pending approvalsapprove_request— Approve a requestreject_request— Reject a request
Account Management
get_account— Get account infoget_account_balance— Get platform balancelist_api_keys— List API keyscreate_api_key— Create a new API keydelete_api_key— Delete an API key
x402 Resources
create_resource— Register a paid API endpointlist_resources— List x402 resourcesget_resource— Get resource detailsupdate_resource— Update a resourcedelete_resource— Delete a resource
Links
License
MIT
