What is the Model Context Protocol?
The Model Context Protocol (MCP) is an open standard by Anthropic that allows AI assistants like Claude to securely connect to external data sources. Think of it as a universal adapter that lets Claude interact with your Earth2 account data in real-time.
Secure
Your credentials stay local. Zero data sent to third parties. Full privacy guaranteed.
Lightning Fast
Direct Earth2 API integration. Instant responses with no middleware delays.
AI-Powered
Claude understands context and fetches exactly what you need intelligently.
Setup with Earthie Platform
The easiest way! Earthie handles all authentication automatically.
Why Choose Earthie?
Install MCP Server
npm install -g earth2-mcp-server@latest
Add to Claude Config
{
"mcpServers": {
"earth2": {
"command": "npx",
"args": ["-y", "earth2-mcp-server@latest"],
"env": {
"EARTHIE_XSRF_TOKEN": "managed_by_earthie",
"EARTHIE_COOKIE": "managed_by_earthie"
}
}
}
}
Restart Claude
Close and reopen Claude Desktop to load the MCP server.
Start Using It!
# Natural language queries:
"Show me my Earth2 properties"
"What's my total net worth?"
"Find legendary jewels"
"Get top 10 players by tiles"
"Show marketplace tier 3 properties"
"What droids do I have?"
"Get my claimable ether"
"Show ESS/USD rate"
Available Tools34 Total
All tools support dynamic parameters - query any country, continent, or filter option
get_user_info
Any user profile
get_my_networth
Your net worth
search_users
Search users
get_landfields
All properties
get_landfield_details
Property details
get_landfield_resources
Property resources
get_marketplace
Browse marketplace
get_my_resources
Resource balances
get_resource_balance
Specific resource
get_claimable_ether
Claimable ether
get_resource_stakes
Staked resources
get_my_jewels
Your jewels
get_bazaar_jewels
Buy jewels
get_my_droids
Your droids
get_bazaar_droids
Buy droids
get_my_civilians
Your civilians
get_bazaar_civilians
Buy civilians
get_my_blueprints
Your blueprints
get_bazaar_blueprints
Buy blueprints
get_balance_transactions
Transactions
get_ongoing_trades
Active trades
get_players_leaderboard
Top players
get_player_countries_leaderboard
By country
get_player_continents_leaderboard
By continent
get_essence_token_info
ESS token
get_ess_usd_rate
ESS/USD rate
get_crypto_payouts
Crypto payouts
get_quests
Available quests
get_my_quests
Your quests
get_tile_prices
Tile prices
Key Features
- Dual credential support (user + Earthie)
- Auto-refresh daily at 2 AM UTC
- Works with Claude Desktop & Earthie chat
- Secure local credential storage
- 34 powerful Earth2 tools
- Dynamic parameters - no hardcoded values