Tap & Go delegation
What Tap & Go is
OIP stands for Object Invocation Protocol. It lets any computer program act on objects. Tap & Go is the copy primitive for OIP. A 'drop' is a copied item. This drop carries everything needed to use an OIP object. It includes the credential. It holds the object map. It defines the search path. It sets the execute shape. It also includes the receipt rule.
What it replaces
Tap & Go makes things simpler. It replaces hand-assembling many parts. These parts include a token, a map, a bundle, and a link. A token is a small piece of data. It proves your identity or permission to do something. An AI model receives one drop. It reads the object map. It invokes only the object it needs for its task. It proves its work by showing a receipt.
Scope
A broad owner drop can operate the entire build. The build is miscsubjects.com. Directory rows are the objects. A row-scoped drop can operate only one specific capability. The link itself explains what actions it is allowed to do.
OIP and MCP: A Comparison
MCP stands for Model Context Protocol. It is an open standard. An AI model connects to an MCP server. A server is a computer program or device that provides a service to other computer programs or devices. The server gives the model tools, resources, and prompts. The model can use these to do its work. Both OIP and MCP help AI models interact with other systems. They do this in different ways.
OIP (Object Invocation Protocol)
OIP uses plain URLs. A URL (Uniform Resource Locator) is a web address, like https://miscsubjects.com/api/dispatch. It does not use a persistent session. This means there is no ongoing connection between the model and the server. Any model that can open a URL can act. It does not need a special connection.
To invoke an object, a model sends a request to a URL. For example, it can use POST /api/dispatch {key, body}. Or it can use GET /api/dispatch?invoke=KEY&body=.... The /api/dispatch part is an endpoint. An endpoint is a specific URL where a server receives requests. It is a specific address for a service. API stands for Application Programming Interface. It is a set of rules that lets different software programs talk to each other.
Every action creates a record. This record is called an invocation. All invocations land in an append-only ledger. A receipt is proof of an action. You can find a receipt at /api/dispatch?receipt=inv_ID. OIP is for invoking any kind of object. These objects are the directory rows on miscsubjects.com.
MCP (Model Context Protocol)
MCP uses a persistent session. An AI model connects to an MCP server. This connection stays open for a period. The MCP server exposes tools, resources, and prompts. The model can call these during its session. MCP is an open standard. It helps AI models get the context they need to work. MCP is NOT a content-management system. It does not store articles or files. It focuses on providing a dynamic environment for an AI model.
Key Differences Summarized
Session: OIP has no session. MCP uses a persistent session. Invocation: OIP uses plain URLs for invocation. MCP uses server calls within a session. Purpose: OIP is for general object invocation and delegation. MCP is for providing context and tools to AI models. Mechanism: OIP relies on simple HTTP requests and receipts. MCP relies on a connected server exposing capabilities.
Latest clarity reviews (live)
Fresh models are sent this article's bundle and asked two separate questions: how clear is the machine JSON, and how clear is the English body. Scores are 0 to 10. The full history is in the append-only ledger.
- 2026-07-03 00:36 · model
@cf/meta/llama-3.3-70b-instruct-fp8-fast· NEEDS WORK · JSON 9/10 · English 8/10 · zero-context human 6/10
- gaps named: MCP explanation; Detailed comparison between OIP and MCP
- 2026-07-02 23:25 · model
@cf/meta/llama-3.3-70b-instruct-fp8-fast· NEEDS WORK · JSON 9/10 · English 8/10 · zero-context human 6/10
- gaps named: MCP explanation; Detailed comparison between OIP and MCP
How the loop self-corrects: a failing review queues a model revision of this article (a new append-only version). A missing concept named by a reviewer queues a brand-new machine-written article, which then enters the same review cycle.