Cap'n Proto RPC Protocol

Cap'n Proto's RPC protocol is a capability-based RPC layer that supports promise pipelining, object references passed as arguments or return values, and time-travel optimizations that eliminate round trips. It is the foundation of Cloudflare Workers' inter- service communication and Sandstorm's capability-oriented sandbox.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/capn-proto-rpc"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: capn-proto:capn-proto-rpc
name: Cap'n Proto RPC Protocol
description: Cap'n Proto's RPC protocol is a capability-based RPC layer that supports promise pipelining,
  object references passed as arguments or return values, and time-travel optimizations that eliminate
  round trips. It is the foundation of Cloudflare Workers' inter- service communication and Sandstorm's
  capability-oriented sandbox.
humanURL: https://capnproto.org/rpc.html
tags:
- Capability-Based Security
- Protocol
- RPC
- Specification
properties:
- type: Specification
  url: https://capnproto.org/rpc.html
- type: Documentation
  url: https://capnproto.org/rpc.html
x-features:
- Capability-based security model
- Object (capability) references passed in messages
- Promise pipelining to eliminate round trips
- Bidirectional calls over a single connection
- Time-travel / path-compression optimizations
- Transport-agnostic (TCP, TLS, WebSocket, shared memory)
x-use-cases:
- Microservice RPC with low round-trip overhead
- Secure capability-oriented sandboxing (Sandstorm, Workers)
- Bidirectional streaming between trusted peers
- Inter-process communication with fine-grained authorization