MCP Server
What is the Model Context Protocol (MCP)?
The Model Context Protocol (MCP) is an open-source standard that connects AI applications to external systems. Think of MCP like a USB-C port for AI applications—it provides a standardized way for AI assistants like Claude or ChatGPT to access data sources, tools, and workflows.
With MCP, your AI copilot can connect directly to Geins Commerce Backend, enabling it to understand our features, suggest the right tools for your project, and even scaffold code tailored to your specific needs. This transforms your AI assistant into a knowledgeable partner that understands the Geins ecosystem and can help you build faster and more effectively.
Agentic assistance
When you need help to build a feature, you can ask the MCP server to scaffold the code for you or suggest the right tool for the job.
Developer-friendly experience
Use the MCP server in your copilot to get help with your Geins projects. If you need help to build a custom experience for your customers, the MCP server can help suggesting the right features and tools to use.
Built-in tools
The MCP server comes with a set of built-in tools that you can use to get help with your Geins projects.
list_features: List all available features in Geins Commerce Backendget_feature: Get details about a specific feature in Geins Commerce Backendlist_how_to: List all available how-to articles in Geins Commerce Backendget_how_to: Get details about a specific how-to article in Geins Commerce Backend
How to use
To use the MCP server, you need to add the following configuration to your IDE:
{
"mcpServers": {
"geins": {
"type": "http",
"url": "https://www.geins.io/mcp"
}
}
}
Clients
Example usage
Example usage in IDE
I need to build a customer login feature. Can you help me find the right geins feature and scaffold the code for me?
Example usage in Claude desktop
Im tasked to build a webshop that has the following features:
- Customer login
- Personalized content
- Multi-market support
- Product search and filtering
- Product listing page
- Product detail page
- Product reviews
- Cart page
- Checkout page
- Order confirmation page
Can you help me plan the project and create a implementation plan for me in Linear?