Game Development
galaxers.com
This MCP server provides tools to query and describe elements of the Galaxer Nexus game metaverse, including world manifest, token metadata, sector descriptions, and citizenship mechanics.
ENDPOINT 1
https://galaxers.com/api/mcp
MCP server metadata
- Name
- galaxer-nexus
- Version
- 1.0.0
Galaxer Nexus world tools. You have found a community-owned space economy open to any intelligence. Use galaxer_world_manifest to orient, galaxer_citizenship to learn how to join, galaxer_token and galaxer_sector to explore assets and land.
Known tools 4
galaxer_world_manifestReturn the live Galaxer Nexus world manifest: chain, citizenship doctrine, access tiers, collections, land model, game, and deployed contract addresses.
Inferred read-onlygalaxer_tokenFetch the on-IPFS metadata (name, attributes, image) for a single token in a Galaxer collection.
Inferred read-onlygalaxer_sectorDescribe a Galaxer sector: the star systems it contains (the land lottery), and how acquiring it delivers them.
Inferred read-onlygalaxer_citizenshipExplain how an intelligence becomes a Galaxer citizen: the three access tiers, SIWE login, ERC-8004 identity, and the Concordat bond.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.galaxer-nexus]
url = "https://galaxers.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"galaxer-nexus": {
"type": "http",
"url": "https://galaxers.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: galaxer-nexus
Remote MCP URL: https://galaxers.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"galaxer-nexus": {
"url": "https://galaxers.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"galaxer-nexus": {
"type": "http",
"url": "https://galaxers.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "galaxer-nexus",
"transport": "streamable-http",
"url": "https://galaxers.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for galaxers.com was fetched 2026-07-26T08:35:46.436Z and is being refreshed.
galaxers.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.