Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEY

Replace your_amazon_sagemaker_feature_store_runtime_api_key with your actual amazon sagemaker feature store runtime api key

Endpoints

POST/BatchGetRecord

BatchGetRecord

DELETE/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString&EventTime

DeleteRecord

GET/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString

GetRecord

PUT/FeatureGroup/{FeatureGroupName}

PutRecord