← rnwy.com

INDIVIDUAL MCP TOOL

mcp_attestation

ES256-signed attestation for any MCP server.

rnwy.comnone authenticationAvailability not checked

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 endpoint

rnwy.com

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.rnwy-com]
url = "https://rnwy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rnwy-com": {
      "type": "http",
      "url": "https://rnwy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rnwy-com
Remote MCP URL: https://rnwy.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": {
    "rnwy-com": {
      "url": "https://rnwy.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rnwy-com": {
      "type": "http",
      "url": "https://rnwy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rnwy-com",
  "transport": "streamable-http",
  "url": "https://rnwy.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • trust_check — Pass/fail trust verdict for any AI agent across ERC-8004, Olas, or Virtuals registries.
  • reviewer_analysis — Analyze wallet ages of every reviewer who left feedback on an agent.
  • compare_agents — Side-by-side trust comparison of 2-10 agents, ranked by score with reviewer quality summary for each.
  • address_age — Look up wallet age in days for any address.
  • network_stats — Network-wide statistics; total agents by registry, chain distribution, commerce job counts, and trust score tier distribution across 180,000+ indexed agents.
  • reviewer_wallet — Behavior profile for any reviewer wallet; velocity, sweep patterns, score clustering, and sybil signals across the entire ERC-8004 ecosystem.
  • commerce_stats — Commerce activity for an agent or address; job count, unique counterparties, repeat client rate, total earnings.
  • entity — Full operator footprint for any wallet address — all agents owned, trust scores, sybil signals, wallet intelligence, and MCP servers associated with that operator.