2 min read
Definition
Streamable HTTP is the MCP transport that runs the protocol over ordinary HTTP request/response, optionally streaming. Credicorp's server handles one JSON-RPC request per POST to /public/v1/mcp and returns one response — simple to call from any HTTP client.
In plain terms
A way to run MCP over normal web requests instead of a special connection.
Why it matters here
It means you can drive the MCP server with plain curl — 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.

