Let AI Talk to Your Business
Expose your product catalog to any AI agent with the Model Context Protocol.
MCP (Model Context Protocol) is the emerging standard for connecting AI assistants to external data sources. With Nocturne Enterprise, your product catalog is available as an MCP server out of the box.
Any MCP client, Claude Desktop, Cursor, OpenCode, custom AI agents, can query your products in real time. No API keys to manage, no separate services to deploy. It just works.
Scales to Zero. Bleeding Edge.
Your MCP server runs on cloud serverless functions and costs nothing when nobody is querying. When an AI agent sends a request, it spins up instantly. When traffic stops, your bill drops to zero.
You are ready for AI-to-AI commerce today, without paying for infrastructure you do not use.
Available Tools
list_products
Returns all products in the catalog with pricing and descriptions.
list_products_by_type
Filter products by type (e.g. "nocturne", "hurricane-readiness").
get_product
Fetch a single product by its ID for full details.
Connect Your AI
Claude Desktop / Cursor
Add this to your MCP config file:
{
"mcpServers": {
"nocturne-enterprise": {
"url": "https://demo.nocturnelogic.com/mcp"
}
}
}
OpenCode
Add this to your OpenCode MCP config:
{
"mcp": {
"nocturne-enterprise": {
"enabled": true,
"type": "remote",
"url": "https://demo.nocturnelogic.com/mcp"
}
}
}
Any MCP Client
Point your MCP client to the Streamable HTTP endpoint:
https://demo.nocturnelogic.com/mcp
Test it yourself. Ask your AI assistant about the products in this store.
Browse the Catalog