Connect DigSQL to your AI assistant
Let your AI compare digital-product prices across regions and submit prices. Works with any MCP-capable assistant.
MCP endpoint (Streamable HTTP)
https://digsql.com/api/mcp
Add it to your assistant
Claude Code
claude mcp add --transport http digsql https://digsql.com/api/mcp
Codex (~/.codex/config.toml)
[mcp_servers.digsql] url = "https://digsql.com/api/mcp"
Cursor (.cursor/mcp.json)
{"mcpServers":{"digsql":{"url":"https://digsql.com/api/mcp"}}}Claude Desktop (claude_desktop_config.json)
{"mcpServers":{"digsql":{"command":"npx","args":["-y","mcp-remote","https://digsql.com/api/mcp"]}}}VS Code / Cline / Roo Code
{"mcpServers":{"digsql":{"url":"https://digsql.com/api/mcp"}}}Windsurf
{"mcpServers":{"digsql":{"url":"https://digsql.com/api/mcp"}}}stdio-only clients (bridge with mcp-remote)
npx mcp-remote https://digsql.com/api/mcp
Other clients: add a Streamable HTTP MCP server with the endpoint URL above.
Once connected, your AI gains three tools
search_productsget_product_pricessubmit_channel_priceTry asking
- "Compare iPhone 16 prices across regions — which is the best value?"
- "How much is the Model Y on DigSQL right now?"
Submit channel prices (optional)
Sign in, generate an API token on your account page, then set Authorization: Bearer <your-token> (or x-api-key) on this server in your MCP client to use submit_channel_price — it enters the human moderation queue. Read-only queries need no token.
Full API docs: /api/agent · /llms.txt