Data Model
The CData MCP Server for Stripe models the Stripe API as relational tables, views, and stored procedures. These are defined in schema files, which are simple, text-based configuration files.
API limitations and requirements are documented in this section; you can use the SupportEnhancedSQL feature, set by default, to circumvent most of these limitations.
The server exposes the Stripe APIs under the v1 namespace in the Stripe data model and those under the v2 namespace in the StripeV2 data model.
You can use the Schema connection property to switch between data models. The default data model is 'Stripe'.
Stripe Data Model
See Stripe Data Model for the available entities in the Stripe Data Model.
StripeV2 Data Model
See StripeV2 Data Model for the available entities in the StripeV2 Data Model.