Game Development
base167.com
Provides access to the Degen Games on-chain trading competition, including season state, leaderboard, claims, and wallet enrollment for BASE167 on Base mainnet.
ENDPOINT 1
https://base167.com/mcp
MCP server metadata
- Name
- base167
- Version
- 1.0.0
Known tools 7
base167_get_seasonRead the current state of Degen Games, the monthly on-chain trading competition run by BASE167 on Base mainnet.
Inferred read-onlybase167_claim_entry_passClaim the season Entry pass NFT, which is what lets a holder enter Degen Games.
Inferred read-onlybase167_enroll_walletRegister the wallet that will actually trade during the season.
Potential side effectsbase167_claim_winner_badgeClaim the rank-stamped Winner badge NFT for a settled season.
Inferred read-onlybase167_set_display_nameSet the display name or X handle shown next to a wallet on the boards.
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.base167]
url = "https://base167.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"base167": {
"type": "http",
"url": "https://base167.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: base167
Remote MCP URL: https://base167.com/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": {
"base167": {
"url": "https://base167.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"base167": {
"type": "http",
"url": "https://base167.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "base167",
"transport": "streamable-http",
"url": "https://base167.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.