
RPC LitVM
Community-run RPC gateway.
RPC LitVM is a community-run RPC gateway providing JSON-RPC endpoint infrastructure on LitVM. According to its website, the platform provides HTTP and WebSocket access through a tiered model featuring a free tier alongside paid options for builders. Usage is metered through Compute Units (CU), with simple RPC methods billed at 1 CU and resource-intensive requests consuming up to 20 CU. The site states that higher-tier endpoints include support for debug tracing and transaction pool inspection, as well as a Model Context Protocol (MCP) server integration designed to let developer tools and AI assistants query block, balance, and gas data directly from a node.
Questions
- How does RPC LitVM measure and bill API usage?
- According to the project's website, API usage is tracked using Compute Units (CU), where standard lightweight methods cost 1 CU and heavier methods consume up to 20 CU.
- What features and integrations are offered on RPC LitVM endpoints?
- The project's site lists HTTP and WebSocket connections with support for txpool and trace methods on advanced plans, along with an MCP server implementation for integrating node queries into AI tooling like Claude Desktop.