INDIVIDUAL MCP TOOL
rill_pay
Background ledger: pay a Rill resource or transfer USD to a handle / agent FQDN
LIVE ENDPOINT
https://mcp.userill.com/mcp/guest
Connect to this endpoint to inspect the live schema for rill_pay and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.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 toolsrill_capabilities— Read Rill agent capabilities, seed resources, and MCP tool listrill_resolve_handle— Resolve @handle, handle FQDN, or agent FQDN to pay address and agentsrill_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_register_agent— Self-register via PoW and mint a bootstrap wallet key (rill_vw_* live or rill_vw_test_*).rill_pay_url— Pay any HTTPS URL that speaks MPP or x402 (open-world Spend under VW policy).rill_balance— Seller balance + Connect flags (seller key) or VW allowance status (vw key)