2 min read
Definition
JSON-RPC 2.0 is a stateless remote-procedure-call convention. A request names a method, passes params, and carries an id; the response returns a result or a structured error (with codes like -32602 for invalid params).
In plain terms
A simple, standard way to call a function on a server by sending it JSON.
Why it matters here
It is how you talk to the MCP server at /public/v1/mcp. See calling the MCP server.
Related reading
Funding for UK limited companies
Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.

