Turbify Store MCP Server
A Model Context Protocol (MCP) server for managing Turbify Store catalogs. This server provides tools to create, update, delete, and search catalog items through the Turbify Store Catalog API.
Features
Item Management: Create, update, and delete catalog items
Search: Search through your catalog using keywords
Configuration: View and manage store settings
Error Handling: Comprehensive error handling and reporting
Documentation: Built-in API documentation via MCP resources
Installation
Clone this repository:
Initialize with uv (recommended):
Or install with pip:
Configuration
Set the following environment variables:
Or create a .env
file:
Usage
Running the Server
Or if installed:
Using MCP Inspector
Available Tools
create_catalog_item
Create a new item in your catalog:
update_catalog_item
Update an existing item:
delete_catalog_item
Delete an item:
search_catalog_items
Search for items:
get_store_config
Get current configuration:
MCP Integration
This server can be used with any MCP-compatible client, such as:
Claude Desktop
Custom MCP clients
Development tools that support MCP
Claude Desktop Configuration
Add to your Claude Desktop config:
API Response Format
All tools return JSON responses with the following structure:
Success Response
Error Response
Development
Setting up for development:
Project Structure
Requirements
Python 3.8+
Turbify Store API credentials
FastMCP
Pydantic v2
Requests
Limitations
Maximum 1000 items per search query (Turbify API limit)
Rate limiting as per Turbify Store API terms
XML-based API (handled internally)
Contributing
Fork the repository
Create a feature branch
Make your changes
Add tests if applicable
Submit a pull request
License
[Add your license information here]
Support
For issues related to:
This MCP server: Create an issue in this repository
Turbify Store API: Consult Turbify Store API documentation
MCP protocol: Check the Model Context Protocol specification
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Provides tools to create, update, delete, and search catalog items through the Turbify Store Catalog API.
Related MCP Servers
- AsecurityAlicenseAqualityEnables interaction with Shopify store data using the GraphQL API, supporting product, customer, and order management with comprehensive error handling.Last updated -6413MIT License
- AsecurityAlicenseAqualityEnables interaction with Shopify store data via GraphQL API, providing tools for managing products, customers, orders, discounts, and more with robust error handling.Last updated -6430MIT License
- -securityFlicense-qualityAllows AI agents to interact with a remote TMF620 Product Catalog Management API, enabling operations like listing, retrieving, and creating catalogs, product offerings, and product specifications.Last updated -3
- -securityAlicense-qualityEnables interaction with Shopify stores through GraphQL API, providing tools for managing products, customers, orders, and more.Last updated -648MIT License