INDIVIDUAL MCP TOOL
base167_get_season
Read the current state of Degen Games, the monthly on-chain trading competition run by BASE167 on Base mainnet.
LIVE ENDPOINT
https://base167.com/mcp
Connect to this endpoint to inspect the live schema for base167_get_season and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
base167_get_leaderboard— Read the competition standings.base167_check_claim— Check whether a wallet can claim BASE167.base167_claim_entry_pass— Claim the season Entry pass NFT, which is what lets a holder enter Degen Games.base167_enroll_wallet— Register the wallet that will actually trade during the season.base167_claim_winner_badge— Claim the rank-stamped Winner badge NFT for a settled season.base167_set_display_name— Set the display name or X handle shown next to a wallet on the boards.