Wikicious MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wikicious MCP ServerWhat's the funding rate on ETH/USD?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wikicious MCP Server
Connect any MCP-compatible AI assistant (Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, Kiro) directly to the Wikicious V6 protocol on Arbitrum One.
What it does
Once installed, you can ask Claude (or any MCP client):
"What are all the active perp markets on Wikicious and their current prices?"
"Show me all open positions for wallet 0x..."
"What's the funding rate on ETH/USD?"
"What's the current staking APY and my veWIK balance?"
"Open a 5x LONG on ETH/USD with $200 collateral, stop at $2900, TP at $3200"
"Analyze my full Wikicious portfolio for wallet 0x..."
"What's the protocol's monthly revenue?"
Related MCP server: :GT Protocol MCP Server
Tools available
Read-only (no private key needed)
Tool | Description |
| All active perp markets + mark prices |
| Oracle price for any market |
| USDC vault balance for a wallet |
| All open perp positions for a wallet |
| Specific position with on-chain PnL |
| Funding rate + OI imbalance |
| Supply/borrow APY for lending markets |
| User's lending position |
| Staking lock, veWIK, claimable fees |
| WikiAMM AUM + WLP price |
| WIK token balance |
| Protocol monthly fees + revenue split |
| Full protocol health snapshot |
Write (requires WALLET_PRIVATE_KEY in .env)
Tool | Description |
| Open perp position with TP/SL |
| Close an open position |
| Deposit USDC into WikiVault |
| Withdraw USDC from WikiVault |
| Stake WIK with lock duration |
| Claim USDC fee rewards |
Setup
1. Install
pip install -r requirements.txt
cp .env.example .env
# Edit .env: add your ARBITRUM_RPC_URL (and WALLET_PRIVATE_KEY for write tools)For faster RPC (recommended):
ARBITRUM_RPC_URL=https://arb-mainnet.g.alchemy.com/v2/YOUR_KEY2. Test it works
python server.py stdio
# In a separate terminal:
npx @modelcontextprotocol/inspector python server.py stdio3. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"wikicious": {
"command": "python",
"args": ["/absolute/path/to/wikicious_mcp/server.py", "stdio"],
"env": {
"ARBITRUM_RPC_URL": "https://arb1.arbitrum.io/rpc",
"WALLET_PRIVATE_KEY": "optional_for_write_tools"
}
}
}
}Restart Claude Desktop. You'll see "wikicious" appear in the tools list.
4. Add to Claude Code
claude mcp add wikicious python /absolute/path/to/wikicious_mcp/server.py stdio5. Add to Cursor / VS Code / Windsurf
Add to your MCP settings file (varies by IDE):
{
"wikicious": {
"command": "python",
"args": ["/absolute/path/to/wikicious_mcp/server.py", "stdio"]
}
}Security
Read-only tools require no private key — safe to use with any wallet address
Write tools require
WALLET_PRIVATE_KEY— use a dedicated trading wallet, not your main treasuryThe MCP server runs locally on your machine — no private key leaves your computer
Never commit
.envto git
Contract addresses (Arbitrum One mainnet)
Contract | Address |
WikiPerp |
|
WikiVault |
|
WikiOracle |
|
WikiStaking |
|
WikiAMM |
|
WikiLending |
|
WIK Token |
|
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides a suite of 40 comprehensive trading tools for managing WOOFi Pro and Orderly Network integrations through natural language. It enables users to execute orders, track positions, and manage assets across MCP-compatible platforms like Claude and Cursor.Last updated381Apache 2.0
- FlicenseBqualityDmaintenanceConnects MCP-compatible AI agents to GT Protocol trading accounts, enabling natural language control of automated trading bots, strategy backtesting, deal execution, and balance monitoring on Binance and Hyperliquid exchanges.Last updated1
- Alicense-qualityDmaintenanceEnables AI assistants to securely trade on Hyperliquid perpetual exchange, including order placement, position management, market data retrieval, and vault operations via natural language.Last updated17MIT
- AlicenseAqualityDmaintenanceEnables natural language control of Hyperliquid perpetual futures, including querying positions, prices, orderbook, and executing trades like market and limit orders, all from MCP-compatible clients.Last updated13MIT
Related MCP Connectors
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures.
Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wikicious/Wikicious-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server