Taxi Data Integration
Workflow capability for schema-driven data integration using the Taxi language. Covers schema authoring, TaxiQL query execution, type and service discovery, and conversion of existing API specs to Taxi format. Designed for API platform teams, data engineers, and integration developers.
What You Can Do
MCP Tools
list-schemas
List all registered Taxi schemas in the registry
compile-taxi-schema
Compile and validate a Taxi schema, returning parsed types and any errors
register-schema
Register a new Taxi schema in the registry
execute-taxiql-query
Execute a TaxiQL query — Taxi automatically discovers API call paths and assembles results
discover-types
Discover all semantic types defined across registered Taxi schemas
list-services
List all API services registered with semantic annotations in the schema registry
convert-openapi-to-taxi
Convert an existing OpenAPI specification to Taxi schema format with semantic type annotations