Amazon SageMaker Feature Store Runtime MCP Config
<p>Contains all data plane API operations and data types for the Amazon SageMaker Feature Store. Use this API to put, delete, and retrieve (get) features from a feature store.</p> <p>Use the following operations to configure your <code>OnlineStore</code> and <code>OfflineStore</code> features, and t
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-sagemaker-featurestore-runtime.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sagemaker-featurestore-runtime.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-sagemaker-featurestore-runtime": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sagemaker-featurestore-runtime"],
"env": {
"AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEY": "your_amazon_sagemaker_feature_store_runtime_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-sagemaker-featurestore-runtime.jsonEnvironment Variables
AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEYReplace your_amazon_sagemaker_feature_store_runtime_api_key with your actual amazon sagemaker feature store runtime api key
Endpoints
/BatchGetRecordBatchGetRecord
/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString&EventTimeDeleteRecord
/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsStringGetRecord
/FeatureGroup/{FeatureGroupName}PutRecord