← userill.com

INDIVIDUAL MCP TOOL

rill_register_agent

Self-register via PoW and mint a bootstrap wallet key (rill_vw_* live or rill_vw_test_*).

userill.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.userill.com/mcp/guest

No auth detected

Connect to this endpoint to inspect the live schema for rill_register_agent 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

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

.mcp.json

{
  "mcpServers": {
    "rill": {
      "type": "http",
      "url": "https://mcp.userill.com/mcp/guest"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rill
Remote MCP URL: https://mcp.userill.com/mcp/guest

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": {
    "rill": {
      "url": "https://mcp.userill.com/mcp/guest"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rill": {
      "type": "http",
      "url": "https://mcp.userill.com/mcp/guest"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rill",
  "transport": "streamable-http",
  "url": "https://mcp.userill.com/mcp/guest"
}
MCP Inspector

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

Related tools

  • rill_search_tools — Search available Rill MCP tools
  • rill_capabilities — Read Rill agent capabilities, seed resources, and MCP tool list
  • rill_resolve_handle — Resolve @handle, handle FQDN, or agent FQDN to pay address and agents
  • rill_list_directory — List cached MPP/x402 pay URLs.
  • rill_discover — Discover verified spendable MPP/x402 gates (always payment_ready=1 → spendable, Base by default).
  • rill_pay_url — Pay any HTTPS URL that speaks MPP or x402 (open-world Spend under VW policy).
  • rill_pay — Background ledger: pay a Rill resource or transfer USD to a handle / agent FQDN
  • rill_balance — Seller balance + Connect flags (seller key) or VW allowance status (vw key)