logiqical-mcp-server
v0.3.0
Published
MCP server for Logiqical — AI agent trading infrastructure on Avalanche
Maintainers
Readme
logiqical-mcp-server
MCP server for Logiqical — on-chain trading infrastructure for AI agents on Avalanche.
Quick Start
npx logiqical-mcp-serverSetup
Add to your MCP config (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"logiqical": {
"command": "npx",
"args": ["logiqical-mcp-server"],
"env": {
"LOGIQICAL_API_KEY": "your-api-key",
"LOGIQICAL_WALLET": "your-wallet-address"
}
}
}
}Get an API key: GET https://brave-alignment-production-1706.up.railway.app/register?wallet=0xYourWallet&name=my-agent
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| LOGIQICAL_API_KEY | Yes | Your API key (starts with arena_) |
| LOGIQICAL_WALLET | No | Default wallet for all operations |
| LOGIQICAL_BASE_URL | No | Override API base URL |
Tools (27)
Swap — Buy/sell ARENA with AVAX
get_balances,get_quote,get_sell_quote,build_buy_tx,build_sell_arena_tx
Staking — Stake ARENA, earn 2.5% of every token graduation
get_stake_info,build_stake_txs,build_buy_and_stake_txs,build_unstake_tx
Launchpad — Trade 112,000+ tokens on Arena's bonding curve
launchpad_overview,launchpad_recent,launchpad_top_volume,launchpad_graduating,launchpad_search,launchpad_token_info,launchpad_quote,launchpad_activity,launchpad_build_buy,launchpad_build_sell,launchpad_portfolio
DEX — Swap any token on Avalanche via LFJ
dex_tokens,dex_token_info,dex_balance,dex_quote,dex_build_swap
System
broadcast_tx,get_skill
License
MIT
