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.
Latest Blog Posts
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