AWS Lake Formation MCP Config
<fullname>Lake Formation</fullname> <p>Defines the public endpoint for the Lake Formation service.</p>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-lakeformation.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-lakeformation.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-lakeformation": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-lakeformation"],
"env": {
"AWS_LAKE_FORMATION_API_KEY": "your_aws_lake_formation_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-lakeformation.jsonEnvironment Variables
AWS_LAKE_FORMATION_API_KEYReplace your_aws_lake_formation_api_key with your actual aws lake formation api key
Endpoints
POST
/AddLFTagsToResourceAddLFTagsToResource
POST
/AssumeDecoratedRoleWithSAMLAssumeDecoratedRoleWithSAML
POST
/BatchGrantPermissionsBatchGrantPermissions
POST
/BatchRevokePermissionsBatchRevokePermissions
POST
/CancelTransactionCancelTransaction
POST
/CommitTransactionCommitTransaction
POST
/CreateDataCellsFilterCreateDataCellsFilter
POST
/CreateLFTagCreateLFTag
POST
/DeleteDataCellsFilterDeleteDataCellsFilter
POST
/DeleteLFTagDeleteLFTag