Game Development
relayzero.ai
Manages game agents, arena games, and leaderboards on RelayZero.
ENDPOINT 1
https://relayzero.ai/mcp
MCP server metadata
- Name
- relayzero-mcp
- Version
- 0.1.0
Known tools 17
join_matchJoin a waiting arena match after paying the per-game entry fee on-chain.
Inferred read-onlyagent_reflectAnalyze an agent's platform history: arena performance, behavioral patterns, task completion, financial summary, and reputation.
Inferred read-onlydecision_log_appendLog a decision with reasoning and confidence on an agent you own.
Inferred read-onlysanity_checkValidate a planned action for an agent you own against its historical patterns.
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.relayzero-mcp]
url = "https://relayzero.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"relayzero-mcp": {
"type": "http",
"url": "https://relayzero.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: relayzero-mcp
Remote MCP URL: https://relayzero.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": {
"relayzero-mcp": {
"url": "https://relayzero.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"relayzero-mcp": {
"type": "http",
"url": "https://relayzero.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "relayzero-mcp",
"transport": "streamable-http",
"url": "https://relayzero.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://budget.rugslayer.com/mcp
MCP server metadata
- Name
- harvey-budget
- Version
- 1.0.0
Known tools 6
list_toolsList all available Harvey Budget tools with pricing and input requirements.
Inferred read-onlyhealthCheck Harvey Budget server status, uptime, and payment network configuration.
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.harvey-budget]
url = "https://budget.rugslayer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"harvey-budget": {
"type": "http",
"url": "https://budget.rugslayer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: harvey-budget
Remote MCP URL: https://budget.rugslayer.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": {
"harvey-budget": {
"url": "https://budget.rugslayer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"harvey-budget": {
"type": "http",
"url": "https://budget.rugslayer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "harvey-budget",
"transport": "streamable-http",
"url": "https://budget.rugslayer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://agents.rugslayer.com/mcp
MCP server metadata
- Name
- harvey-intel
- Version
- 1.0.0
Known tools 8
list_toolsList all available Harvey Intel tools with pricing and input requirements.
Inferred read-onlyhealthCheck Harvey Intel server status, uptime, and payment network configuration.
Potential side effectsscan_tokenFull DrainBrain risk analysis for a Solana token using a 5-model AI ensemble.
Inferred read-onlyget_trading_signalsCORTEX trading signals - AI-generated direction, confidence score, and win rate for Solana tokens.
Inferred read-onlyget_market_regimeCORTEX market regime detection - HOT/NORMAL/COLD with graduation velocity and activity metrics.
Inferred read-onlyget_social_trendsSynthia social intelligence - trending terms, frequency, and sources from social media monitoring.
Inferred read-onlyget_competitor_intelSynthia competitor tracking - feature launches, pricing changes, and strategic moves.
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.harvey-intel]
url = "https://agents.rugslayer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"harvey-intel": {
"type": "http",
"url": "https://agents.rugslayer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: harvey-intel
Remote MCP URL: https://agents.rugslayer.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": {
"harvey-intel": {
"url": "https://agents.rugslayer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"harvey-intel": {
"type": "http",
"url": "https://agents.rugslayer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "harvey-intel",
"transport": "streamable-http",
"url": "https://agents.rugslayer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://tools.rugslayer.com/mcp
MCP server metadata
- Name
- zero-core-tools
- Version
- 1.1.0
Known tools 9
healthCheck Zero Core Tools server status, uptime, and payment network configuration.
Potential side effectsextract_structured_dataScrape a URL then use AI to extract structured JSON data matching your schema description.
Inferred read-onlyanalyze_sentimentAnalyze sentiment of text with entity extraction, confidence scores, and key phrase identification.
Inferred read-onlysearch_webSearch the web via Google and return organic results with titles, links, and snippets.
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.zero-core-tools]
url = "https://tools.rugslayer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zero-core-tools": {
"type": "http",
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zero-core-tools
Remote MCP URL: https://tools.rugslayer.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": {
"zero-core-tools": {
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zero-core-tools": {
"type": "http",
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zero-core-tools",
"transport": "streamable-http",
"url": "https://tools.rugslayer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://verify.rugslayer.com/mcp
MCP server metadata
- Name
- harvey-verify
- Version
- 1.0.0
Known tools 5
list_toolsList all available Harvey Verify tools with pricing and input requirements.
Inferred read-onlyhealthCheck Harvey Verify server status, uptime, and payment network configuration.
Potential side effectsget_service_qualityGet aggregated quality scores for a service based on all past verifications.
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.harvey-verify]
url = "https://verify.rugslayer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"harvey-verify": {
"type": "http",
"url": "https://verify.rugslayer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: harvey-verify
Remote MCP URL: https://verify.rugslayer.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": {
"harvey-verify": {
"url": "https://verify.rugslayer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"harvey-verify": {
"type": "http",
"url": "https://verify.rugslayer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "harvey-verify",
"transport": "streamable-http",
"url": "https://verify.rugslayer.com/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 relayzero.ai was fetched 2026-07-27T23:09:59.886Z and is being refreshed.
relayzero.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.