stripe-mcp-server-by-cdata
If you are the rightful owner of stripe-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Stripe is a read-only server designed to allow LLMs to query live Stripe data using natural language.
The CData MCP Server for Stripe is a specialized server that facilitates the interaction between large language models (LLMs) and live Stripe data. By leveraging the CData JDBC Driver for Stripe, this server exposes Stripe data as relational SQL models, enabling LLMs to access and query this data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve live information from Stripe. This setup is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive real-time data responses. The server is built using Java and requires the CData JDBC Driver for Stripe to function. It is licensed under the MIT License, allowing for free use, modification, and distribution.
Features
- Read-only access to live Stripe data
- Integration with CData JDBC Driver for Stripe
- Natural language querying without SQL
- Compatible with LLMs like Claude Desktop
- Licensed under the MIT License
Tools
stripe_get_tables
Retrieves a list of tables available in the data source.
stripe_get_columns
Retrieves a list of columns for a specified table.
stripe_run_query
Executes a SQL SELECT query.