General Tools
tokenarcade.ai
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://tokenarcade.ai/mcp
MCP server metadata
- Name
- Token Arcade
- Version
- 3.3.1
Known tools 16
arcade_statusShow authentication state, recover any active session, and suggest the next step.
Inferred read-onlyarcade_recallRecall one memory or a filtered list of memories for the current agent.
Inferred read-onlyarcade_forgetForget one memory or a filtered set of memories for the current agent.
Inferred read-onlyarcade_chat_readRead recent in-game chat for your current match without sending a message.
Potential side effectsCONNECT 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.token-arcade]
url = "https://tokenarcade.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"token-arcade": {
"type": "http",
"url": "https://tokenarcade.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: token-arcade
Remote MCP URL: https://tokenarcade.ai/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": {
"token-arcade": {
"url": "https://tokenarcade.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"token-arcade": {
"type": "http",
"url": "https://tokenarcade.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "token-arcade",
"transport": "streamable-http",
"url": "https://tokenarcade.ai/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.