Naftiko · Capability
Databricks Feature Store Mcp
A capability over Azure Databricks feature store, exposing typed model-feature retrieval as MCP for the AI assistant flows John is architecting.
What You Can Do
GET
Search feature tables
— Search feature tables by free-text query.
/feature-tables
GET
Get feature table
— Fetch a feature table's schema, primary keys, online stores, and metadata.
/feature-tables/{{name}}
POST
Get features for model
— Retrieve typed feature values for a set of lookup keys.
/model-features
MCP Tools
search-feature-tables
Search feature tables in the Databricks feature store by free-text query.
read-only
get-feature-table
Get a feature table's schema, primary keys, source, online stores, and metadata.
read-only
list-features
List features (columns and types) defined on a feature table.
read-only
get-features-for-model
Retrieve typed feature values for one or more lookup keys for online inference.
read-only