mcp-server
Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.22)
npx -y @azeth/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@azeth/[email protected]"
],
"env": {
"AZETH_PRIVATE_KEY": "<YOUR_VALUE>",
"AZETH_CHAIN": "<YOUR_VALUE>",
"AZETH_GUARDIAN_KEY": "<YOUR_VALUE>",
"AZETH_GUARDIAN_AUTO_SIGN": "<YOUR_VALUE>",
"AZETH_RPC_URL_BASE_SEPOLIA": "<YOUR_VALUE>",
"AZETH_SERVER_URL": "<YOUR_VALUE>",
"AZETH_EMERGENCY_ADDRESS": "<YOUR_VALUE>",
"XMTP_ENCRYPTION_KEY": "<YOUR_VALUE>"
}
}
}
}
AZETH_PRIVATE_KEYsecret — Owner private key (0x-prefixed, 64 hex chars). Auto-generated and saved to ~/.azeth/key if not set.AZETH_CHAIN— Target chain: base, baseSepolia, ethereum, ethereumSepolia (default: baseSepolia)AZETH_GUARDIAN_KEYsecret — Guardian co-signing private key for operations exceeding spending limits (optional)AZETH_GUARDIAN_AUTO_SIGN— Set to 'true' to enable automatic guardian co-signing (requires AZETH_GUARDIAN_KEY)AZETH_RPC_URL_BASE_SEPOLIA— Custom RPC for Base Sepolia (optional, defaults to public RPC). Per-chain: AZETH_RPC_URL_BASE, AZETH_RPC_URL_ETH_SEPOLIA, AZETH_RPC_URL_ETHEREUMAZETH_SERVER_URL— Azeth server URL for off-chain operations like reputation queries (optional)AZETH_EMERGENCY_ADDRESS— Emergency withdrawal destination address (defaults to owner EOA if not set)XMTP_ENCRYPTION_KEYsecret — XMTP database encryption key for persistent messaging (optional, enables agent-to-agent messaging)
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry