Skip to main content

Function-as-a-service and serverless platforms

Serverless Engine

Submitted by admin on
MCP Category
Description

A platform for building and running serverless applications with automatic scaling and pay-per-use pricing.

Quick Connect

{
"name": "Serverless Engine",
"protocol_version": "MCP v1.0",
"endpoint": "https://api.mcpcatalog.io/mcps/16",
"authentication": {
"method": "api_key",
"key": "YOUR_KEY_HERE"
}
}

Lambda Functions

Submitted by admin on
MCP Category
Description

A serverless compute service that runs your code in response to events and automatically manages the underlying compute resources.

Quick Connect

{
"name": "Lambda Functions",
"protocol_version": "MCP v1.0",
"endpoint": "https://api.mcpcatalog.io/mcps/15",
"authentication": {
"method": "api_key",
"key": "YOUR_KEY_HERE"
}
}