The Crevio MCP server uses Streamable HTTP transport — a single endpoint that accepts JSON-RPC requests and returns JSON-RPC responses (optionally streaming over Server-Sent Events). Any MCP-compatible client that supports Streamable HTTP can connect.Documentation Index
Fetch the complete documentation index at: https://crevio.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
POST JSON-RPC messages to it, and the server replies with a JSON response or an SSE stream. There is no separate connection or messages endpoint to manage.
Authentication
All MCP requests require a Bearer token in theAuthorization header. Use the same API tokens from your Developer settings.
Connecting to Claude Desktop
Add this to your Claude Desktop configuration file (claude_desktop_config.json):
“List all my products and their prices” “Create a 20% discount code called SUMMER20 that expires next month” “Who are my top 5 customers by order count?”
Connecting to Cursor
In Cursor, go to Settings > MCP Servers and add a new server:- Name: Crevio
- Type: Streamable HTTP
- URL:
https://mcp.crevio.co/mcp - Headers:
Authorization: Bearer YOUR_API_TOKEN
Other MCP clients
Any MCP-compatible client that supports Streamable HTTP transport can connect. The server implements the standard MCP specification with JSON-RPC over HTTP.Once connected, see the Overview for how the two tools (
code_search and code_execute) work and what the API exposes.
