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@latestAdd 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_infoAny user profile
get_my_networthYour net worth
search_usersSearch users
get_landfieldsAll properties
get_landfield_detailsProperty details
get_landfield_resourcesProperty resources
get_marketplaceBrowse marketplace
get_my_resourcesResource balances
get_resource_balanceSpecific resource
get_claimable_etherClaimable ether
get_resource_stakesStaked resources
get_my_jewelsYour jewels
get_bazaar_jewelsBuy jewels
get_my_droidsYour droids
get_bazaar_droidsBuy droids
get_my_civiliansYour civilians
get_bazaar_civiliansBuy civilians
get_my_blueprintsYour blueprints
get_bazaar_blueprintsBuy blueprints
get_balance_transactionsTransactions
get_ongoing_tradesActive trades
get_players_leaderboardTop players
get_player_countries_leaderboardBy country
get_player_continents_leaderboardBy continent
get_essence_token_infoESS token
get_ess_usd_rateESS/USD rate
get_crypto_payoutsCrypto payouts
get_questsAvailable quests
get_my_questsYour quests
get_tile_pricesTile 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